:root {
	--ds-primary: #008540;
	--ds-primary-dark: #064e3b;
	--ds-secondary: #55883b;
	--ds-gold: #f5a809;
	--ds-emerald: #34d399;
	--ds-ink: #1e1e1e;
	--ds-muted: #64748b;
	--ds-line: #e5e7eb;
	--ds-paper: #ffffff;
	--ds-soft: #f4f8f1;
	--ds-dark-900: #0a0e13;
	--ds-dark-800: #0d1117;
	--ds-dark-700: #161b22;
	--ds-dark-600: #1c2432;
	--ds-radius: 8px;
	--ds-shadow: 0 24px 80px rgba(6, 78, 59, 0.16);
	--ds-max: 1480px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--ds-ink);
	background: #fbfdf9;
	overflow-x: hidden;
}

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

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

.container {
	width: min(100% - 40px, var(--ds-max));
	margin-inline: auto;
}

.section {
	padding: 92px 0;
}

.section-bleed {
	position: relative;
	overflow: hidden;
}

.skip-link,
.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;
}

.skip-link:focus {
	position: fixed;
	top: 14px;
	left: 14px;
	z-index: 9999;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: var(--ds-gold);
	color: #111827;
	border-radius: var(--ds-radius);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(229, 231, 235, 0.8);
	transition: box-shadow 240ms ease, background 240ms ease, transform 240ms ease;
}

.site-header.is-scrolled {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.site-header__inner {
	width: min(100% - 32px, 1240px);
	min-height: 76px;
	margin-inline: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.brand__logo {
	width: 174px;
	max-height: 54px;
	object-fit: contain;
}

.primary-nav__list,
.footer-nav {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 14px;
	border-radius: 999px;
	color: #334155;
	font-size: 14px;
	font-weight: 700;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a {
	background: rgba(0, 133, 64, 0.1);
	color: var(--ds-primary);
	transform: translateY(-1px);
}

.nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid var(--ds-line);
	border-radius: var(--ds-radius);
	background: #fff;
	padding: 11px;
}

.nav-toggle span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 5px 0;
	background: var(--ds-primary-dark);
	border-radius: 999px;
}

.hero {
	min-height: 760px;
	padding: 134px 0 90px;
	color: #fff;
	background:
		radial-gradient(circle at 82% 16%, rgba(245, 168, 9, 0.24), transparent 28%),
		radial-gradient(circle at 16% 84%, rgba(52, 211, 153, 0.22), transparent 34%),
		linear-gradient(135deg, #064e3b 0%, #0d1117 54%, #0a0e13 100%);
}

.hero__grain {
	position: absolute;
	inset: 0;
	opacity: 0.22;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: linear-gradient(to bottom, #000 0%, transparent 92%);
}

.hero__orb {
	position: absolute;
	border-radius: 999px;
	filter: blur(4px);
	opacity: 0.8;
	animation: float 8s ease-in-out infinite;
}

.hero__orb--one {
	width: 260px;
	height: 260px;
	right: 8%;
	top: 22%;
	background: rgba(0, 133, 64, 0.2);
}

.hero__orb--two {
	width: 180px;
	height: 180px;
	left: 7%;
	bottom: 12%;
	background: rgba(245, 168, 9, 0.18);
	animation-delay: -3s;
}

.hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
	align-items: center;
	gap: 70px;
}

.eyebrow {
	margin: 0 0 16px;
	color: var(--ds-gold);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.hero h1,
.page-hero h1,
.section-heading h2,
.split h2,
.cta-band h2 {
	margin: 0;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.02;
}

.hero h1 {
	max-width: 760px;
	font-size: clamp(44px, 7vw, 86px);
}

.hero__lead {
	max-width: 680px;
	margin: 26px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.7;
}

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

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: var(--ds-radius);
	font-weight: 800;
	font-size: 14px;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
	transform: translateY(-2px);
}

.button--primary {
	background: linear-gradient(135deg, var(--ds-primary), #10b981);
	color: #fff;
	box-shadow: 0 18px 34px rgba(0, 133, 64, 0.28);
}

.button--ghost {
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
}

.button--light {
	background: #fff;
	color: var(--ds-primary-dark);
}

.hero-console {
	position: relative;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	background: rgba(13, 17, 23, 0.74);
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
	backdrop-filter: blur(18px);
	transform-style: preserve-3d;
	animation: panelDrift 7s ease-in-out infinite;
}

.console-header {
	display: flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 12px;
	font-weight: 700;
}

.console-header span {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: var(--ds-emerald);
}

.console-header span:nth-child(2) {
	background: var(--ds-gold);
}

.console-header span:nth-child(3) {
	background: #60a5fa;
	margin-right: 8px;
}

.console-map {
	position: relative;
	min-height: 360px;
	margin-top: 16px;
	border-radius: 14px;
	background:
		linear-gradient(135deg, rgba(52, 211, 153, 0.14), transparent),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: auto, 38px 38px, 38px 38px;
	overflow: hidden;
}

.map-ring {
	position: absolute;
	inset: 58px;
	border: 1px dashed rgba(52, 211, 153, 0.34);
	border-radius: 50%;
	animation: spin 26s linear infinite;
}

.map-node {
	position: absolute;
	width: 16px;
	height: 16px;
	border: 4px solid rgba(255, 255, 255, 0.9);
	border-radius: 999px;
	background: var(--ds-gold);
	box-shadow: 0 0 0 12px rgba(245, 168, 9, 0.14);
	animation: pulse 2.4s ease-out infinite;
}

.map-node--one {
	top: 26%;
	left: 24%;
}

.map-node--two {
	top: 48%;
	right: 20%;
	animation-delay: 0.7s;
}

.map-node--three {
	bottom: 20%;
	left: 46%;
	animation-delay: 1.4s;
}

.rice-line {
	position: absolute;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, var(--ds-emerald), transparent);
	opacity: 0.8;
	animation: scan 3.4s linear infinite;
}

.rice-line--one {
	top: 32%;
	left: 12%;
	width: 72%;
}

.rice-line--two {
	top: 56%;
	left: 4%;
	width: 86%;
	animation-delay: 1s;
}

.rice-line--three {
	top: 74%;
	left: 18%;
	width: 62%;
	animation-delay: 1.9s;
}

.console-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 12px;
}

.console-stats div,
.metric-card,
.feature-card,
.post-card {
	border: 1px solid rgba(229, 231, 235, 0.9);
	border-radius: var(--ds-radius);
	background: var(--ds-paper);
}

.console-stats div {
	padding: 14px;
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.12);
}

.console-stats span {
	display: block;
	color: rgba(255, 255, 255, 0.55);
	font-size: 11px;
}

.console-stats strong {
	color: #fff;
	font-size: 14px;
}

.metrics {
	margin-top: -62px;
	padding-top: 0;
	position: relative;
	z-index: 2;
}

.metrics__grid,
.feature-grid,
.post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.metric-card,
.feature-card {
	padding: 28px;
	box-shadow: var(--ds-shadow);
	transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.metric-card:hover,
.feature-card:hover,
.post-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 30px 90px rgba(6, 78, 59, 0.18);
	border-color: rgba(0, 133, 64, 0.24);
}

.metric-card strong {
	display: block;
	color: var(--ds-primary);
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1;
}

.metric-card h2,
.feature-card h3,
.post-card h3 {
	margin: 14px 0 8px;
	font-size: 20px;
}

.metric-card p,
.feature-card p,
.section-heading p,
.split p,
.post-card p,
.site-footer p,
.content-wrap {
	color: var(--ds-muted);
	line-height: 1.75;
}

.section-heading {
	max-width: 720px;
	margin-bottom: 34px;
}

.section-heading h2,
.split h2,
.cta-band h2 {
	font-size: clamp(32px, 5vw, 56px);
}

.feature-card {
	position: relative;
	overflow: hidden;
	min-height: 245px;
}

.feature-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, var(--ds-primary), var(--ds-gold));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 280ms ease;
}

.feature-card:hover::before {
	transform: scaleX(1);
}

.feature-card span {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border-radius: var(--ds-radius);
	background: rgba(0, 133, 64, 0.1);
	color: var(--ds-primary);
	font-weight: 900;
}

.section--dark {
	color: #fff;
	background:
		radial-gradient(circle at 82% 20%, rgba(52, 211, 153, 0.2), transparent 32%),
		linear-gradient(135deg, var(--ds-dark-900), var(--ds-dark-700));
}

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

.section--dark p {
	color: rgba(255, 255, 255, 0.72);
}

.timeline-panel {
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(14px);
}

.timeline-item {
	position: relative;
	display: grid;
	grid-template-columns: 36px 1fr;
	gap: 16px;
	padding: 0 0 28px;
}

.timeline-item:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 17px;
	top: 26px;
	width: 2px;
	height: calc(100% - 20px);
	background: rgba(52, 211, 153, 0.4);
}

.timeline-item span {
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--ds-primary), var(--ds-emerald));
	box-shadow: 0 0 0 9px rgba(52, 211, 153, 0.1);
}

.timeline-item strong,
.timeline-item small {
	grid-column: 2;
}

.timeline-item strong {
	margin-top: -39px;
	font-size: 18px;
}

.timeline-item small {
	color: rgba(255, 255, 255, 0.58);
}

.post-card {
	overflow: hidden;
	transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.post-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, rgba(0, 133, 64, 0.16), rgba(245, 168, 9, 0.18));
	overflow: hidden;
}

.post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
}

.post-card:hover .post-card__image img {
	transform: scale(1.06);
}

.placeholder-image {
	display: block;
	width: 100%;
	height: 100%;
	background:
		radial-gradient(circle at 70% 25%, rgba(245, 168, 9, 0.32), transparent 26%),
		linear-gradient(135deg, rgba(0, 133, 64, 0.18), rgba(6, 78, 59, 0.08));
}

.post-card__body {
	padding: 22px;
}

.post-card__meta {
	margin: 0;
	color: var(--ds-primary);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.post-card h3 a:hover {
	color: var(--ds-primary);
}

.cta-band {
	padding: 76px 0;
	color: #fff;
	background: linear-gradient(135deg, var(--ds-primary-dark), var(--ds-primary));
}

.cta-band__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.cta-band h2 {
	max-width: 820px;
}

.page-hero {
	padding: 142px 0 82px;
	color: #fff;
	background:
		radial-gradient(circle at 80% 14%, rgba(245, 168, 9, 0.24), transparent 26%),
		linear-gradient(135deg, var(--ds-primary-dark), var(--ds-dark-800));
}

.page-hero--center {
	min-height: 72vh;
	display: grid;
	place-items: center;
	text-align: center;
}

.page-hero h1 {
	max-width: 900px;
	font-size: clamp(38px, 6vw, 72px);
}

.page-hero p {
	max-width: 720px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 18px;
}

.content-wrap {
	max-width: 820px;
	font-size: 17px;
}

.content-wrap a {
	color: var(--ds-primary);
	font-weight: 700;
}

.content-wrap img {
	border-radius: var(--ds-radius);
}

.single-post__media {
	margin-top: -42px;
	position: relative;
	z-index: 2;
}

.single-post__media img {
	width: 100%;
	max-height: 520px;
	object-fit: cover;
	border-radius: 18px;
	box-shadow: var(--ds-shadow);
}

.pagination-wrap {
	margin-top: 34px;
}

.nav-links {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.page-numbers {
	display: inline-flex;
	min-width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--ds-line);
	border-radius: var(--ds-radius);
	background: #fff;
	font-weight: 800;
}

.page-numbers.current {
	background: var(--ds-primary);
	color: #fff;
}

.empty-state {
	grid-column: 1 / -1;
	padding: 40px;
	border: 1px dashed rgba(0, 133, 64, 0.35);
	border-radius: var(--ds-radius);
	background: rgba(0, 133, 64, 0.06);
	text-align: center;
}

.site-footer {
	color: rgba(255, 255, 255, 0.72);
	background: var(--ds-dark-900);
}

.site-footer__inner {
	width: min(100% - 40px, var(--ds-max));
	margin-inline: auto;
	padding: 48px 0;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 30px;
	align-items: center;
}

.site-footer__logo {
	width: 170px;
	max-height: 54px;
	object-fit: contain;
	filter: brightness(0) invert(1);
	margin-bottom: 16px;
}

.footer-nav a {
	display: inline-flex;
	padding: 8px 10px;
	color: rgba(255, 255, 255, 0.72);
	font-weight: 700;
}

.footer-nav a:hover {
	color: #fff;
}

.site-footer__meta {
	grid-column: 1 / -1;
	margin: 0;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 13px;
}

.reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 700ms ease, transform 700ms ease;
}

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

.reveal--delay {
	transition-delay: 160ms;
}

@keyframes float {
	0%, 100% { transform: translate3d(0, 0, 0); }
	50% { transform: translate3d(18px, -18px, 0); }
}

@keyframes panelDrift {
	0%, 100% { transform: translateY(0) rotateX(0deg) rotateY(0deg); }
	50% { transform: translateY(-10px) rotateX(1deg) rotateY(-1.2deg); }
}

@keyframes pulse {
	0% { box-shadow: 0 0 0 0 rgba(245, 168, 9, 0.34); }
	70% { box-shadow: 0 0 0 18px rgba(245, 168, 9, 0); }
	100% { box-shadow: 0 0 0 0 rgba(245, 168, 9, 0); }
}

@keyframes spin {
	to { transform: rotate(360deg); }
}

@keyframes scan {
	0% { transform: translateX(-40%); opacity: 0; }
	20%, 70% { opacity: 0.85; }
	100% { transform: translateX(40%); opacity: 0; }
}

@media (max-width: 980px) {
	.hero {
		min-height: auto;
		padding-top: 112px;
	}

	.hero__grid,
	.split,
	.metrics__grid,
	.feature-grid,
	.post-grid {
		grid-template-columns: 1fr;
	}

	.hero-console {
		max-width: 620px;
	}

	.cta-band__inner,
	.site-footer__inner {
		display: block;
	}

	.footer-nav {
		margin-top: 24px;
		flex-wrap: wrap;
	}
}

@media (max-width: 760px) {
	.container,
	.site-header__inner,
	.site-footer__inner {
		width: min(100% - 28px, var(--ds-max));
	}

	.nav-toggle {
		display: block;
	}

	.primary-nav {
		position: fixed;
		top: 76px;
		left: 14px;
		right: 14px;
		padding: 14px;
		border: 1px solid var(--ds-line);
		border-radius: 14px;
		background: #fff;
		box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-10px);
		transition: opacity 180ms ease, transform 180ms ease;
	}

	body.nav-open .primary-nav {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.primary-nav__list {
		display: grid;
		align-items: stretch;
		gap: 4px;
	}

	.primary-nav a {
		width: 100%;
		border-radius: var(--ds-radius);
	}

	.brand__logo {
		width: 142px;
	}

	.section {
		padding: 68px 0;
	}

	.hero h1 {
		font-size: 42px;
	}

	.console-map {
		min-height: 280px;
	}

	.console-stats {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	.reveal {
		opacity: 1;
		transform: none;
	}
}

.hero__lead--small {
	margin-top: 14px;
	font-size: 16px;
}

.page-hero--split {
	padding-bottom: 96px;
}

.hero-lite {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 60px;
	align-items: center;
}

.hero-device {
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(14px);
}

.hero-device__top {
	width: 72px;
	height: 6px;
	margin: 0 auto 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.5);
}

.hero-device__map {
	position: relative;
	min-height: 230px;
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(52, 211, 153, 0.22), transparent),
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
	background-size: auto, 30px 30px, 30px 30px;
}

.hero-device__map span {
	position: absolute;
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	border-radius: 999px;
	background: var(--ds-gold);
	box-shadow: 0 0 0 10px rgba(245, 168, 9, 0.16);
}

.hero-device__map span:nth-child(1) {
	top: 28%;
	left: 24%;
}

.hero-device__map span:nth-child(2) {
	top: 52%;
	right: 22%;
}

.hero-device__map span:nth-child(3) {
	bottom: 18%;
	left: 48%;
}

.hero-device__rows {
	display: grid;
	gap: 10px;
	margin-top: 16px;
}

.hero-device__rows i {
	display: block;
	height: 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
}

.hero-device__rows i:nth-child(2) {
	width: 76%;
}

.hero-device__rows i:nth-child(3) {
	width: 58%;
}

.split--soft {
	align-items: start;
}

.mini-card-stack {
	display: grid;
	gap: 14px;
}

.mini-card {
	padding: 22px;
	border: 1px solid rgba(229, 231, 235, 0.9);
	border-radius: var(--ds-radius);
	background: #fff;
	box-shadow: 0 18px 46px rgba(6, 78, 59, 0.09);
}

.mini-card h3 {
	margin: 0 0 8px;
	color: var(--ds-primary-dark);
}

.mini-card p {
	margin: 0;
	color: var(--ds-muted);
	line-height: 1.7;
}

.feature-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.feature-list li {
	position: relative;
	padding: 16px 16px 16px 44px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--ds-radius);
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.86);
	font-weight: 700;
}

.feature-list li::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 18px;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: var(--ds-emerald);
	box-shadow: 0 0 0 6px rgba(52, 211, 153, 0.12);
}

.cta-band__inner p {
	max-width: 760px;
	color: rgba(255, 255, 255, 0.76);
}

.cta-band__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.contact-section {
	background: var(--ds-soft);
}

.contact-details {
	margin-top: 24px;
	padding: 22px;
	border: 1px solid rgba(0, 133, 64, 0.16);
	border-radius: var(--ds-radius);
	background: #fff;
}

.contact-form {
	display: grid;
	gap: 14px;
	padding: 24px;
	border: 1px solid rgba(0, 133, 64, 0.16);
	border-radius: 16px;
	background: #fff;
	box-shadow: var(--ds-shadow);
}

.contact-form label {
	display: grid;
	gap: 7px;
	color: #334155;
	font-size: 13px;
	font-weight: 800;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	border: 1px solid var(--ds-line);
	border-radius: var(--ds-radius);
	padding: 12px 13px;
	font: inherit;
	color: var(--ds-ink);
	background: #fff;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
	outline: none;
	border-color: var(--ds-primary);
	box-shadow: 0 0 0 4px rgba(0, 133, 64, 0.1);
}

@media (max-width: 980px) {
	.hero-lite {
		grid-template-columns: 1fr;
	}

	.cta-band__actions {
		justify-content: flex-start;
		margin-top: 24px;
	}
}

@media (max-width: 760px) {
	.feature-list {
		grid-template-columns: 1fr;
	}
}

.console-map__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.42;
	filter: saturate(1.18) contrast(1.08);
}

.console-map::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(13, 17, 23, 0.18), rgba(13, 17, 23, 0.74)),
		radial-gradient(circle at 50% 50%, transparent 0 34%, rgba(13, 17, 23, 0.52) 70%);
}

.map-ring,
.map-node,
.rice-line {
	z-index: 2;
}

.media-showcase {
	position: relative;
	z-index: 3;
	margin-top: -42px;
	padding: 0 0 40px;
}

.media-showcase__grid {
	display: grid;
	grid-template-columns: 1.3fr 0.7fr;
	grid-template-rows: repeat(2, 220px);
	gap: 18px;
}

.media-tile {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: 18px;
	background: var(--ds-dark-800);
	box-shadow: 0 26px 80px rgba(6, 78, 59, 0.18);
}

.media-tile--large {
	grid-row: 1 / span 2;
}

.media-tile img,
.hero-media-card img,
.image-feature img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 700ms ease, filter 700ms ease;
}

.media-tile:hover img,
.hero-media-card:hover img,
.image-feature:hover img {
	transform: scale(1.06);
	filter: saturate(1.14) contrast(1.04);
}

.media-tile::after,
.hero-media-card::after,
.image-feature::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 24%, rgba(10, 14, 19, 0.78));
	pointer-events: none;
}

.media-tile figcaption,
.hero-media-card__overlay,
.image-feature figcaption {
	position: absolute;
	left: 22px;
	right: 22px;
	bottom: 20px;
	z-index: 2;
	color: #fff;
}

.media-tile span,
.hero-media-card__overlay span,
.image-feature figcaption {
	display: inline-flex;
	margin-bottom: 8px;
	color: var(--ds-gold);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.media-tile strong,
.hero-media-card__overlay strong {
	display: block;
	max-width: 520px;
	font-size: clamp(24px, 4vw, 42px);
	line-height: 1.08;
}

.hero-media-card {
	position: relative;
	min-height: 480px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(14px);
}

.image-feature {
	position: relative;
	min-height: 430px;
	margin: 0;
	overflow: hidden;
	border-radius: 18px;
	background: var(--ds-dark-800);
	box-shadow: var(--ds-shadow);
}

.image-feature figcaption {
	margin: 0;
}

@media (max-width: 980px) {
	.media-showcase__grid {
		grid-template-columns: 1fr;
		grid-template-rows: none;
	}

	.media-tile,
	.media-tile--large {
		grid-row: auto;
		min-height: 280px;
	}
}

@media (max-width: 760px) {
	.hero-media-card,
	.image-feature {
		min-height: 320px;
	}
}

.hero-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.hero-badges span,
.polygon-steps span,
.alert-types span,
.app-feature-pills li {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.02em;
}

.hero-badges span {
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.84);
	background: rgba(255, 255, 255, 0.08);
}

.farm-polygon {
	position: absolute;
	inset: 8% 6%;
	z-index: 3;
	width: 88%;
	height: 84%;
	overflow: visible;
}

.farm-polygon polygon {
	fill: rgba(52, 211, 153, 0.16);
	stroke: rgba(245, 168, 9, 0.22);
	stroke-width: 1;
}

.farm-polygon polyline,
.farm-lab__polygon polyline {
	fill: none;
	stroke: #f5a809;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 900;
	stroke-dashoffset: 900;
	animation: drawPolygon 5.2s ease-in-out infinite;
	filter: drop-shadow(0 0 12px rgba(245, 168, 9, 0.5));
}

.farm-polygon circle {
	fill: #fff;
	stroke: var(--ds-emerald);
	stroke-width: 4;
	animation: nodeBlink 2s ease-in-out infinite;
}

.alert-pin {
	position: absolute;
	z-index: 4;
	width: 18px;
	height: 18px;
	border: 4px solid #fff;
	border-radius: 999px;
	background: #f97316;
	box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.55);
	animation: alertPulse 1.9s ease-out infinite;
}

.alert-pin span {
	position: absolute;
	left: 20px;
	top: -11px;
	white-space: nowrap;
	padding: 7px 9px;
	border-radius: 8px;
	background: rgba(10, 14, 19, 0.82);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	backdrop-filter: blur(10px);
}

.alert-pin--one {
	top: 34%;
	left: 31%;
}

.alert-pin--two {
	right: 24%;
	bottom: 24%;
	animation-delay: 0.7s;
	background: #38bdf8;
	box-shadow: 0 0 0 0 rgba(56, 189, 248, 0.55);
}

.polygon-section {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(115deg, rgba(244, 248, 241, 0.92), rgba(255, 255, 255, 0.72)),
		radial-gradient(circle at 16% 22%, rgba(52, 211, 153, 0.18), transparent 30%),
		radial-gradient(circle at 86% 70%, rgba(245, 168, 9, 0.22), transparent 28%);
}

.polygon-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(0, 133, 64, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 133, 64, 0.06) 1px, transparent 1px);
	background-size: 54px 54px;
	transform: perspective(800px) rotateX(58deg) translateY(-18%);
	transform-origin: top;
	opacity: 0.55;
}

.polygon-grid,
.alerts-grid,
.app-download-grid,
.sustain-grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
	gap: 64px;
	align-items: center;
}

.polygon-copy h2,
.alerts-grid h2,
.app-copy h2,
.sustain-grid h2 {
	margin: 0;
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.04;
}

.polygon-copy p,
.alerts-grid p,
.app-copy p,
.sustain-grid p {
	color: var(--ds-muted);
	line-height: 1.8;
	font-size: 17px;
}

.polygon-steps,
.alert-types {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.polygon-steps span,
.alert-types span {
	color: var(--ds-primary-dark);
	background: rgba(0, 133, 64, 0.1);
}

.farm-lab,
.app-visual,
.sustain-image {
	position: relative;
	min-height: 520px;
	overflow: hidden;
	border-radius: 24px;
	box-shadow: 0 34px 100px rgba(6, 78, 59, 0.2);
	background: var(--ds-dark-800);
}

.farm-lab img,
.app-visual > img,
.sustain-image > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.12) contrast(1.06);
}

.farm-lab::after,
.app-visual::after,
.sustain-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 14, 19, 0.08), rgba(10, 14, 19, 0.72));
}

.farm-lab__grid {
	position: absolute;
	z-index: 2;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(to bottom, #000 0%, transparent 82%);
}

.farm-lab__polygon {
	position: absolute;
	z-index: 3;
	inset: 8%;
	width: 84%;
	height: 84%;
	overflow: visible;
}

.farm-lab__polygon polygon {
	fill: rgba(0, 133, 64, 0.22);
	stroke: rgba(255, 255, 255, 0.4);
	stroke-width: 1;
}

.farm-lab__card,
.app-screen-card,
.carbon-meter {
	position: absolute;
	z-index: 4;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 14px;
	background: rgba(13, 17, 23, 0.72);
	color: #fff;
	backdrop-filter: blur(18px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.farm-lab__card strong,
.app-screen-card strong,
.carbon-meter strong {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: var(--ds-gold);
}

.farm-lab__card span,
.app-screen-card span,
.carbon-meter span {
	display: block;
	margin-top: 7px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 700;
}

.farm-lab__card--one {
	top: 24px;
	left: 24px;
}

.farm-lab__card--two {
	right: 24px;
	bottom: 24px;
}

.alerts-section {
	position: relative;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 14% 30%, rgba(245, 168, 9, 0.18), transparent 28%),
		radial-gradient(circle at 88% 70%, rgba(52, 211, 153, 0.2), transparent 28%),
		linear-gradient(145deg, #07120d 0%, #0d1117 48%, #064e3b 100%);
}

.alerts-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("https://images.unsplash.com/photo-1500937386664-56d1dfef3854?auto=format&fit=crop&w=1800&q=70");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	opacity: 0.18;
}

.alerts-grid p {
	color: rgba(255, 255, 255, 0.74);
}

.alerts-phone {
	width: min(100%, 380px);
	margin-inline: auto;
	padding: 16px;
	border-radius: 34px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 36px 90px rgba(0, 0, 0, 0.32);
}

.alerts-phone__screen {
	min-height: 560px;
	padding: 22px;
	border-radius: 26px;
	background:
		linear-gradient(180deg, rgba(6, 78, 59, 0.95), rgba(13, 17, 23, 0.98)),
		radial-gradient(circle at 50% 0%, rgba(52, 211, 153, 0.28), transparent 34%);
	overflow: hidden;
}

.alerts-phone__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
	font-size: 13px;
	font-weight: 800;
}

.alerts-phone__header strong {
	color: var(--ds-gold);
}

.alert-card {
	margin-top: 14px;
	padding: 16px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.12);
	transform: translateX(0);
	animation: alertSlide 7s ease-in-out infinite;
}

.alert-card:nth-child(3) {
	animation-delay: 0.8s;
}

.alert-card:nth-child(4) {
	animation-delay: 1.6s;
}

.alert-card--urgent {
	background: rgba(249, 115, 22, 0.18);
	border-color: rgba(249, 115, 22, 0.34);
}

.alert-card b {
	display: block;
	color: #fff;
}

.alert-card p {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 13px;
	line-height: 1.6;
}

.app-download-section {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(135deg, #ffffff 0%, #f4f8f1 48%, #ecfdf5 100%);
}

.app-download-section::after {
	content: "";
	position: absolute;
	top: -20%;
	right: -12%;
	width: 520px;
	height: 520px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(52, 211, 153, 0.22), transparent 68%);
}

.app-feature-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.app-feature-pills li {
	color: var(--ds-primary-dark);
	background: rgba(0, 133, 64, 0.1);
}

.store-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	margin-top: 28px;
}

.store-badges a,
.store-badge--disabled {
	position: relative;
	display: inline-flex;
	align-items: center;
	transition: transform 200ms ease, filter 200ms ease;
}

.store-badges a:hover {
	transform: translateY(-3px);
	filter: drop-shadow(0 12px 22px rgba(6, 78, 59, 0.2));
}

.store-badges img {
	height: 52px;
	width: auto;
}

.store-badge--disabled {
	opacity: 0.48;
	filter: grayscale(1);
}

.store-badge--disabled small {
	position: absolute;
	right: -8px;
	top: -10px;
	padding: 4px 7px;
	border-radius: 999px;
	background: var(--ds-gold);
	color: #111827;
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.app-screen-card {
	right: 24px;
	bottom: 24px;
	max-width: 260px;
}

.sustainability-canvas {
	position: relative;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 22% 26%, rgba(245, 168, 9, 0.18), transparent 30%),
		linear-gradient(135deg, #0a0e13 0%, #102c20 52%, #064e3b 100%);
}

.sustainability-canvas p {
	color: rgba(255, 255, 255, 0.74);
}

.carbon-meter {
	left: 24px;
	bottom: 24px;
}

.carbon-meter strong {
	font-size: 48px;
}

.sustain-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 28px;
}

.sustain-metrics div {
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(12px);
}

.sustain-metrics strong {
	display: block;
	color: var(--ds-gold);
	font-size: 22px;
}

.sustain-metrics span {
	display: block;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
	font-weight: 700;
}

@keyframes drawPolygon {
	0% { stroke-dashoffset: 900; }
	42%, 72% { stroke-dashoffset: 0; }
	100% { stroke-dashoffset: -900; }
}

@keyframes nodeBlink {
	0%, 100% { opacity: 0.72; transform: scale(1); }
	50% { opacity: 1; transform: scale(1.32); }
}

@keyframes alertPulse {
	0% { box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.55); }
	75% { box-shadow: 0 0 0 24px rgba(249, 115, 22, 0); }
	100% { box-shadow: 0 0 0 0 rgba(249, 115, 22, 0); }
}

@keyframes alertSlide {
	0%, 100% { transform: translateX(0); }
	50% { transform: translateX(8px); }
}

@media (max-width: 980px) {
	.polygon-grid,
	.alerts-grid,
	.app-download-grid,
	.sustain-grid {
		grid-template-columns: 1fr;
	}

	.alerts-section::before {
		background-attachment: scroll;
	}

	.farm-lab,
	.app-visual,
	.sustain-image {
		min-height: 420px;
	}
}

@media (max-width: 760px) {
	.sustain-metrics {
		grid-template-columns: 1fr;
	}

	.store-badges img {
		height: 44px;
	}

	.alert-pin span {
		display: none;
	}
}

.hero {
	min-height: 840px;
	background:
		linear-gradient(90deg, rgba(6, 78, 59, 0.96) 0%, rgba(13, 17, 23, 0.82) 48%, rgba(10, 14, 19, 0.58) 100%),
		radial-gradient(circle at 72% 18%, rgba(245, 168, 9, 0.24), transparent 28%),
		url("https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=2000&q=82");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 180px;
	background: linear-gradient(180deg, transparent, #fbfdf9);
	pointer-events: none;
}

.hero__copy {
	position: relative;
	z-index: 2;
	padding: 22px 0;
}

.hero h1 {
	max-width: 820px;
	font-size: clamp(48px, 7.4vw, 92px);
	text-wrap: balance;
}

.hero__lead {
	max-width: 720px;
	color: rgba(255, 255, 255, 0.82);
}

.hero-proof {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	max-width: 640px;
	margin-top: 28px;
}

.hero-proof div {
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(16px);
}

.hero-proof strong {
	display: block;
	color: var(--ds-gold);
	font-size: 24px;
	line-height: 1;
}

.hero-proof span {
	display: block;
	margin-top: 7px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 800;
}

.hero-console {
	border-radius: 28px;
	background: rgba(8, 13, 12, 0.56);
	box-shadow: 0 40px 120px rgba(0, 0, 0, 0.38);
}

.console-map {
	min-height: 430px;
	border-radius: 22px;
}

.hero-float-card {
	position: absolute;
	z-index: 5;
	max-width: 190px;
	padding: 13px 14px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 14px;
	background: rgba(13, 17, 23, 0.72);
	color: #fff;
	backdrop-filter: blur(16px);
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24);
	animation: float 6s ease-in-out infinite;
}

.hero-float-card strong {
	display: block;
	color: #fff;
	font-size: 13px;
}

.hero-float-card span {
	display: block;
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 11px;
	font-weight: 700;
}

.hero-float-card--scan {
	top: 24px;
	right: 20px;
}

.hero-float-card--alert {
	left: 20px;
	bottom: 22px;
	animation-delay: -2s;
}

.feature-section {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.feature-section::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image: var(--feature-bg);
	background-size: cover;
	background-position: center;
	transform: scale(1.04);
	filter: saturate(1.08) contrast(1.05);
}

.feature-section::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
}

.feature-section .section-heading {
	max-width: 860px;
}

.feature-section .section-heading h2 {
	text-wrap: balance;
}

.feature-section--platform {
	color: #fff;
	background: #07120d;
}

.feature-section--platform::after {
	background:
		radial-gradient(circle at 16% 20%, rgba(52, 211, 153, 0.2), transparent 34%),
		linear-gradient(115deg, rgba(6, 78, 59, 0.94), rgba(10, 14, 19, 0.86));
}

.feature-section--audience {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 241, 0.9));
}

.feature-section--audience::before {
	opacity: 0.2;
}

.feature-section--audience::after {
	background:
		radial-gradient(circle at 86% 16%, rgba(245, 168, 9, 0.18), transparent 30%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(244, 248, 241, 0.82));
}

.feature-section--benefits {
	color: #fff;
	background: #0a0e13;
}

.feature-section--benefits::after {
	background:
		linear-gradient(135deg, rgba(10, 14, 19, 0.9), rgba(6, 78, 59, 0.76)),
		radial-gradient(circle at 82% 70%, rgba(245, 168, 9, 0.18), transparent 32%);
}

.feature-section--platform .section-heading p,
.feature-section--benefits .section-heading p {
	color: rgba(255, 255, 255, 0.74);
}

.feature-section--platform .feature-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-section--benefits .feature-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.feature-section .feature-card {
	min-height: 270px;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(18px);
	box-shadow: 0 24px 70px rgba(6, 78, 59, 0.14);
}

.feature-section--platform .feature-card,
.feature-section--benefits .feature-card {
	background: rgba(255, 255, 255, 0.09);
	color: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.feature-section--platform .feature-card p,
.feature-section--benefits .feature-card p {
	color: rgba(255, 255, 255, 0.7);
}

.feature-card__number {
	position: relative;
	z-index: 1;
}

.feature-section .feature-card::after {
	content: "";
	position: absolute;
	right: -44px;
	bottom: -44px;
	width: 132px;
	height: 132px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(245, 168, 9, 0.18), transparent 68%);
	pointer-events: none;
	transition: transform 300ms ease;
}

.feature-section .feature-card:hover::after {
	transform: scale(1.28);
}

.feature-section--audience .feature-card {
	min-height: 310px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.feature-section--audience .feature-card:nth-child(1) {
	background:
		linear-gradient(180deg, rgba(255,255,255,0.42), rgba(255,255,255,0.92)),
		url("https://images.unsplash.com/photo-1464226184884-fa280b87c399?auto=format&fit=crop&w=900&q=80");
	background-size: cover;
	background-position: center;
}

.feature-section--audience .feature-card:nth-child(2) {
	background:
		linear-gradient(180deg, rgba(255,255,255,0.36), rgba(255,255,255,0.92)),
		url("https://images.unsplash.com/photo-1495107334309-fcf20504a5ab?auto=format&fit=crop&w=900&q=80");
	background-size: cover;
	background-position: center;
}

.feature-section--audience .feature-card:nth-child(3) {
	background:
		linear-gradient(180deg, rgba(255,255,255,0.38), rgba(255,255,255,0.92)),
		url("https://images.unsplash.com/photo-1560493676-04071c5f467b?auto=format&fit=crop&w=900&q=80");
	background-size: cover;
	background-position: center;
}

.feature-section--benefits .feature-card {
	min-height: 300px;
}

.feature-section--benefits .feature-card:nth-child(odd) {
	transform: translateY(28px);
}

.feature-section--benefits .feature-card:nth-child(odd):hover {
	transform: translateY(20px);
}

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

@media (max-width: 980px) {
	.hero {
		background-attachment: scroll;
	}

	.hero-proof {
		grid-template-columns: 1fr;
	}

	.console-map {
		min-height: 340px;
	}
}

@media (max-width: 760px) {
	.feature-section--platform .feature-grid,
	.feature-section--benefits .feature-grid {
		grid-template-columns: 1fr;
	}

	.feature-section--benefits .feature-card:nth-child(odd),
	.feature-section--benefits .feature-card:nth-child(odd):hover {
		transform: none;
	}

	.hero-float-card {
		display: none;
	}
}

.hero__grid {
	grid-template-columns: minmax(380px, 0.58fr) minmax(680px, 1.42fr);
	width: min(100% - 32px, 1680px);
}

.hero-webgis {
	padding: 0;
	border-radius: 26px;
	border: 1px solid rgba(148, 163, 184, 0.24);
	background: #0d1117;
	overflow: hidden;
	transform: perspective(1400px) rotateY(-4deg) rotateX(1.2deg);
	animation: webgisDrift 8s ease-in-out infinite;
}

.webgis-map {
	position: relative;
	min-height: 620px;
	overflow: hidden;
	background: #0d1117;
}

.webgis-map__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.05) contrast(1.12) brightness(0.62);
	transform: scale(1.08);
}

.webgis-map::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(13, 17, 23, 0.94) 0 18%, transparent 36%),
		linear-gradient(180deg, rgba(13, 17, 23, 0.42), rgba(13, 17, 23, 0.18) 48%, rgba(13, 17, 23, 0.42)),
		repeating-linear-gradient(0deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 72px),
		repeating-linear-gradient(90deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 72px);
	pointer-events: none;
}

.webgis-topbar,
.webgis-sidebar,
.webgis-zoom,
.webgis-analysis,
.webgis-modules,
.webgis-boundary,
.webgis-boundary-label {
	position: absolute;
	z-index: 3;
}

.webgis-topbar {
	top: 0;
	left: 0;
	right: 0;
	height: 58px;
	display: grid;
	grid-template-columns: 250px minmax(220px, 430px) auto;
	align-items: center;
	gap: 18px;
	padding: 10px 16px;
	background: rgba(13, 17, 23, 0.86);
	border-bottom: 1px solid rgba(148, 163, 184, 0.18);
	backdrop-filter: blur(18px);
}

.webgis-brand {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-weight: 900;
}

.webgis-brand img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.webgis-search {
	justify-self: end;
	width: min(100%, 430px);
	padding: 12px 18px;
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 999px;
	background: rgba(30, 41, 59, 0.78);
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
}

.webgis-search::before {
	content: "⌕";
	margin-right: 10px;
	color: #93c5fd;
}

.webgis-round-icons {
	display: flex;
	justify-content: flex-end;
	gap: 9px;
}

.webgis-round-icons span {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 999px;
	background: rgba(30, 41, 59, 0.78);
	color: #facc15;
	font-size: 13px;
	font-weight: 900;
}

.webgis-sidebar {
	top: 58px;
	left: 0;
	bottom: 0;
	width: 260px;
	padding: 14px;
	background: rgba(15, 23, 42, 0.9);
	border-right: 1px solid rgba(148, 163, 184, 0.18);
	backdrop-filter: blur(18px);
	color: #fff;
}

.webgis-mobile-box {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 12px;
	padding: 12px;
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 10px;
	background: rgba(30, 41, 59, 0.72);
}

.webgis-qr {
	aspect-ratio: 1;
	border-radius: 6px;
	background:
		linear-gradient(90deg, #fff 12px, transparent 12px 18px, #fff 18px 24px, transparent 24px 30px, #fff 30px 36px, transparent 36px),
		linear-gradient(#111827 10px, transparent 10px 16px, #111827 16px 22px, transparent 22px 28px, #111827 28px 34px, transparent 34px),
		#fff;
	background-size: 36px 36px, 36px 36px, auto;
}

.webgis-mobile-box strong,
.webgis-mobile-box span,
.webgis-sidebar p,
.webgis-field-card strong,
.webgis-field-card span,
.webgis-field-card small {
	display: block;
}

.webgis-mobile-box strong {
	font-size: 12px;
}

.webgis-mobile-box span {
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 10px;
	line-height: 1.5;
}

.webgis-sidebar p {
	margin: 16px 0 9px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 12px;
	font-weight: 900;
}

.webgis-sidebar button {
	width: 100%;
	margin-bottom: 8px;
	padding: 11px 10px;
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 8px;
	background: rgba(30, 41, 59, 0.8);
	color: #fff;
	font: inherit;
	font-size: 11px;
	font-weight: 800;
	text-align: left;
}

.webgis-sidebar button:first-of-type {
	background: rgba(16, 185, 129, 0.22);
	border-color: rgba(52, 211, 153, 0.44);
}

.webgis-field-card {
	padding: 13px;
	border-radius: 10px;
	background: linear-gradient(135deg, #10b981, #059669);
	box-shadow: 0 18px 40px rgba(5, 150, 105, 0.28);
}

.webgis-field-card strong {
	font-size: 12px;
}

.webgis-field-card span {
	margin-top: 6px;
	font-size: 10px;
	font-weight: 800;
}

.webgis-field-card small {
	margin-top: 18px;
	color: rgba(255, 255, 255, 0.78);
}

.webgis-zoom {
	top: 82px;
	left: 286px;
	display: grid;
	gap: 1px;
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 10px;
	background: rgba(15, 23, 42, 0.84);
}

.webgis-zoom span {
	display: grid;
	place-items: center;
	width: 52px;
	height: 44px;
	color: #34d399;
	font-size: 10px;
	font-weight: 900;
}

.webgis-analysis {
	top: 108px;
	left: 354px;
	width: 340px;
	padding: 14px;
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 14px;
	background: rgba(15, 23, 42, 0.78);
	color: #fff;
	backdrop-filter: blur(18px);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.webgis-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
}

.webgis-tabs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 7px;
	margin-top: 16px;
}

.webgis-tabs span {
	padding: 8px 7px;
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 999px;
	background: rgba(30, 41, 59, 0.58);
	font-size: 9px;
	font-weight: 800;
	text-align: center;
}

.webgis-tabs .active {
	background: #059669;
	border-color: #10b981;
}

.webgis-chart-card {
	margin-top: 14px;
	padding: 14px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 10px;
	background: rgba(15, 23, 42, 0.62);
}

.webgis-chart-card strong {
	font-size: 12px;
}

.webgis-chart {
	display: flex;
	align-items: end;
	gap: 8px;
	height: 92px;
	margin-top: 14px;
	padding: 10px;
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(249, 115, 22, 0.08), rgba(249, 115, 22, 0.2));
}

.webgis-chart i {
	display: block;
	flex: 1;
	height: 38%;
	border-radius: 999px 999px 0 0;
	background: #fb923c;
}

.webgis-chart i:nth-child(2) { height: 62%; }
.webgis-chart i:nth-child(3) { height: 54%; }
.webgis-chart i:nth-child(4) { height: 66%; }
.webgis-chart i:nth-child(5) { height: 72%; }
.webgis-chart i:nth-child(6) { height: 58%; }

.webgis-modules {
	top: 90px;
	right: 18px;
	display: grid;
	grid-template-columns: repeat(2, 92px);
	gap: 8px;
	padding: 8px;
	border: 1px solid rgba(20, 184, 166, 0.28);
	border-radius: 16px;
	background: rgba(15, 23, 42, 0.78);
	backdrop-filter: blur(18px);
}

.webgis-modules div {
	display: grid;
	place-items: center;
	min-height: 76px;
	padding: 8px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 10px;
	background: rgba(30, 41, 59, 0.68);
	text-align: center;
	color: #fff;
}

.webgis-modules div.active {
	border-color: #10b981;
	background: rgba(5, 150, 105, 0.28);
}

.webgis-modules strong {
	display: block;
	color: #d1fae5;
	font-size: 14px;
}

.webgis-modules span {
	display: block;
	margin-top: 7px;
	font-size: 8px;
	font-weight: 800;
	line-height: 1.25;
}

.webgis-boundary {
	inset: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.webgis-boundary polygon {
	fill: rgba(59, 130, 246, 0.34);
	stroke: rgba(96, 165, 250, 0.2);
	stroke-width: 1;
}

.webgis-boundary polyline {
	fill: none;
	stroke: #3b82f6;
	stroke-width: 5;
	stroke-linejoin: round;
	stroke-linecap: round;
	stroke-dasharray: 980;
	stroke-dashoffset: 980;
	animation: drawBoundary 5.4s ease-in-out infinite;
	filter: drop-shadow(0 0 8px rgba(59, 130, 246, 0.9));
}

.webgis-boundary circle {
	fill: #eff6ff;
	stroke: #2563eb;
	stroke-width: 3;
	opacity: 0;
	animation: boundaryNode 5.4s ease-in-out infinite;
}

.webgis-boundary-label {
	left: 51%;
	top: 70%;
	padding: 11px 13px;
	border: 1px solid rgba(96, 165, 250, 0.42);
	border-radius: 12px;
	background: rgba(15, 23, 42, 0.78);
	color: #fff;
	backdrop-filter: blur(14px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.webgis-boundary-label strong,
.webgis-boundary-label span {
	display: block;
}

.webgis-boundary-label strong {
	color: #bfdbfe;
	font-size: 12px;
}

.webgis-boundary-label span {
	margin-top: 5px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 10px;
	font-weight: 700;
}

@keyframes drawBoundary {
	0% { stroke-dashoffset: 980; }
	38%, 76% { stroke-dashoffset: 0; }
	100% { stroke-dashoffset: -980; }
}

@keyframes boundaryNode {
	0%, 32% { opacity: 0; transform: scale(0.7); }
	42%, 82% { opacity: 1; transform: scale(1); }
	100% { opacity: 0; transform: scale(1.25); }
}

@keyframes webgisDrift {
	0%, 100% { transform: perspective(1400px) rotateY(-4deg) rotateX(1.2deg) translateY(0); }
	50% { transform: perspective(1400px) rotateY(-2deg) rotateX(0.4deg) translateY(-8px); }
}

@media (max-width: 1400px) {
	.hero__grid {
		grid-template-columns: 1fr;
	}

	.hero-webgis {
		transform: none;
		animation: none;
	}
}

@media (max-width: 980px) {
	.webgis-map {
		min-height: 560px;
	}

	.webgis-topbar {
		grid-template-columns: 1fr;
		height: auto;
	}

	.webgis-search,
	.webgis-round-icons {
		display: none;
	}

	.webgis-sidebar,
	.webgis-modules {
		display: none;
	}

	.webgis-zoom {
		left: 16px;
		top: 80px;
	}

	.webgis-analysis {
		left: 72px;
		top: 80px;
		width: min(340px, calc(100% - 94px));
	}
}

@media (max-width: 760px) {
	.webgis-analysis {
		display: none;
	}

	.webgis-boundary-label {
		left: 18px;
		right: 18px;
		top: auto;
		bottom: 18px;
	}
}

/* Screenshot-inspired homepage rebuild */
.ds-home {
	background: #f5f7f3;
	color: #132018;
}

.ds-section {
	padding: 70px 0;
}

.ds-kicker {
	margin: 0 0 10px;
	color: #0b7c3b;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.ds-kicker--light {
	color: #f6c453;
}

.ds-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 18px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 900;
	transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.ds-button:hover {
	transform: translateY(-2px);
}

.ds-button--orange {
	background: linear-gradient(135deg, #f97316, #f59e0b);
	color: #fff;
	box-shadow: 0 14px 28px rgba(249, 115, 22, 0.28);
}

.ds-button--green {
	background: linear-gradient(135deg, #047857, #16a34a);
	color: #fff;
}

.ds-button--outline {
	border: 1px solid rgba(255, 255, 255, 0.42);
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
}

.ds-hero {
	position: relative;
	min-height: 610px;
	overflow: hidden;
	color: #fff;
}

.ds-hero__image,
.ds-hero__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.ds-hero__image {
	object-fit: cover;
	filter: saturate(1.1) contrast(1.06);
}

.ds-hero__overlay {
	background:
		linear-gradient(90deg, rgba(5, 67, 37, 0.94) 0%, rgba(5, 67, 37, 0.75) 44%, rgba(5, 67, 37, 0.18) 100%),
		linear-gradient(180deg, rgba(8, 13, 12, 0.12), rgba(5, 67, 37, 0.72));
}

.ds-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
	gap: 56px;
	align-items: center;
	min-height: 610px;
}

.ds-hero__copy h1 {
	max-width: 680px;
	margin: 0;
	font-size: clamp(38px, 5.7vw, 66px);
	line-height: 1.02;
	text-wrap: balance;
}

.ds-hero__copy p:not(.ds-kicker) {
	max-width: 580px;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.75;
}

.ds-hero__sat {
	position: absolute;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 72px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-weight: 900;
	animation: float 7s ease-in-out infinite;
}

.ds-hero__sat--one {
	top: 72px;
	right: 24%;
	transform: rotate(-22deg);
}

.ds-hero__sat--two {
	top: 118px;
	right: 10%;
	animation-delay: -2s;
	transform: rotate(18deg);
}

.ds-hero-map {
	position: relative;
	min-height: 420px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 18px;
	background: rgba(4, 18, 12, 0.45);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(10px);
}

.ds-hero-map__screen {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(1.04) contrast(1.08) brightness(0.82);
	transform: scale(1.02);
}

.ds-hero-map svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	z-index: 2;
}

.ds-hero-map polygon {
	fill: rgba(59, 130, 246, 0.24);
	stroke: rgba(147, 197, 253, 0.34);
}

.ds-hero-map polyline {
	fill: none;
	stroke: #3b82f6;
	stroke-width: 5;
	stroke-linejoin: round;
	stroke-linecap: round;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: drawBoundary 6s ease-in-out infinite;
	filter: drop-shadow(0 0 12px rgba(59, 130, 246, 0.86));
}

.ds-hero-map circle {
	fill: #fff;
	stroke: #2563eb;
	stroke-width: 3;
	animation: boundaryNode 6s ease-in-out infinite;
}

.ds-map-card,
.ds-hero-chart,
.ds-hero-map ul {
	position: absolute;
	z-index: 3;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(14px);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.ds-map-card {
	top: 52px;
	right: 50px;
	padding: 13px 15px;
	z-index: 4;
}

.ds-map-card span,
.ds-map-card strong {
	display: block;
}

.ds-map-card span {
	font-size: 11px;
}

.ds-map-card strong {
	margin-top: 4px;
	color: #facc15;
	font-size: 22px;
}

.ds-hero-chart {
	left: 70px;
	bottom: 42px;
	display: flex;
	align-items: end;
	gap: 8px;
	width: 180px;
	height: 92px;
	padding: 14px;
	z-index: 4;
}

.ds-hero-chart span {
	display: block;
	flex: 1;
	height: 30%;
	border-radius: 999px 999px 0 0;
	background: #bbf7d0;
}

.ds-hero-chart span:nth-child(2) { height: 54%; }
.ds-hero-chart span:nth-child(3) { height: 82%; }
.ds-hero-chart span:nth-child(4) { height: 62%; }

.ds-hero-map ul {
	right: 44px;
	bottom: 56px;
	margin: 0;
	padding: 14px 18px;
	list-style: none;
	z-index: 4;
}

.ds-hero-map li {
	margin: 7px 0;
	font-size: 12px;
	font-weight: 800;
}

.ds-two-col,
.ds-what__grid,
.ds-users__grid,
.ds-sustain__grid,
.ds-contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 56px;
	align-items: center;
}

.ds-photo-card,
.ds-sustain figure {
	margin: 0;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 24px 70px rgba(6, 78, 59, 0.16);
}

.ds-photo-card img,
.ds-sustain img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	transition: transform 700ms ease;
}

.ds-photo-card:hover img,
.ds-sustain figure:hover img {
	transform: scale(1.06);
}

.ds-about h2,
.ds-what h2,
.ds-platform h2,
.ds-users h2,
.ds-sustain h2,
.ds-partner h2,
.ds-journey h2,
.ds-contact h2 {
	margin: 0;
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.08;
}

.ds-mini-copy strong {
	display: block;
	margin-top: 16px;
	color: #0b7c3b;
}

.ds-mini-copy p,
.ds-sustain p {
	color: #52605a;
	line-height: 1.7;
}

.ds-commit-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 24px;
}

.ds-commit-grid span {
	min-height: 62px;
	padding: 12px;
	border-radius: 10px;
	background: #f1f8ee;
	color: #244334;
	font-size: 11px;
	font-weight: 900;
	text-align: center;
	box-shadow: inset 0 0 0 1px rgba(11, 124, 59, 0.08);
}

.ds-web-mobile,
.ds-what,
.ds-journey {
	color: #fff;
	background:
		radial-gradient(circle at 14% 20%, rgba(245, 168, 9, 0.18), transparent 28%),
		linear-gradient(135deg, #063c20, #07582b 52%, #04391d);
}

.ds-web-mobile {
	padding: 58px 0;
}

.ds-web-mobile__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 34px;
	align-items: end;
}

.ds-device,
.ds-phone {
	position: relative;
	overflow: hidden;
	border: 8px solid rgba(255, 255, 255, 0.9);
	background: #10231a;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.ds-device {
	border-radius: 12px;
}

.ds-device img,
.ds-phone img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	filter: saturate(1.08) contrast(1.05);
}

.ds-device--wide img {
	height: 330px;
	object-position: center;
}

.ds-device svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.ds-device polygon {
	fill: rgba(249, 115, 22, 0.34);
}

.ds-device polyline {
	fill: none;
	stroke: #f97316;
	stroke-width: 4;
}

.ds-phone {
	width: 164px;
	border-radius: 24px;
}

.ds-phone img {
	height: 260px;
	object-position: top center;
}

.ds-phone span {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 12px;
	padding: 9px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.9);
	color: #064e3b;
	font-size: 11px;
	font-weight: 900;
	text-align: center;
}

.ds-mobile-cluster {
	display: flex;
	align-items: center;
	gap: 18px;
	position: relative;
	min-height: 330px;
}

.ds-phone--behind {
	position: absolute;
	left: 106px;
	top: 30px;
	transform: rotate(5deg) scale(0.9);
	opacity: 0.84;
	z-index: 0;
}

.ds-mobile-cluster > .ds-phone:first-child {
	position: relative;
	z-index: 1;
}

.ds-store-badges {
	display: grid;
	gap: 10px;
	margin: 0;
}

.ds-center {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 34px;
}

.ds-what__grid {
	grid-template-columns: 0.95fr 1.05fr;
}

.ds-phone-showcase {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 330px;
}

.ds-phone--hero {
	width: 230px;
	transform: rotate(-4deg);
}

.ds-phone--hero img {
	height: 420px;
}

.ds-orbit {
	position: absolute;
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-weight: 900;
	animation: float 6s ease-in-out infinite;
}

.ds-orbit--one { top: 36px; left: 24%; }
.ds-orbit--two { top: 86px; right: 18%; animation-delay: -2s; }
.ds-orbit--three { bottom: 44px; left: 18%; animation-delay: -3s; }

.ds-what-list {
	display: grid;
	gap: 14px;
	margin-top: 24px;
}

.ds-what-list div {
	padding: 15px 18px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
}

.ds-what-list strong,
.ds-what-list span {
	display: block;
}

.ds-what-list span {
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.72);
}

.ds-platform {
	background:
		radial-gradient(circle at 50% 0%, rgba(11, 124, 59, 0.14), transparent 34%),
		#fff;
}

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

.ds-platform-card {
	min-height: 160px;
	padding: 22px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 18px 60px rgba(18, 32, 24, 0.1);
	border: 1px solid rgba(11, 124, 59, 0.08);
	text-align: center;
	transition: transform 240ms ease, box-shadow 240ms ease;
}

.ds-platform-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 26px 80px rgba(18, 32, 24, 0.16);
}

.ds-platform-card--featured {
	grid-row: span 2;
	position: relative;
	overflow: hidden;
	padding-top: 230px;
	background: #062d1b;
	color: #fff;
}

.ds-platform-card__screen {
	position: absolute;
	inset: 0 0 auto;
	width: 100%;
	height: 230px;
	object-fit: cover;
	object-position: top center;
}

.ds-platform-card--featured::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 0 40%, rgba(6, 45, 27, 0.96) 73%);
	pointer-events: none;
}

.ds-platform-card--featured > *:not(.ds-platform-card__screen) {
	position: relative;
	z-index: 1;
}

.ds-platform-card--featured p {
	color: rgba(255, 255, 255, 0.72);
}

.ds-platform-card span {
	display: inline-grid;
	place-items: center;
	width: 40px;
	height: 40px;
	margin-bottom: 14px;
	border-radius: 999px;
	background: #e8f8ee;
	color: #0b7c3b;
	font-weight: 900;
}

.ds-platform-card h3 {
	margin: 0 0 8px;
	font-size: 16px;
}

.ds-platform-card p {
	margin: 0;
	color: #627067;
	font-size: 12px;
	line-height: 1.6;
}

.ds-users {
	background:
		linear-gradient(180deg, #f4faf6, #ffffff);
}

.ds-users__grid {
	grid-template-columns: 0.72fr 1.28fr;
}

.ds-user-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.ds-user-cards article {
	padding: 24px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 60px rgba(18, 32, 24, 0.1);
}

.ds-user-cards strong {
	display: block;
	color: #0b7c3b;
}

.ds-user-cards p {
	color: #627067;
	font-size: 13px;
	line-height: 1.65;
}

.ds-sustain {
	background: #fff;
}

.ds-sustain__grid {
	grid-template-columns: 1fr 0.86fr;
}

.ds-sustain-icons {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	margin-top: 26px;
}

.ds-sustain-icons span {
	display: grid;
	place-items: center;
	min-height: 64px;
	border-radius: 14px;
	background: #0b7c3b;
	color: #fff;
	font-weight: 900;
	box-shadow: 0 14px 34px rgba(11, 124, 59, 0.18);
}

.ds-partner {
	padding: 48px 0;
	background: linear-gradient(135deg, #f5fbf6, #e8f6ee);
}

.ds-partner__inner,
.ds-journey__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.ds-news {
	padding: 58px 0;
}

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

.ds-news article {
	overflow: hidden;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 16px 50px rgba(18, 32, 24, 0.1);
}

.ds-news img {
	width: 100%;
	height: 130px;
	object-fit: cover;
	object-position: top center;
}

.ds-news h3,
.ds-news p {
	padding: 0 14px;
}

.ds-news h3 {
	font-size: 14px;
}

.ds-news p {
	padding-bottom: 16px;
	color: #627067;
	font-size: 12px;
}

.ds-journey {
	padding: 54px 0;
}

.ds-journey__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ds-contact {
	background: #f5f7f3;
}

.ds-contact__grid {
	grid-template-columns: 0.8fr 1.2fr;
}

.ds-contact ul {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	color: #52605a;
	line-height: 2;
}

.ds-contact-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 22px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 60px rgba(18, 32, 24, 0.1);
}

.ds-contact-form textarea,
.ds-contact-form button {
	grid-column: 1 / -1;
}

.ds-contact-form input,
.ds-contact-form textarea {
	width: 100%;
	border: 1px solid #dfe7df;
	border-radius: 8px;
	padding: 12px;
	font: inherit;
}

@media (max-width: 980px) {
	.ds-hero__inner,
	.ds-two-col,
	.ds-web-mobile__grid,
	.ds-what__grid,
	.ds-users__grid,
	.ds-sustain__grid,
	.ds-contact__grid {
		grid-template-columns: 1fr;
	}

	.ds-platform-grid,
	.ds-user-cards,
	.ds-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ds-partner__inner,
	.ds-journey__inner {
		display: block;
	}

	.ds-journey__actions {
		margin-top: 22px;
	}
}

@media (max-width: 640px) {
	.ds-platform-grid,
	.ds-user-cards,
	.ds-news-grid,
	.ds-commit-grid,
	.ds-sustain-icons,
	.ds-contact-form {
		grid-template-columns: 1fr;
	}

	.ds-hero-map {
		min-height: 330px;
	}
}

/* ── Unified main navigation (all pages) ── */
.ds-main-nav {
	position: sticky;
	top: 0;
	z-index: 100;
	background: #fff;
	border-bottom: 1px solid rgba(11, 45, 27, 0.08);
	box-shadow: 0 2px 12px rgba(11, 45, 27, 0.06);
}

.ds-main-nav__row {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	min-height: 62px;
	padding: 8px 14px;
}

.ds-main-nav__brand {
	text-decoration: none;
	flex-shrink: 0;
}

.ds-main-nav__brand-inner {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 16px;
	border: 1px solid rgba(11, 124, 59, 0.18);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 12px 32px rgba(11, 45, 27, 0.1);
	transition: box-shadow 200ms ease, transform 200ms ease;
}

.ds-main-nav__brand:hover .ds-main-nav__brand-inner {
	box-shadow: 0 16px 40px rgba(11, 45, 27, 0.16);
	transform: translateY(-1px);
}

.ds-main-nav__brand-inner img {
	width: 42px;
	height: 42px;
	object-fit: contain;
	flex-shrink: 0;
}

.ds-main-nav__wordmark {
	font-size: 20px;
	font-weight: 800;
	color: #0b2b1a;
	letter-spacing: -0.01em;
	line-height: 1;
	white-space: nowrap;
}

.ds-main-nav__links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-width: 0;
}

.ds-main-nav__links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 11px;
	border-radius: 999px;
	color: #0f2419;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
	text-decoration: none;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.ds-main-nav__links a:hover,
.ds-main-nav__links a.is-active {
	background: rgba(11, 124, 59, 0.1);
	color: #07582b;
	transform: translateY(-1px);
}

.ds-main-nav__app {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 13px;
	border-radius: 999px;
	background: #07582b;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: 0 12px 24px rgba(7, 88, 43, 0.24);
	transition: background 180ms ease, transform 180ms ease;
}

.ds-main-nav__app:hover {
	background: #064a24;
	transform: translateY(-1px);
}

.ds-main-nav__toggle {
	display: none;
}

/* ── Home page: floating glass nav over hero ── */
.ds-main-nav--home {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.92);
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	box-shadow: 0 4px 24px rgba(11, 45, 27, 0.1);
	backdrop-filter: blur(16px);
}

.ds-main-nav--home .ds-main-nav__row {
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

/* ── Hide old site-header ── */
body.home .site-header,
.site-header {
	display: none;
}

body.home .site-main {
	background: #edf1ee;
}

body.home .site-footer {
	margin: 0 14px 14px;
	border-radius: 0 0 22px 22px;
	color: #28513d;
	background: linear-gradient(135deg, #f9fbf8, #edf7ef);
	box-shadow: 0 22px 70px rgba(15, 23, 42, 0.09);
}

body.home .site-footer__logo {
	filter: none;
}

body.home .footer-nav a,
body.home .site-footer p {
	color: #28513d;
}

body.home .site-footer__meta {
	border-top-color: rgba(11, 124, 59, 0.14);
}

.ds-home {
	padding: 14px;
	background:
		radial-gradient(circle at 96% 8%, rgba(11, 124, 59, 0.12), transparent 24%),
		#edf1ee;
}

.ds-home > section {
	box-shadow: 0 22px 70px rgba(15, 23, 42, 0.08);
}

.ds-hero,
.ds-about {
	border-radius: 22px 22px 0 0;
}

.ds-hero {
	min-height: 650px;
}

.ds-hero__inner {
	min-height: 650px;
	padding-top: 92px;
}

.ds-hero__copy {
	max-width: 620px;
}

.ds-hero__copy h1 {
	font-size: clamp(42px, 5.3vw, 72px);
}

.ds-hero-map {
	min-height: 440px;
	border-radius: 22px;
	transform: perspective(1300px) rotateY(-4deg) rotateX(1deg);
	animation: webgisDrift 7s ease-in-out infinite;
}

.ds-what {
	color: #14251b;
	background:
		radial-gradient(circle at 0 10%, rgba(11, 124, 59, 0.09), transparent 26%),
		radial-gradient(circle at 100% 90%, rgba(149, 193, 31, 0.12), transparent 30%),
		linear-gradient(135deg, #ffffff, #f6fbf4);
}

.ds-what .ds-kicker--light {
	color: #0b7c3b;
}

.ds-what__grid {
	grid-template-columns: 0.9fr 1.1fr;
}

.ds-phone-showcase::before {
	content: "";
	position: absolute;
	inset: 16px;
	border: 1px dashed rgba(11, 124, 59, 0.22);
	border-radius: 999px;
	animation: spin 34s linear infinite;
}

.ds-what-list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ds-what-list div {
	background: rgba(255, 255, 255, 0.9);
	border-color: rgba(11, 124, 59, 0.12);
	box-shadow: 0 16px 42px rgba(18, 32, 24, 0.08);
}

.ds-what-list strong {
	color: #07582b;
}

.ds-what-list span {
	color: #52605a;
}

.ds-orbit {
	border: 1px solid rgba(11, 124, 59, 0.14);
	background: #eaf7e9;
	color: #07582b;
	box-shadow: 0 14px 34px rgba(11, 124, 59, 0.12);
}

.ds-platform {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.93), rgba(248, 252, 247, 0.94)),
		url("../images/generated-news-webgis-features.png") center / cover fixed;
}

.ds-platform-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ds-platform-card {
	min-height: 178px;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(10px);
}

.ds-platform-card--featured {
	grid-row: auto;
	padding-top: 190px;
	background: linear-gradient(180deg, #eff8e8, #ffffff);
	color: #132018;
}

.ds-platform-card--featured::after {
	display: none;
}

.ds-platform-card--featured .ds-platform-card__screen {
	height: 190px;
	object-fit: contain;
	padding: 18px 18px 0;
	filter: drop-shadow(0 18px 22px rgba(6, 78, 59, 0.18));
}

.ds-platform-card--featured p {
	color: #627067;
}

.ds-users {
	background:
		linear-gradient(180deg, rgba(239, 250, 232, 0.9), rgba(255, 255, 255, 0.98)),
		linear-gradient(135deg, #dff2d4, #f9fbf8);
}

.ds-user-cards article {
	position: relative;
	padding-top: 78px;
	text-align: center;
}

.ds-user-cards article::before {
	content: "";
	position: absolute;
	top: 22px;
	left: 50%;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background:
		radial-gradient(circle at 50% 35%, #f9c56a 0 18%, transparent 19%),
		linear-gradient(135deg, #0b7c3b, #95c11f);
	box-shadow: 0 0 0 9px rgba(11, 124, 59, 0.09);
	transform: translateX(-50%);
}

.ds-sustain {
	background:
		radial-gradient(circle at 92% 12%, rgba(149, 193, 31, 0.16), transparent 28%),
		#ffffff;
}

.ds-sustain-photos {
	display: grid;
	gap: 16px;
}

.ds-sustain-photos figure {
	margin: 0;
	overflow: hidden;
	border-radius: 18px;
	box-shadow: 0 20px 54px rgba(6, 78, 59, 0.14);
}

.ds-sustain-photos figure:nth-child(2) {
	margin-left: 54px;
}

.ds-sustain-photos img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	transition: transform 700ms ease;
}

.ds-sustain-photos figure:hover img {
	transform: scale(1.06);
}

.ds-partner__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
}

.ds-partner-logos {
	display: flex;
	gap: 14px;
}

.ds-partner-logos span {
	display: grid;
	place-items: center;
	width: 150px;
	height: 82px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 16px 42px rgba(18, 32, 24, 0.1);
}

.ds-partner-logos img {
	max-width: 116px;
	max-height: 58px;
	object-fit: contain;
}

.ds-news article {
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.ds-news article:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 70px rgba(18, 32, 24, 0.14);
}

.ds-news img {
	height: 150px;
	object-position: center;
}

.ds-contact-panel {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 18px;
	align-items: stretch;
}

.ds-contact-form {
	box-shadow: 0 18px 60px rgba(18, 32, 24, 0.09);
}

.ds-contact-map {
	position: relative;
	min-height: 260px;
	overflow: hidden;
	border-radius: 16px;
	background:
		linear-gradient(33deg, transparent 0 44%, rgba(16, 185, 129, 0.3) 45% 48%, transparent 49%),
		linear-gradient(118deg, transparent 0 28%, rgba(245, 168, 9, 0.32) 29% 32%, transparent 33%),
		linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px),
		linear-gradient(rgba(15, 23, 42, 0.06) 1px, transparent 1px),
		#edf4ef;
	background-size: auto, auto, 36px 36px, 36px 36px, auto;
	box-shadow: inset 0 0 0 1px rgba(11, 124, 59, 0.1);
}

.ds-contact-map span {
	position: absolute;
	left: 58%;
	top: 38%;
	width: 34px;
	height: 34px;
	border-radius: 999px 999px 999px 0;
	background: #ef4444;
	box-shadow: 0 12px 24px rgba(239, 68, 68, 0.28);
	transform: rotate(-45deg);
	animation: pulsePin 2.4s ease-in-out infinite;
}

.ds-contact-map span::after {
	content: "";
	position: absolute;
	inset: 10px;
	border-radius: 999px;
	background: #fff;
}

@keyframes pulsePin {
	0%, 100% { transform: rotate(-45deg) translateY(0); }
	50% { transform: rotate(-45deg) translateY(-8px); }
}

@media (max-width: 1180px) {
	.ds-main-nav__row {
		grid-template-columns: auto 1fr auto;
	}

	.ds-main-nav__links {
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 2px;
	}

	.ds-main-nav__wordmark {
		font-size: 16px;
	}

	.ds-main-nav__brand-inner {
		padding: 6px 12px;
	}

	.ds-main-nav__brand-inner img {
		width: 34px;
		height: 34px;
	}

	.ds-platform-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.ds-main-nav__row {
		grid-template-columns: 1fr auto;
	}

	.ds-main-nav__links {
		grid-column: 1 / -1;
		order: 3;
	}

	.ds-hero-map {
		transform: none;
		animation: none;
	}

	.ds-what-list,
	.ds-contact-panel,
	.ds-partner__inner {
		grid-template-columns: 1fr;
	}

	.ds-partner-logos {
		flex-wrap: wrap;
	}
}

@media (max-width: 640px) {
	.ds-home {
		padding: 8px;
	}

	body.home .site-footer {
		margin: 0 8px 8px;
	}

	.ds-home .container {
		width: min(100% - 24px, 1480px);
	}

	.ds-main-nav--home {
		position: relative;
	}

	.ds-main-nav__row {
		min-height: 52px;
		padding: 6px 10px;
	}

	.ds-main-nav__wordmark {
		font-size: 14px;
	}

	.ds-main-nav__brand-inner {
		padding: 5px 10px;
		gap: 6px;
	}

	.ds-main-nav__brand-inner img {
		width: 28px;
		height: 28px;
	}

	.ds-hero__inner {
		padding-top: 32px;
	}

	.ds-platform-grid {
		grid-template-columns: 1fr;
	}

	.ds-sustain-photos figure:nth-child(2) {
		margin-left: 0;
	}
}


/* Hero overlay cleanup */
body.home .ds-hero-map {
	animation: none;
	transform: none;
}

body.home .ds-hero-map svg,
body.home .ds-map-card,
body.home .ds-hero-chart,
body.home .ds-hero-map ul {
	display: none;
}


/* WebGIS mobile height refinement */
.ds-web-mobile {
	padding: 96px 0 92px;
}

.ds-web-mobile__grid {
	align-items: center;
}

.ds-device--wide img {
	height: 430px;
	object-position: center;
}

.ds-device--wide svg {
	display: none;
}

.ds-mobile-cluster {
	min-height: 430px;
}

.ds-mobile-cluster .ds-phone {
	width: 186px;
}

.ds-mobile-cluster .ds-phone img {
	height: 316px;
}

.ds-phone--behind {
	left: 132px;
	top: 50px;
}

@media (max-width: 980px) {
	.ds-device--wide img {
		height: 360px;
	}

	.ds-mobile-cluster {
		min-height: 380px;
	}
}

@media (max-width: 640px) {
	.ds-web-mobile {
		padding: 70px 0;
	}

	.ds-device--wide img {
		height: 270px;
	}

	.ds-mobile-cluster .ds-phone {
		width: 154px;
	}

	.ds-mobile-cluster .ds-phone img {
		height: 260px;
	}
}

/* Reference hero rebuild */
body.home .ds-hero--reference {
	min-height: 700px;
	color: #102016;
	background: #f8fbf6;
}

body.home .ds-hero--reference .ds-hero__image {
	object-position: center;
	filter: saturate(1.08) contrast(1.02);
}

body.home .ds-hero--reference .ds-hero__overlay {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 28%, rgba(255, 255, 255, 0.18) 52%, rgba(255, 255, 255, 0) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.04));
}

body.home .ds-hero-ref__inner {
	grid-template-columns: minmax(330px, 0.42fr) minmax(0, 0.58fr);
	min-height: 700px;
	padding-top: 88px;
	gap: 18px;
}

body.home .ds-hero-ref__copy {
	max-width: 510px;
}

body.home .ds-hero-ref__copy h1 {
	margin: 0;
	color: #111827;
	font-size: clamp(38px, 4.8vw, 66px);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 0;
}

body.home .ds-hero-ref__copy h1 span {
	display: block;
}

body.home .ds-text-green {
	color: #0a6b38;
}

body.home .ds-hero-ref__copy p {
	max-width: 450px;
	margin: 22px 0 0;
	color: #1f2d25;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.72;
}

body.home .ds-hero-ref__cta {
	min-height: 54px;
	margin-top: 28px;
	padding: 0 12px 0 24px;
	gap: 14px;
	background: #07582b;
	color: #fff;
	font-size: 14px;
	box-shadow: 0 16px 34px rgba(7, 88, 43, 0.26);
}

body.home .ds-hero-ref__cta span {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: #fff;
	color: #07582b;
	font-size: 20px;
	line-height: 1;
}

body.home .ds-hero-ref__visual {
	position: relative;
	min-height: 500px;
}

.ds-hero-ref__field {
	position: absolute;
	right: 0;
	bottom: 64px;
	width: min(760px, 100%);
	height: auto;
	overflow: visible;
	filter: drop-shadow(0 12px 22px rgba(7, 88, 43, 0.2));
}

.ds-hero-ref__field polygon {
	fill: rgba(170, 204, 49, 0.2);
	stroke: rgba(255, 255, 255, 0.92);
	stroke-width: 2;
}

.ds-hero-ref__field polyline,
.ds-hero-ref__field line {
	fill: none;
	stroke: rgba(255, 255, 255, 0.96);
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ds-hero-ref__field polyline {
	stroke-dasharray: 1500;
	stroke-dashoffset: 1500;
	animation: heroFarmTrace 5.2s ease-in-out infinite;
}

.ds-hero-ref__field circle {
	fill: #fff;
	stroke: rgba(10, 107, 56, 0.42);
	stroke-width: 2;
	animation: heroNodePulse 2.4s ease-in-out infinite;
}

.ds-hero-pin {
	position: absolute;
	right: 28%;
	bottom: 216px;
	display: grid;
	place-items: center;
	width: 78px;
	height: 78px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.24);
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.16);
}

.ds-hero-pin span {
	width: 34px;
	height: 34px;
	border-radius: 999px 999px 999px 0;
	background: #9bc326;
	transform: rotate(-45deg);
	box-shadow: 0 12px 30px rgba(85, 136, 59, 0.28);
}

.ds-hero-pin span::after {
	content: "";
	position: absolute;
	inset: 10px;
	border-radius: 999px;
	background: #fff;
}

.ds-hero-metric {
	position: absolute;
	z-index: 3;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.54);
	border-radius: 10px;
	background: rgba(37, 94, 54, 0.54);
	color: #fff;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
	backdrop-filter: blur(9px);
}

.ds-hero-metric strong,
.ds-hero-metric small,
.ds-hero-metric b {
	display: block;
}

.ds-hero-metric strong {
	font-size: 12px;
	font-weight: 900;
}

.ds-hero-metric small {
	margin-top: 4px;
	font-size: 11px;
	font-weight: 800;
	color: rgba(255, 255, 255, 0.88);
}

.ds-hero-metric--crop {
	right: 13%;
	top: 130px;
	width: 170px;
}

.ds-hero-metric__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.ds-hero-metric__head span {
	width: 16px;
	height: 16px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 999px;
}

.ds-hero-metric--crop svg {
	width: 100%;
	height: 62px;
	margin-top: 8px;
}

.ds-hero-metric--crop polyline {
	fill: none;
	stroke: #e9ffd7;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ds-hero-metric--crop b {
	position: absolute;
	right: 14px;
	bottom: 10px;
	font-size: 18px;
}

.ds-hero-metric--yield {
	left: 14%;
	bottom: 76px;
	width: 186px;
}

.ds-hero-bars {
	display: flex;
	align-items: end;
	gap: 8px;
	height: 58px;
	margin-top: 8px;
}

.ds-hero-bars i {
	display: block;
	flex: 1;
	height: 34%;
	border-radius: 3px 3px 0 0;
	background: rgba(255, 255, 255, 0.82);
}

.ds-hero-bars i:nth-child(2) { height: 48%; }
.ds-hero-bars i:nth-child(3) { height: 62%; }
.ds-hero-bars i:nth-child(4) { height: 78%; }
.ds-hero-bars i:nth-child(5) { height: 90%; }

@keyframes heroFarmTrace {
	0% { stroke-dashoffset: 1500; }
	40%, 78% { stroke-dashoffset: 0; }
	100% { stroke-dashoffset: -1500; }
}

@keyframes heroNodePulse {
	0%, 100% { transform: scale(1); opacity: 0.95; }
	50% { transform: scale(1.28); opacity: 1; }
}

@media (max-width: 980px) {
	body.home .ds-hero-ref__inner {
		grid-template-columns: 1fr;
		padding-top: 132px;
	}

	body.home .ds-hero-ref__visual {
		min-height: 360px;
	}

	.ds-hero-ref__field {
		bottom: 30px;
	}

	.ds-hero-metric--crop {
		right: 8%;
		top: 38px;
	}

	.ds-hero-metric--yield {
		left: 8%;
	}
}

@media (max-width: 640px) {
	body.home .ds-hero--reference {
		min-height: 760px;
	}

	body.home .ds-hero-ref__inner {
		padding-top: 36px;
	}

	body.home .ds-hero-ref__copy h1 {
		font-size: 38px;
	}

	body.home .ds-hero-ref__visual {
		min-height: 300px;
	}

	.ds-hero-metric {
		transform: scale(0.82);
		transform-origin: center;
	}

	.ds-hero-metric--crop {
		right: -12px;
	}

	.ds-hero-metric--yield {
		left: -18px;
	}

	.ds-hero-pin {
		right: 28%;
		bottom: 142px;
		transform: scale(0.78);
	}
}
/* Edge-to-edge homepage and transparent generated hero overlays. */
html,
body {
	margin: 0;
	padding: 0;
}

body.home .site,
body.home .site-main,
body.home .ds-home {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.home .ds-home {
	background: #f4f7f2;
	overflow: hidden;
}

body.home .ds-home > section {
	box-shadow: none;
}

body.home .ds-hero,
body.home .ds-about,
body.home .site-footer {
	border-radius: 0;
	margin-left: 0;
	margin-right: 0;
}

body.home .ds-hero--reference {
	min-height: 720px;
	border-radius: 0;
}

body.home .ds-hero--reference .ds-hero__image {
	object-position: center center;
}

body.home .ds-hero-ref__visual {
	position: relative;
	min-height: 520px;
}

body.home .ds-hero-ref__field,
body.home .ds-hero-pin,
body.home .ds-hero-metric {
	display: none;
}

.ds-hero-overlay {
	position: absolute;
	display: block;
	pointer-events: none;
	user-select: none;
	will-change: transform;
}

.ds-hero-overlay--polygon {
	right: -26px;
	bottom: 38px;
	width: min(790px, 101%);
	filter: drop-shadow(0 18px 28px rgba(6, 78, 59, 0.2));
	animation: heroOverlayRise 1.1s cubic-bezier(0.2, 0.8, 0.2, 1) both 0.25s;
}

.ds-hero-overlay--crop {
	right: 9%;
	top: 98px;
	width: 214px;
	filter: drop-shadow(0 18px 28px rgba(12, 55, 25, 0.18));
	animation: heroFloatCard 6.5s ease-in-out infinite;
}

.ds-hero-overlay--yield {
	left: 7%;
	bottom: 58px;
	width: 184px;
	filter: drop-shadow(0 18px 28px rgba(12, 55, 25, 0.16));
	animation: heroFloatCard 7.25s ease-in-out infinite reverse;
}

.ds-hero-overlay--satellite {
	left: 17%;
	top: 82px;
	width: 94px;
	opacity: 0.84;
	filter: drop-shadow(0 10px 20px rgba(15, 86, 49, 0.18));
	animation: heroSatelliteDrift 8s ease-in-out infinite;
}

@keyframes heroOverlayRise {
	from {
		opacity: 0;
		transform: translate3d(0, 18px, 0) scale(0.985);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes heroFloatCard {
	0%, 100% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(0, -10px, 0);
	}
}

@keyframes heroSatelliteDrift {
	0%, 100% {
		transform: translate3d(0, 0, 0) rotate(-5deg);
	}
	50% {
		transform: translate3d(18px, -8px, 0) rotate(4deg);
	}
}

@media (max-width: 980px) {
	body.home .ds-hero--reference {
		min-height: 760px;
	}

	body.home .ds-hero-ref__visual {
		min-height: 380px;
	}

	.ds-hero-overlay--polygon {
		right: -38px;
		bottom: 20px;
		width: 106%;
	}

	.ds-hero-overlay--crop {
		right: 4%;
		top: 22px;
		width: 176px;
	}

	.ds-hero-overlay--yield {
		left: 3%;
		bottom: 32px;
		width: 158px;
	}

	.ds-hero-overlay--satellite {
		left: 12%;
		top: 34px;
		width: 76px;
	}
}

@media (max-width: 640px) {
	body.home .ds-hero-ref__visual {
		min-height: 330px;
	}

	.ds-hero-overlay--polygon {
		right: -58px;
		bottom: 18px;
		width: 116%;
	}

	.ds-hero-overlay--crop {
		right: -4px;
		top: 28px;
		width: 140px;
	}

	.ds-hero-overlay--yield {
		left: -8px;
		bottom: 18px;
		width: 134px;
	}

	.ds-hero-overlay--satellite {
		left: 5%;
		top: 24px;
		width: 62px;
	}
}

/* Hero background now contains the farm plotting lines; only satellites/cards float above it. */
.ds-hero-overlay--polygon {
	display: none !important;
}

.ds-hero-overlay--satellite {
	filter: drop-shadow(0 14px 22px rgba(15, 86, 49, 0.2));
	opacity: 0.86;
}

.ds-hero-overlay--satellite.ds-hero-overlay--satellite-1 {
	left: 9%;
	top: 70px;
	width: 92px;
	animation: heroSatelliteDrift 8s ease-in-out infinite;
}

.ds-hero-overlay--satellite.ds-hero-overlay--satellite-2 {
	left: 42%;
	top: 24px;
	width: 76px;
	opacity: 0.76;
	animation: heroSatelliteDrift 9.5s ease-in-out infinite reverse;
}

.ds-hero-overlay--satellite.ds-hero-overlay--satellite-3 {
	right: 7%;
	top: 118px;
	width: 66px;
	opacity: 0.68;
	animation: heroSatelliteDrift 10.5s ease-in-out infinite;
	animation-delay: -2.4s;
}

@media (max-width: 980px) {
	.ds-hero-overlay--satellite.ds-hero-overlay--satellite-1 {
		left: 5%;
		top: 34px;
		width: 72px;
	}

	.ds-hero-overlay--satellite.ds-hero-overlay--satellite-2 {
		left: 44%;
		top: 12px;
		width: 62px;
	}

	.ds-hero-overlay--satellite.ds-hero-overlay--satellite-3 {
		right: 3%;
		top: 82px;
		width: 54px;
	}
}

@media (max-width: 640px) {
	.ds-hero-overlay--satellite.ds-hero-overlay--satellite-1 {
		left: 0;
		top: 24px;
		width: 58px;
	}

	.ds-hero-overlay--satellite.ds-hero-overlay--satellite-2 {
		left: 44%;
		top: 8px;
		width: 50px;
	}

	.ds-hero-overlay--satellite.ds-hero-overlay--satellite-3 {
		right: -4px;
		top: 68px;
		width: 46px;
	}
}

/* Screenshot-style About Us section. */
body.home .ds-about {
	background: #fff;
	padding: 44px 0 46px;
}

.ds-about-ref {
	max-width: 1240px;
}

.ds-about-ref__title {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 20px;
	color: #173a20;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 800;
	letter-spacing: 0;
}

.ds-about-ref__title i {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 14px;
	border-radius: 100% 0 100% 0;
	background: linear-gradient(135deg, #8fc63f, #0f7a35);
	transform: rotate(-18deg);
}

.ds-about-ref__title i::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 2px;
	width: 1px;
	height: 12px;
	background: rgba(255, 255, 255, 0.72);
	transform: rotate(44deg);
}

.ds-about-ref__body {
	display: grid;
	grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1.1fr);
	gap: clamp(34px, 5vw, 72px);
	align-items: start;
}

.ds-about-ref__photo {
	margin: 0;
}

.ds-about-ref__photo img {
	display: block;
	width: 100%;
	aspect-ratio: 1.22 / 1;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(19, 40, 26, 0.1);
}

.ds-about-ref__points {
	display: grid;
	gap: 22px;
	padding-top: 4px;
}

.ds-about-ref__point {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 18px;
	align-items: start;
}

.ds-about-ref__icon,
.ds-about-ref__pills span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #edf7ee;
	box-shadow: inset 0 0 0 1px rgba(14, 111, 51, 0.06);
}

.ds-about-ref__icon {
	width: 48px;
	height: 48px;
}

.ds-about-ref__icon img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.ds-about-ref__point h3 {
	margin: 0 0 6px;
	color: #173a20;
	font-size: 18px;
	font-weight: 800;
}

.ds-about-ref__point p {
	max-width: 460px;
	margin: 0;
	color: #314438;
	font-size: 14px;
	line-height: 1.55;
}

.ds-about-ref__pills {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
	margin: 30px 0 0;
	padding: 22px 0 0;
	border-top: 1px solid #e5ebe4;
	list-style: none;
	text-align: center;
}

.ds-about-ref__pills li {
	display: grid;
	justify-items: center;
	gap: 8px;
	min-width: 0;
	color: #183821;
}

.ds-about-ref__pills span {
	width: 44px;
	height: 44px;
}

.ds-about-ref__pills img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.ds-about-ref__pills strong {
	max-width: 104px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.18;
}

@media (max-width: 900px) {
	.ds-about-ref__body {
		grid-template-columns: 1fr;
	}

	.ds-about-ref__pills {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 560px) {
	body.home .ds-about {
		padding: 32px 0 36px;
	}

	.ds-about-ref__point {
		grid-template-columns: 46px 1fr;
		gap: 14px;
	}

	.ds-about-ref__icon {
		width: 42px;
		height: 42px;
	}

	.ds-about-ref__pills {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px 12px;
	}
}

/* About Us column refinement: image left, commitments under the right-column copy. */
.ds-about-ref__body {
	grid-template-columns: minmax(300px, 0.82fr) minmax(540px, 1.18fr);
	align-items: start;
}

.ds-about-ref__media {
	display: grid;
	gap: 14px;
}

.ds-about-ref__media .ds-about-ref__title {
	margin-bottom: 0;
}

.ds-about-ref__points {
	gap: 20px;
	padding-top: 8px;
}

.ds-about-ref__points .ds-about-ref__pills {
	grid-template-columns: repeat(5, minmax(72px, 1fr));
	gap: 12px;
	margin: 2px 0 0;
	padding-top: 20px;
	width: 100%;
}

.ds-about-ref__points .ds-about-ref__pills strong {
	max-width: 92px;
	font-size: 11px;
}

@media (max-width: 980px) {
	.ds-about-ref__body {
		grid-template-columns: 1fr;
	}

	.ds-about-ref__points .ds-about-ref__pills {
		grid-template-columns: repeat(5, minmax(70px, 1fr));
	}
}

@media (max-width: 720px) {
	.ds-about-ref__points .ds-about-ref__pills {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 480px) {
	.ds-about-ref__points .ds-about-ref__pills {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Reference WebGIS and mobile showcase section. */
.ds-web-mobile.ds-web-mobile--reference {
	position: relative;
	padding: 48px 0 46px;
	color: #122117;
	background:
		radial-gradient(circle at 0 100%, rgba(31, 122, 49, 0.1), transparent 16%),
		radial-gradient(circle at 100% 100%, rgba(31, 122, 49, 0.1), transparent 16%),
		#fbfcf8;
	overflow: hidden;
}

.ds-web-mobile--reference::before,
.ds-web-mobile--reference::after {
	content: "";
	position: absolute;
	bottom: -14px;
	width: 150px;
	height: 150px;
	background:
		radial-gradient(ellipse at 50% 100%, rgba(16, 112, 55, 0.28) 0 18%, transparent 19%),
		radial-gradient(ellipse at 42% 78%, rgba(16, 112, 55, 0.22) 0 13%, transparent 14%),
		radial-gradient(ellipse at 58% 68%, rgba(16, 112, 55, 0.2) 0 12%, transparent 13%);
	opacity: 0.9;
	pointer-events: none;
}

.ds-web-mobile--reference::before {
	left: -34px;
	transform: rotate(-22deg);
}

.ds-web-mobile--reference::after {
	right: -34px;
	transform: scaleX(-1) rotate(-22deg);
}

.ds-web-mobile-ref {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(420px, 1fr) 1px minmax(420px, 1fr);
	gap: clamp(28px, 4vw, 54px);
	align-items: start;
	max-width: 1180px;
}

.ds-web-mobile-ref__heading h2 {
	margin: 0 0 6px;
	color: #122117;
	font-size: clamp(24px, 2.6vw, 34px);
	font-weight: 900;
	letter-spacing: -0.01em;
}

.ds-web-mobile-ref__heading p {
	max-width: 320px;
	margin: 0 0 24px;
	color: #2d3d33;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.ds-web-mobile-ref__divider {
	width: 1px;
	height: 285px;
	margin-top: 44px;
	background: linear-gradient(180deg, transparent, rgba(33, 67, 44, 0.2), transparent);
}

.ds-laptop {
	position: relative;
	width: min(100%, 520px);
	padding-bottom: 34px;
	filter: drop-shadow(0 20px 26px rgba(25, 43, 32, 0.18));
}

.ds-laptop__screen {
	position: relative;
	aspect-ratio: 16 / 9.8;
	padding: 12px 12px 15px;
	border-radius: 14px 14px 8px 8px;
	background: linear-gradient(135deg, #151a1e, #070a0d);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
	overflow: visible;
}

.ds-laptop__screen > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 7px;
	filter: saturate(1.08) contrast(1.03);
}

.ds-laptop__screen::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #3b444b;
}

.ds-laptop__layers {
	position: absolute;
	right: -28px;
	top: 74px;
	display: grid;
	gap: 8px;
	width: 162px;
	padding: 17px 18px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 18px 38px rgba(20, 31, 24, 0.18);
	backdrop-filter: blur(8px);
}

.ds-laptop__layers span,
.ds-laptop__layers em {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #26372c;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
	white-space: nowrap;
}

.ds-laptop__layers i,
.ds-laptop__layers em::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #34a853;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.8);
}

.ds-laptop__layers em:nth-of-type(1)::before { background: #f97316; }
.ds-laptop__layers em:nth-of-type(2)::before { background: #eab308; }
.ds-laptop__layers em:nth-of-type(3)::before { background: #22c55e; }

.ds-laptop__hinge {
	position: absolute;
	left: 42%;
	right: 42%;
	bottom: 24px;
	height: 12px;
	border-radius: 0 0 6px 6px;
	background: linear-gradient(180deg, #596066, #1d252a);
}

.ds-laptop__base {
	position: absolute;
	left: 8%;
	right: 8%;
	bottom: 6px;
	height: 20px;
	border-radius: 0 0 42px 42px;
	background: linear-gradient(180deg, #333b42, #07090b 58%, #111);
	transform: perspective(220px) rotateX(52deg);
	transform-origin: top;
}

.ds-iphone17-row {
	display: flex;
	align-items: flex-end;
	gap: clamp(14px, 2vw, 22px);
	min-height: 258px;
}

.ds-iphone17 {
	position: relative;
	width: 118px;
	aspect-ratio: 9 / 19.5;
	padding: 8px;
	border-radius: 25px;
	background:
		linear-gradient(135deg, rgba(255,255,255,0.88), rgba(165, 183, 171, 0.45)) padding-box,
		linear-gradient(135deg, #f8fafc, #22352b 42%, #0b140f) border-box;
	border: 2px solid transparent;
	box-shadow: 0 18px 34px rgba(18, 33, 23, 0.2);
	overflow: hidden;
	animation: phoneFloat 6.5s ease-in-out infinite;
}

.ds-iphone17--middle {
	width: 126px;
	transform: translateY(-7px);
	animation-delay: -1.5s;
}

.ds-iphone17:nth-child(3) {
	animation-delay: -3s;
}

.ds-iphone17__island {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 10px;
	width: 42px;
	height: 11px;
	border-radius: 999px;
	background: #0a120e;
	transform: translateX(-50%);
	box-shadow: 0 1px 0 rgba(255,255,255,0.12);
}

.ds-iphone17 img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 18px;
	object-fit: cover;
	object-position: top center;
	filter: saturate(1.04) contrast(1.02);
}

.ds-store-badges--reference {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
}

.ds-store-badges--reference img {
	height: 43px;
	width: auto;
}

.ds-store-badges--reference .store-badge--disabled small {
	top: -8px;
	right: -10px;
	background: #0b7c3b;
	color: #fff;
}

@keyframes phoneFloat {
	0%, 100% { translate: 0 0; }
	50% { translate: 0 -7px; }
}

/* ── iPhone 17 Nano Banana mockup row (full product shots) ── */
.ds-iphone17-row--mockup {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: clamp(16px, 3vw, 32px);
	flex-wrap: nowrap;
}

.ds-iphone17-mockup {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	flex: 1 1 0;
	min-width: 0;
	animation: phoneFloat 6.5s ease-in-out infinite;
}

.ds-iphone17-mockup:nth-child(2) {
	animation-delay: -1.5s;
}

.ds-iphone17-mockup:nth-child(3) {
	animation-delay: -3s;
}

.ds-iphone17-mockup img {
	display: block;
	width: 100%;
	aspect-ratio: 9 / 19.5;
	height: auto;
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(18, 33, 23, 0.22);
	object-fit: cover;
	object-position: top center;
}

.ds-iphone17-mockup__label {
	flex-shrink: 0;
	font-size: 0.78rem;
	font-weight: 600;
	color: #1b3b28;
	text-align: center;
	letter-spacing: 0.01em;
}

@media (max-width: 1080px) {
	.ds-web-mobile-ref {
		grid-template-columns: 1fr;
	}

	.ds-web-mobile-ref__divider {
		display: none;
	}

	.ds-laptop {
		width: min(100%, 620px);
	}
}

@media (max-width: 640px) {
	.ds-web-mobile.ds-web-mobile--reference {
		padding: 34px 0 38px;
	}

	.ds-laptop__layers {
		right: 10px;
		top: 54px;
		width: 138px;
		padding: 12px;
	}

	.ds-laptop__layers span,
	.ds-laptop__layers em {
		font-size: 9px;
	}

	.ds-iphone17-row {
		gap: 9px;
		justify-content: center;
		min-height: 220px;
	}

	.ds-iphone17-row--mockup {
		gap: 10px;
		min-height: auto;
	}

	.ds-iphone17-mockup {
		flex: 1 1 0;
		min-width: 0;
	}

	.ds-iphone17-mockup img {
		border-radius: 12px;
	}

	.ds-iphone17-mockup__label {
		font-size: 0.68rem;
	}

	.ds-iphone17 {
		width: 30%;
		padding: 6px;
		border-radius: 20px;
	}

	.ds-iphone17 img {
		border-radius: 14px;
	}

	.ds-store-badges--reference {
		justify-content: center;
	}

	.ds-store-badges--reference img {
		height: 36px;
	}
}
/* Reference What is Digisaka section (Nano Banana phone + icons). */
.ds-web-mobile-ref__panel--mobile .ds-iphone17-row--mockup {
	align-items: flex-end;
	justify-content: flex-start;
	gap: clamp(12px, 1.6vw, 20px);
	min-height: 0;
	max-width: 520px;
}

.ds-web-mobile-ref__panel--mobile .ds-iphone17-mockup {
	flex: 0 0 auto;
	width: clamp(104px, 9.4vw, 148px);
	animation-duration: 7s;
}

.ds-web-mobile-ref__panel--mobile .ds-iphone17-mockup:nth-child(2) {
	width: clamp(112px, 10vw, 158px);
	transform: translateY(-10px);
}

.ds-web-mobile-ref__panel--mobile .ds-iphone17-mockup img {
	width: 100%;
	height: auto;
	aspect-ratio: auto;
	border-radius: 26px;
	object-fit: contain;
	background: transparent;
	box-shadow: 0 20px 42px rgba(14, 37, 22, 0.2);
}

.ds-web-mobile-ref__panel--mobile .ds-iphone17-mockup__label {
	display: none;
}

.ds-what.ds-what--reference {
	position: relative;
	padding: clamp(54px, 7vw, 92px) 0 clamp(50px, 6vw, 82px);
	color: #122117;
	background:
		radial-gradient(circle at 7% 18%, rgba(168, 208, 123, 0.22), transparent 22%),
		radial-gradient(circle at 92% 82%, rgba(41, 126, 69, 0.12), transparent 24%),
		linear-gradient(135deg, #fcfdf9 0%, #f7fbf0 48%, #eef7e7 100%);
	overflow: hidden;
}

.ds-what--reference::before,
.ds-what--reference::after {
	content: "";
	position: absolute;
	width: 190px;
	height: 250px;
	background:
		radial-gradient(ellipse at 45% 20%, rgba(62, 130, 74, 0.12) 0 9%, transparent 10%),
		radial-gradient(ellipse at 55% 42%, rgba(62, 130, 74, 0.1) 0 8%, transparent 9%),
		radial-gradient(ellipse at 35% 62%, rgba(62, 130, 74, 0.09) 0 8%, transparent 9%);
	opacity: 0.8;
	pointer-events: none;
}

.ds-what--reference::before {
	left: -52px;
	top: 52px;
	transform: rotate(-20deg);
}

.ds-what--reference::after {
	right: -46px;
	bottom: 48px;
	transform: scaleX(-1) rotate(-18deg);
}

.ds-what-ref {
	position: relative;
	z-index: 1;
	max-width: 1180px;
}

.ds-what-ref__header {
	max-width: 720px;
	margin: 0 auto clamp(28px, 4vw, 46px);
	text-align: center;
}

.ds-what-ref__header h2 {
	margin: 0 0 12px;
	color: #06491f;
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 950;
	line-height: 1.02;
	letter-spacing: 0;
}

.ds-what-ref__header p {
	margin: 0;
	color: #1f3428;
	font-size: clamp(15px, 1.45vw, 18px);
	font-weight: 800;
	line-height: 1.55;
}

.ds-what-ref__body {
	display: grid;
	grid-template-columns: minmax(230px, 1fr) minmax(250px, 360px) minmax(250px, 1fr);
	align-items: center;
	gap: clamp(24px, 4.8vw, 74px);
}

.ds-what-ref__features {
	display: grid;
	gap: clamp(30px, 5vw, 66px);
}

.ds-what-ref__feature {
	position: relative;
	display: grid;
	align-items: center;
	gap: 18px;
	min-height: 104px;
}

.ds-what-ref__features--left .ds-what-ref__feature {
	grid-template-columns: minmax(0, 1fr) 76px;
	text-align: right;
}

.ds-what-ref__features--right .ds-what-ref__feature {
	grid-template-columns: 76px minmax(0, 1fr);
	text-align: left;
}

.ds-what-ref__features--left .ds-what-ref__icon {
	order: 2;
}

.ds-what-ref__features--left .ds-what-ref__feature::after,
.ds-what-ref__features--right .ds-what-ref__feature::before {
	content: "";
	position: absolute;
	top: 50%;
	width: clamp(62px, 7vw, 120px);
	border-top: 3px dotted rgba(48, 89, 60, 0.25);
	transform: translateY(-50%);
}

.ds-what-ref__features--left .ds-what-ref__feature::after {
	right: calc(-1 * clamp(74px, 8vw, 132px));
}

.ds-what-ref__features--right .ds-what-ref__feature::before {
	left: calc(-1 * clamp(74px, 8vw, 132px));
}

.ds-what-ref__features--left .ds-what-ref__feature:nth-child(1)::after,
.ds-what-ref__features--right .ds-what-ref__feature:nth-child(1)::before {
	top: 58%;
}

.ds-what-ref__features--left .ds-what-ref__feature:nth-child(2)::after,
.ds-what-ref__features--right .ds-what-ref__feature:nth-child(3)::before {
	top: 42%;
}

.ds-what-ref__icon {
	display: grid;
	place-items: center;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(231, 244, 224, 0.92));
	box-shadow: 0 14px 32px rgba(20, 55, 31, 0.09), inset 0 0 0 1px rgba(40, 98, 54, 0.08);
}

.ds-what-ref__icon img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	filter: drop-shadow(0 7px 10px rgba(3, 74, 31, 0.1));
}

.ds-what-ref__feature h3 {
	margin: 0 0 7px;
	color: #102218;
	font-size: clamp(17px, 1.6vw, 22px);
	font-weight: 950;
	line-height: 1.14;
}

.ds-what-ref__feature p {
	max-width: 260px;
	margin: 0;
	color: #29372e;
	font-size: clamp(13px, 1.18vw, 15px);
	font-weight: 750;
	line-height: 1.45;
}

.ds-what-ref__features--left .ds-what-ref__feature p {
	margin-left: auto;
}

.ds-what-ref__phone {
	position: relative;
	display: grid;
	place-items: center;
	isolation: isolate;
}

.ds-what-ref__phone::before {
	content: "";
	position: absolute;
	inset: 11% 8% 7%;
	z-index: -1;
	border-radius: 48%;
	background: radial-gradient(circle, rgba(48, 130, 63, 0.22), transparent 66%);
	filter: blur(10px);
}

.ds-what-ref__phone img {
	display: block;
	width: min(100%, 330px);
	height: auto;
	filter: drop-shadow(0 26px 32px rgba(14, 44, 24, 0.22));
	animation: phoneFloat 7s ease-in-out infinite;
}

@media (max-width: 1024px) {
	.ds-what-ref__body {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.ds-what-ref__phone {
		order: -1;
	}

	.ds-what-ref__features {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.ds-what-ref__features--right {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ds-what-ref__features--left .ds-what-ref__feature,
	.ds-what-ref__features--right .ds-what-ref__feature {
		grid-template-columns: 64px minmax(0, 1fr);
		text-align: left;
	}

	.ds-what-ref__features--left .ds-what-ref__icon {
		order: 0;
	}

	.ds-what-ref__features--left .ds-what-ref__feature::after,
	.ds-what-ref__features--right .ds-what-ref__feature::before {
		display: none;
	}

	.ds-what-ref__icon {
		width: 64px;
		height: 64px;
	}

	.ds-what-ref__icon img {
		width: 42px;
		height: 42px;
	}

	.ds-what-ref__features--left .ds-what-ref__feature p {
		margin-left: 0;
	}
}

@media (max-width: 700px) {
	.ds-web-mobile-ref__panel--mobile .ds-iphone17-row--mockup {
		justify-content: center;
		gap: 9px;
	}

	.ds-web-mobile-ref__panel--mobile .ds-iphone17-mockup,
	.ds-web-mobile-ref__panel--mobile .ds-iphone17-mockup:nth-child(2) {
		width: 30%;
		transform: none;
	}

	.ds-web-mobile-ref__panel--mobile .ds-iphone17-mockup img {
		border-radius: 16px;
	}

	.ds-what-ref__features,
	.ds-what-ref__features--right {
		grid-template-columns: 1fr;
	}

	.ds-what-ref__feature {
		min-height: auto;
	}

	.ds-what-ref__phone img {
		width: min(78vw, 300px);
	}
}
/* Reference Our Platform section (Nano Banana icons + Pandoy). */
.ds-platform.ds-platform--reference {
	position: relative;
	padding: clamp(54px, 7vw, 88px) 0 clamp(58px, 7vw, 94px);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 252, 247, 0.94)),
		url("../images/generated-news-webgis-features.png") center / cover fixed;
	overflow: hidden;
}

.ds-platform--reference::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 26%, rgba(131, 188, 86, 0.2), transparent 24%),
		radial-gradient(circle at 84% 64%, rgba(6, 73, 31, 0.11), transparent 24%);
	pointer-events: none;
}

.ds-platform-ref {
	position: relative;
	z-index: 1;
	max-width: 1120px;
}

.ds-platform-ref__header {
	margin: 0 auto 28px;
	text-align: center;
}

.ds-platform-ref__header h2 {
	position: relative;
	display: inline-block;
	margin: 0;
	color: #073f1d;
	font-size: clamp(30px, 3.8vw, 46px);
	font-weight: 950;
	line-height: 1.05;
	letter-spacing: 0;
}

.ds-platform-ref__header h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -12px;
	width: 82px;
	height: 5px;
	border-radius: 999px;
	background: linear-gradient(90deg, #8bc34a, #0b7c3b);
	transform: translateX(-50%);
}

.ds-platform-ref__cards {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	align-items: center;
	gap: clamp(16px, 2vw, 24px);
}

.ds-platform-ref__card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 214px;
	padding: 28px 18px;
	border: 1px solid rgba(15, 70, 33, 0.12);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 48px rgba(18, 32, 24, 0.1);
	backdrop-filter: blur(12px);
	text-align: center;
	transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ds-platform-ref__card:hover {
	border-color: rgba(11, 124, 59, 0.28);
	box-shadow: 0 28px 68px rgba(18, 32, 24, 0.16);
	transform: translateY(-8px);
}

.ds-platform-ref__icon {
	display: grid;
	place-items: center;
	width: 86px;
	height: 86px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(244, 250, 238, 0.9), rgba(255, 255, 255, 0.96));
	box-shadow: inset 0 0 0 1px rgba(11, 124, 59, 0.08), 0 12px 30px rgba(10, 69, 30, 0.08);
}

.ds-platform-ref__icon img {
	width: 62px;
	height: 62px;
	object-fit: contain;
	filter: drop-shadow(0 8px 12px rgba(5, 72, 31, 0.12));
}

.ds-platform-ref__card h3 {
	max-width: 150px;
	margin: 0;
	color: #12321e;
	font-size: clamp(15px, 1.25vw, 19px);
	font-weight: 950;
	line-height: 1.28;
}

.ds-platform-ref__card--featured {
	min-height: 306px;
	padding: 0 18px 24px;
	background: linear-gradient(180deg, rgba(241, 248, 231, 0.96), rgba(255, 255, 255, 0.96));
	box-shadow: 0 24px 72px rgba(13, 58, 27, 0.18);
	transform: translateY(10px);
	overflow: hidden;
}

.ds-platform-ref__card--featured:hover {
	transform: translateY(2px);
}

.ds-platform-ref__pandoy {
	position: relative;
	width: calc(100% + 36px);
	height: 172px;
	margin: 0 -18px 16px;
	background:
		radial-gradient(circle at 72% 22%, rgba(139, 195, 74, 0.28), transparent 18%),
		linear-gradient(180deg, rgba(232, 244, 218, 0.92), rgba(250, 253, 245, 0.2));
	overflow: hidden;
}

.ds-platform-ref__pandoy::after {
	content: "";
	position: absolute;
	right: 14px;
	top: 14px;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: rgba(139, 195, 74, 0.26);
	box-shadow: inset 0 0 0 1px rgba(11, 124, 59, 0.08);
}

.ds-platform-ref__pandoy img {
	position: relative;
	z-index: 1;
	display: block;
	width: 150px;
	height: 170px;
	margin: 9px auto 0;
	object-fit: contain;
	object-position: center bottom;
	filter: drop-shadow(0 16px 18px rgba(8, 49, 24, 0.16));
}

.ds-platform-ref__card--featured h3 {
	max-width: 170px;
	font-size: clamp(18px, 1.55vw, 23px);
}

.ds-platform-ref__card--featured p {
	max-width: 172px;
	margin: 9px auto 0;
	color: #2b3b31;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.45;
}

@media (max-width: 1100px) {
	.ds-platform-ref__cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ds-platform-ref__card--featured {
		order: -1;
		grid-column: span 3;
		max-width: 290px;
		justify-self: center;
	}
}

@media (max-width: 720px) {
	.ds-platform.ds-platform--reference {
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 252, 247, 0.96)),
			url("../images/generated-news-webgis-features.png") center / cover;
	}

	.ds-platform-ref__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.ds-platform-ref__card,
	.ds-platform-ref__card--featured {
		min-height: 190px;
		transform: none;
	}

	.ds-platform-ref__card--featured {
		grid-column: span 2;
		max-width: none;
	}

	.ds-platform-ref__card--featured:hover,
	.ds-platform-ref__card:hover {
		transform: translateY(-4px);
	}
}

@media (max-width: 460px) {
	.ds-platform-ref__cards {
		grid-template-columns: 1fr;
	}

	.ds-platform-ref__card--featured {
		grid-column: auto;
	}
}
/* Reference Who Uses Digisaka section (Nano Banana personas). */
.ds-users.ds-users--reference {
	position: relative;
	padding: clamp(48px, 6vw, 78px) 0 clamp(54px, 6.5vw, 86px);
	background:
		linear-gradient(180deg, rgba(250, 254, 246, 0.9), rgba(236, 247, 224, 0.92)),
		var(--ds-users-bg) center bottom / cover fixed;
	overflow: hidden;
}

.ds-users--reference::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 16% 32%, rgba(139, 195, 74, 0.18), transparent 22%),
		radial-gradient(circle at 84% 48%, rgba(11, 124, 59, 0.12), transparent 24%);
	pointer-events: none;
}

.ds-users--reference::after {
	content: "";
	position: absolute;
	left: -10%;
	right: -10%;
	bottom: -26px;
	height: 112px;
	background:
		radial-gradient(ellipse at 20% 100%, rgba(111, 171, 74, 0.16) 0 36%, transparent 37%),
		radial-gradient(ellipse at 68% 100%, rgba(111, 171, 74, 0.12) 0 42%, transparent 43%);
	pointer-events: none;
}

.ds-users-ref {
	position: relative;
	z-index: 1;
	max-width: 1120px;
}

.ds-users-ref__header {
	margin-bottom: clamp(26px, 4vw, 44px);
	text-align: center;
}

.ds-users-ref__header h2 {
	margin: 0;
	color: #12321e;
	font-size: clamp(30px, 3.6vw, 46px);
	font-weight: 950;
	line-height: 1.05;
	letter-spacing: 0;
}

.ds-users-ref__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: start;
	gap: clamp(20px, 4vw, 54px);
}

.ds-users-ref__person {
	position: relative;
	text-align: center;
	transition: transform 260ms ease;
}

.ds-users-ref__person:hover {
	transform: translateY(-8px);
}

.ds-users-ref__portrait {
	position: relative;
	display: grid;
	place-items: end center;
	width: clamp(118px, 12vw, 152px);
	height: clamp(104px, 10vw, 134px);
	margin: 0 auto 16px;
	border-radius: 58% 58% 18px 18px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(221, 239, 207, 0.72));
	box-shadow: inset 0 0 0 1px rgba(11, 124, 59, 0.06), 0 16px 34px rgba(20, 55, 31, 0.08);
	overflow: hidden;
}

.ds-users-ref__portrait::after {
	content: "";
	position: absolute;
	inset: auto 16px 8px;
	height: 12px;
	border-radius: 50%;
	background: rgba(37, 87, 48, 0.1);
	filter: blur(8px);
}

.ds-users-ref__portrait img {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 128%;
	height: 124%;
	object-fit: contain;
	object-position: center bottom;
	filter: drop-shadow(0 12px 16px rgba(17, 61, 31, 0.12));
	transition: transform 400ms ease;
}

.ds-users-ref__person:hover .ds-users-ref__portrait img {
	transform: scale(1.045);
}

.ds-users-ref__person h3 {
	max-width: 220px;
	margin: 0 auto 8px;
	color: #132018;
	font-size: clamp(15px, 1.35vw, 20px);
	font-weight: 950;
	line-height: 1.2;
}

.ds-users-ref__person p {
	max-width: 230px;
	margin: 0 auto;
	color: #35443b;
	font-size: clamp(12px, 1.05vw, 15px);
	font-weight: 750;
	line-height: 1.48;
}

@media (max-width: 900px) {
	.ds-users-ref__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 22px;
	}
}

@media (max-width: 560px) {
	.ds-users.ds-users--reference {
		background:
			linear-gradient(180deg, rgba(250, 254, 246, 0.94), rgba(236, 247, 224, 0.96)),
			var(--ds-users-bg) center bottom / cover;
	}

	.ds-users-ref__grid {
		grid-template-columns: 1fr;
	}
}
/* Reusable rice leaf decorations. */
.ds-hero-ref__inner,
.ds-about-ref,
.ds-web-mobile-ref,
.ds-what-ref,
.ds-platform-ref,
.ds-users-ref,
.ds-sustain__grid,
.ds-partner__inner,
.ds-news,
.ds-journey__inner,
.ds-contact__grid {
	position: relative;
	isolation: isolate;
}

.ds-hero-ref__inner > *,
.ds-about-ref > *,
.ds-web-mobile-ref > *,
.ds-what-ref > *,
.ds-platform-ref > *,
.ds-users-ref > *,
.ds-sustain__grid > *,
.ds-partner__inner > *,
.ds-news > *,
.ds-journey__inner > *,
.ds-contact__grid > * {
	position: relative;
	z-index: 1;
}

.ds-hero-ref__inner::before,
.ds-hero-ref__inner::after,
.ds-about-ref::before,
.ds-about-ref::after,
.ds-web-mobile-ref::before,
.ds-web-mobile-ref::after,
.ds-what-ref::before,
.ds-what-ref::after,
.ds-platform-ref::before,
.ds-platform-ref::after,
.ds-users-ref::before,
.ds-users-ref::after,
.ds-sustain__grid::before,
.ds-sustain__grid::after,
.ds-partner__inner::before,
.ds-partner__inner::after,
.ds-news::before,
.ds-news::after,
.ds-journey__inner::before,
.ds-journey__inner::after,
.ds-contact__grid::before,
.ds-contact__grid::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: clamp(96px, 11vw, 176px);
	aspect-ratio: 11 / 15;
	background: rgba(11, 124, 59, 0.16);
	-webkit-mask: url("../images/rice-leaf-sprig.svg") center / contain no-repeat;
	mask: url("../images/rice-leaf-sprig.svg") center / contain no-repeat;
	pointer-events: none;
}

.ds-hero-ref__inner::before {
	left: max(-7vw, -86px);
	bottom: 1%;
	background: rgba(255, 255, 255, 0.3);
	transform: rotate(-10deg);
}

.ds-hero-ref__inner::after {
	right: max(-5vw, -62px);
	top: 18%;
	background: rgba(255, 255, 255, 0.24);
	transform: scaleX(-1) rotate(12deg);
}

.ds-about-ref::before {
	left: -82px;
	bottom: 20px;
	background: rgba(7, 73, 31, 0.13);
	transform: rotate(-18deg);
}

.ds-about-ref::after {
	right: -78px;
	top: 34px;
	background: rgba(149, 193, 31, 0.15);
	transform: scaleX(-1) rotate(13deg);
}

.ds-web-mobile-ref::before {
	left: -92px;
	bottom: -18px;
	background: rgba(255, 255, 255, 0.38);
	transform: rotate(-22deg);
}

.ds-web-mobile-ref::after {
	right: -88px;
	bottom: -12px;
	background: rgba(255, 255, 255, 0.32);
	transform: scaleX(-1) rotate(-16deg);
}

.ds-what-ref::before {
	left: -74px;
	top: 12px;
	background: rgba(7, 73, 31, 0.11);
	transform: rotate(-14deg);
}

.ds-what-ref::after {
	right: -68px;
	bottom: 18px;
	background: rgba(139, 195, 74, 0.16);
	transform: scaleX(-1) rotate(-8deg);
}

.ds-platform-ref::before {
	left: -80px;
	top: 70px;
	background: rgba(7, 73, 31, 0.12);
	transform: rotate(-20deg);
}

.ds-platform-ref::after {
	right: -70px;
	bottom: 26px;
	background: rgba(7, 73, 31, 0.14);
	transform: scaleX(-1) rotate(16deg);
}

.ds-users-ref::before {
	left: -76px;
	bottom: -4px;
	background: rgba(7, 73, 31, 0.12);
	transform: rotate(-19deg);
}

.ds-users-ref::after {
	right: -74px;
	bottom: 4px;
	background: rgba(7, 73, 31, 0.1);
	transform: scaleX(-1) rotate(18deg);
}

.ds-sustain__grid::before {
	left: -86px;
	top: 32px;
	background: rgba(11, 124, 59, 0.13);
	transform: rotate(-12deg);
}

.ds-sustain__grid::after {
	right: -82px;
	bottom: 12px;
	background: rgba(149, 193, 31, 0.16);
	transform: scaleX(-1) rotate(14deg);
}

.ds-partner__inner::before {
	left: -78px;
	bottom: -28px;
	background: rgba(7, 73, 31, 0.14);
	transform: rotate(-20deg);
}

.ds-partner__inner::after {
	right: -82px;
	top: -24px;
	background: rgba(7, 73, 31, 0.12);
	transform: scaleX(-1) rotate(16deg);
}

.ds-news::before {
	left: -82px;
	top: 18px;
	background: rgba(7, 73, 31, 0.1);
	transform: rotate(-15deg);
}

.ds-news::after {
	right: -76px;
	bottom: 12px;
	background: rgba(149, 193, 31, 0.14);
	transform: scaleX(-1) rotate(-14deg);
}

.ds-journey__inner::before {
	left: -70px;
	bottom: -32px;
	background: rgba(255, 255, 255, 0.28);
	transform: rotate(-18deg);
}

.ds-journey__inner::after {
	right: -68px;
	top: -28px;
	background: rgba(255, 255, 255, 0.24);
	transform: scaleX(-1) rotate(14deg);
}

.ds-contact__grid::before {
	left: -76px;
	bottom: 12px;
	background: rgba(7, 73, 31, 0.1);
	transform: rotate(-17deg);
}

.ds-contact__grid::after {
	right: -76px;
	top: 28px;
	background: rgba(149, 193, 31, 0.13);
	transform: scaleX(-1) rotate(16deg);
}

@media (max-width: 900px) {
	.ds-hero-ref__inner::before,
	.ds-about-ref::before,
	.ds-web-mobile-ref::before,
	.ds-what-ref::before,
	.ds-platform-ref::before,
	.ds-users-ref::before,
	.ds-sustain__grid::before,
	.ds-partner__inner::before,
	.ds-news::before,
	.ds-journey__inner::before,
	.ds-contact__grid::before {
		left: -58px;
	}

	.ds-hero-ref__inner::after,
	.ds-about-ref::after,
	.ds-web-mobile-ref::after,
	.ds-what-ref::after,
	.ds-platform-ref::after,
	.ds-users-ref::after,
	.ds-sustain__grid::after,
	.ds-partner__inner::after,
	.ds-news::after,
	.ds-journey__inner::after,
	.ds-contact__grid::after {
		right: -58px;
	}
}

@media (max-width: 640px) {
	.ds-hero-ref__inner::before,
	.ds-hero-ref__inner::after,
	.ds-about-ref::before,
	.ds-about-ref::after,
	.ds-web-mobile-ref::before,
	.ds-web-mobile-ref::after,
	.ds-what-ref::before,
	.ds-what-ref::after,
	.ds-platform-ref::before,
	.ds-platform-ref::after,
	.ds-users-ref::before,
	.ds-users-ref::after,
	.ds-sustain__grid::before,
	.ds-sustain__grid::after,
	.ds-partner__inner::before,
	.ds-partner__inner::after,
	.ds-news::before,
	.ds-news::after,
	.ds-journey__inner::before,
	.ds-journey__inner::after,
	.ds-contact__grid::before,
	.ds-contact__grid::after {
		width: 88px;
		opacity: 0.58;
	}
}
@supports not ((mask-image: url("../images/rice-leaf-sprig.svg")) or (-webkit-mask-image: url("../images/rice-leaf-sprig.svg"))) {
	.ds-hero-ref__inner::before,
	.ds-hero-ref__inner::after,
	.ds-about-ref::before,
	.ds-about-ref::after,
	.ds-web-mobile-ref::before,
	.ds-web-mobile-ref::after,
	.ds-what-ref::before,
	.ds-what-ref::after,
	.ds-platform-ref::before,
	.ds-platform-ref::after,
	.ds-users-ref::before,
	.ds-users-ref::after,
	.ds-sustain__grid::before,
	.ds-sustain__grid::after,
	.ds-partner__inner::before,
	.ds-partner__inner::after,
	.ds-news::before,
	.ds-news::after,
	.ds-journey__inner::before,
	.ds-journey__inner::after,
	.ds-contact__grid::before,
	.ds-contact__grid::after {
		display: none;
	}
}
/* Refined partner and news section. */
.ds-partner-news.ds-partner-news--refined {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 10% 0%, rgba(149, 193, 31, 0.18), transparent 30%),
		linear-gradient(180deg, #f7fbf6 0%, #eef7ef 48%, #f8fbf5 100%);
}

.ds-partner-news.ds-partner-news--refined::before,
.ds-partner-news.ds-partner-news--refined::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 36vw;
	max-width: 520px;
	aspect-ratio: 1;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(11, 124, 59, 0.12), transparent 68%);
	filter: blur(4px);
	pointer-events: none;
}

.ds-partner-news.ds-partner-news--refined::before {
	left: -18vw;
	top: 36px;
}

.ds-partner-news.ds-partner-news--refined::after {
	right: -18vw;
	bottom: -110px;
	background: radial-gradient(circle, rgba(246, 196, 83, 0.18), transparent 68%);
}

.ds-partner-news--refined .ds-partner {
	position: relative;
	z-index: 1;
	padding: clamp(54px, 6vw, 86px) 0 clamp(42px, 5vw, 70px);
	background:
		linear-gradient(100deg, rgba(255, 255, 255, 0.92), rgba(235, 248, 239, 0.78)),
		linear-gradient(135deg, #eef8f1 0%, #dff2e8 100%);
	border-bottom: 1px solid rgba(7, 73, 31, 0.08);
}

.ds-partner-news--refined .ds-partner__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(390px, 0.74fr);
	align-items: center;
	gap: clamp(28px, 5vw, 76px);
}

.ds-partner-news--refined .ds-partner__copy {
	max-width: 780px;
}

.ds-partner-news--refined .ds-partner__copy h2 {
	max-width: 760px;
	font-size: clamp(34px, 5.2vw, 70px);
	line-height: 0.98;
	letter-spacing: 0;
	color: #071d12;
}

.ds-partner-news--refined .ds-partner__copy p:not(.ds-kicker) {
	max-width: 600px;
	margin: 18px 0 0;
	color: #426253;
	font-size: clamp(15px, 1.25vw, 18px);
	line-height: 1.7;
}

.ds-partner-news--refined .ds-partner__actions {
	display: grid;
	justify-items: end;
	gap: 22px;
}

.ds-partner-news--refined .ds-partner-logos {
	display: grid;
	grid-template-columns: repeat(2, minmax(140px, 1fr));
	gap: 16px;
	width: 100%;
}

.ds-partner-news--refined .ds-partner-logos span {
	position: relative;
	width: auto;
	height: 96px;
	border: 1px solid rgba(7, 73, 31, 0.08);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 24px 50px rgba(18, 32, 24, 0.1);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ds-partner-news--refined .ds-partner-logos span::after {
	content: "";
	position: absolute;
	inset: 10px;
	border-radius: 16px;
	border: 1px solid rgba(149, 193, 31, 0.14);
	pointer-events: none;
}

.ds-partner-news--refined .ds-partner-logos span:hover {
	transform: translateY(-5px);
	border-color: rgba(11, 124, 59, 0.22);
	box-shadow: 0 30px 70px rgba(18, 32, 24, 0.16);
}

.ds-partner-news--refined .ds-partner-logos img {
	max-width: 132px;
	max-height: 62px;
}

.ds-partner-news--refined .ds-partner__cta {
	min-height: 50px;
	padding-inline: 26px;
	border-radius: 999px;
	box-shadow: 0 18px 34px rgba(4, 120, 87, 0.24);
}

.ds-partner-news--refined .ds-news {
	position: relative;
	z-index: 1;
	padding: clamp(60px, 7vw, 104px) 0 clamp(70px, 8vw, 122px);
}

.ds-news__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: clamp(24px, 4vw, 42px);
}

.ds-news__header h2 {
	margin: 0;
	font-size: clamp(28px, 3.6vw, 48px);
	line-height: 1.05;
	color: #092414;
}

.ds-news__view {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: max-content;
	padding: 10px 16px;
	border: 1px solid rgba(7, 73, 31, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.7);
	color: #0b7c3b;
	font-weight: 800;
	font-size: 13px;
	text-decoration: none;
	box-shadow: 0 14px 30px rgba(18, 32, 24, 0.08);
	transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.ds-news__view::after {
	content: "\2192";
	font-size: 15px;
}

.ds-news__view:hover {
	transform: translateY(-2px);
	background: #0b7c3b;
	color: #fff;
}

.ds-partner-news--refined .ds-news-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 28px);
}

.ds-partner-news--refined .ds-news article {
	position: relative;
	display: flex;
	min-height: 100%;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(7, 73, 31, 0.08);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 22px 58px rgba(18, 32, 24, 0.1);
	transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ds-partner-news--refined .ds-news article::after {
	content: "";
	position: absolute;
	inset: auto 18px 0;
	height: 3px;
	border-radius: 999px 999px 0 0;
	background: linear-gradient(90deg, #f6c453, #0b7c3b);
	transform: scaleX(0.24);
	transform-origin: left;
	transition: transform 260ms ease;
}

.ds-partner-news--refined .ds-news article:hover {
	transform: translateY(-9px);
	border-color: rgba(11, 124, 59, 0.2);
	box-shadow: 0 30px 78px rgba(18, 32, 24, 0.16);
}

.ds-partner-news--refined .ds-news article:hover::after {
	transform: scaleX(1);
}

.ds-news-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1.82 / 1;
	background: #dcecdf;
	text-decoration: none;
}

.ds-partner-news--refined .ds-news-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 550ms ease, filter 550ms ease;
}

.ds-partner-news--refined .ds-news article:hover .ds-news-card__media img {
	transform: scale(1.06);
	filter: saturate(1.08) contrast(1.04);
}

.ds-news-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 44%, rgba(5, 45, 22, 0.44));
	pointer-events: none;
}

.ds-news-card__media span {
	position: absolute;
	left: 14px;
	bottom: 12px;
	z-index: 1;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	color: #0b7c3b;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	box-shadow: 0 10px 24px rgba(18, 32, 24, 0.14);
}

.ds-news-card__body {
	display: grid;
	gap: 10px;
	padding: 18px 18px 22px;
}

.ds-news-card__body time {
	color: #7b8a80;
	font-size: 12px;
	font-weight: 700;
}

.ds-partner-news--refined .ds-news h3,
.ds-partner-news--refined .ds-news p {
	padding: 0;
}

.ds-partner-news--refined .ds-news h3 {
	margin: 0;
	font-size: clamp(15px, 1.1vw, 18px);
	line-height: 1.35;
	color: #071d12;
}

.ds-partner-news--refined .ds-news p {
	margin: 0;
	padding-bottom: 0;
	color: #53675c;
	font-size: 14px;
	line-height: 1.65;
}

.ds-partner-news--refined .ds-partner__inner::before {
	left: -98px;
	top: -34px;
	bottom: auto;
	width: clamp(116px, 11vw, 190px);
	background: rgba(7, 73, 31, 0.08);
	transform: rotate(-18deg);
}

.ds-partner-news--refined .ds-partner__inner::after {
	right: -86px;
	top: auto;
	bottom: -42px;
	width: clamp(116px, 11vw, 188px);
	background: rgba(7, 73, 31, 0.1);
	transform: scaleX(-1) rotate(15deg);
}

.ds-partner-news--refined .ds-news::before {
	left: -72px;
	top: 118px;
	width: clamp(96px, 9vw, 156px);
	background: rgba(7, 73, 31, 0.08);
	transform: rotate(-16deg);
}

.ds-partner-news--refined .ds-news::after {
	right: -62px;
	bottom: 52px;
	width: clamp(104px, 10vw, 172px);
	background: rgba(149, 193, 31, 0.12);
	transform: scaleX(-1) rotate(-12deg);
}

@media (max-width: 1120px) {
	.ds-partner-news--refined .ds-partner__inner {
		grid-template-columns: 1fr;
	}

	.ds-partner-news--refined .ds-partner__actions {
		justify-items: start;
		max-width: 560px;
	}

	.ds-partner-news--refined .ds-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 780px) {
	.ds-partner-news--refined .ds-partner {
		padding-top: 46px;
	}

	.ds-news__header {
		align-items: start;
		flex-direction: column;
	}

	.ds-partner-news--refined .ds-partner-logos {
		grid-template-columns: 1fr;
	}

	.ds-partner-news--refined .ds-news-grid {
		grid-template-columns: 1fr;
	}

	.ds-partner-news--refined .ds-news article {
		border-radius: 16px;
	}
}
/* Refined journey and contact sections. */
.ds-journey.ds-journey--refined {
	position: relative;
	overflow: hidden;
	padding: clamp(72px, 8vw, 118px) 0;
	color: #fff;
	background:
		radial-gradient(circle at 8% 12%, rgba(246, 196, 83, 0.28), transparent 24%),
		radial-gradient(circle at 82% 22%, rgba(22, 163, 74, 0.25), transparent 30%),
		linear-gradient(118deg, #042516 0%, #07582b 48%, #032113 100%);
}

.ds-journey.ds-journey--refined::before,
.ds-journey.ds-journey--refined::after {
	content: "";
	position: absolute;
	inset-block: 0;
	width: 28vw;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(90deg, transparent, #000 28%, transparent);
	pointer-events: none;
}

.ds-journey.ds-journey--refined::before {
	left: 0;
}

.ds-journey.ds-journey--refined::after {
	right: 0;
	transform: scaleX(-1);
}

.ds-journey--refined .ds-journey__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.52fr);
	align-items: center;
	gap: clamp(34px, 5vw, 78px);
}

.ds-journey__copy {
	max-width: 880px;
}

.ds-journey--refined .ds-journey__copy h2 {
	max-width: 850px;
	font-size: clamp(40px, 5.4vw, 76px);
	line-height: 0.98;
	letter-spacing: 0;
	text-wrap: balance;
}

.ds-journey__copy > p:not(.ds-kicker) {
	max-width: 720px;
	margin: 20px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(15px, 1.25vw, 18px);
	line-height: 1.75;
}

.ds-journey--refined .ds-journey__actions {
	align-items: center;
	margin-top: 30px;
	gap: 14px;
}

.ds-store-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(16px);
	transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.ds-store-pill:hover {
	transform: translateY(-3px);
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 255, 255, 0.34);
}

.ds-store-pill img {
	display: block;
	width: 132px;
	height: auto;
}

.ds-journey--refined .ds-button--outline {
	min-height: 48px;
	border-color: rgba(255, 255, 255, 0.32);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
	backdrop-filter: blur(16px);
}

.ds-journey__visual {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-height: auto;
}

.ds-journey__visual::before {
	display: none;
}

.ds-journey-card {
	position: relative;
	z-index: 1;
	padding: 22px 24px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.11);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
	backdrop-filter: blur(14px);
	transition: transform 220ms ease, background 220ms ease;
}

.ds-journey-card:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.16);
}

.ds-journey-card__icon {
	display: block;
	font-size: 28px;
	margin-bottom: 10px;
	line-height: 1;
}

.ds-journey-card strong {
	display: block;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
	color: #fff;
}

.ds-journey-card p {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.7);
}

/* Card accent borders */
.ds-journey-card--map {
	border-left: 3px solid #f6c453;
}

.ds-journey-card--app {
	border-left: 3px solid #22c55e;
}

.ds-journey-card--partner {
	border-left: 3px solid #60a5fa;
}

/* Remove old absolute positioning */
.ds-journey-card--map,
.ds-journey-card--app,
.ds-journey-card--partner {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	width: 100%;
	animation: none;
}

.ds-journey-card--map i {
	display: none;
}

.ds-journey--refined .ds-journey__inner::before {
	left: -84px;
	bottom: -44px;
	width: clamp(120px, 12vw, 210px);
	background: rgba(255, 255, 255, 0.18);
}

.ds-journey--refined .ds-journey__inner::after {
	right: -76px;
	top: -36px;
	width: clamp(118px, 12vw, 206px);
	background: rgba(255, 255, 255, 0.16);
}

.ds-contact.ds-contact--refined {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 72% 14%, rgba(149, 193, 31, 0.14), transparent 28%),
		linear-gradient(180deg, #f8fbf5 0%, #eef6ef 100%);
}

.ds-contact.ds-contact--refined::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(11, 124, 59, 0.18), transparent);
}

.ds-contact--refined .ds-contact__grid {
	grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
	gap: clamp(38px, 5vw, 82px);
	align-items: center;
}

.ds-contact__copy > p:not(.ds-kicker) {
	max-width: 640px;
	margin: 18px 0 0;
	color: #53675c;
	font-size: clamp(15px, 1.2vw, 18px);
	line-height: 1.75;
}

.ds-contact--refined .ds-contact h2,
.ds-contact--refined h2 {
	font-size: clamp(34px, 4.8vw, 64px);
	line-height: 1.02;
	letter-spacing: 0;
	color: #071d12;
	text-wrap: balance;
}

.ds-contact-channels {
	display: grid;
	gap: 14px;
	margin-top: 30px;
}

.ds-contact-channels a {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 16px;
	row-gap: 4px;
	padding: 16px;
	border: 1px solid rgba(7, 73, 31, 0.1);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 16px 38px rgba(18, 32, 24, 0.07);
	color: inherit;
	text-decoration: none;
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.ds-contact-channels a:hover {
	transform: translateX(6px);
	border-color: rgba(11, 124, 59, 0.22);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 22px 52px rgba(18, 32, 24, 0.11);
}

.ds-contact-channels span {
	grid-row: span 2;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 14px;
	background: #eaf5ec;
	color: #0b7c3b;
	font-size: 12px;
	font-weight: 900;
}

.ds-contact-channels strong {
	font-size: 16px;
	line-height: 1.25;
	color: #092414;
}

.ds-contact-channels em {
	color: #617368;
	font-size: 13px;
	font-style: normal;
	line-height: 1.45;
}

.ds-contact-panel.ds-contact-panel--refined {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.75fr);
	gap: 18px;
	align-items: stretch;
	padding: 14px;
	border: 1px solid rgba(7, 73, 31, 0.1);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0 30px 80px rgba(18, 32, 24, 0.12);
	backdrop-filter: blur(18px);
}

.ds-contact--refined .ds-contact-map {
	min-height: 410px;
	border: 1px solid rgba(7, 73, 31, 0.12);
	border-radius: 22px;
	background:
		radial-gradient(circle at 58% 42%, rgba(239, 68, 68, 0.16), transparent 8%),
		linear-gradient(34deg, transparent 0 42%, rgba(16, 185, 129, 0.34) 43% 46%, transparent 47%),
		linear-gradient(118deg, transparent 0 28%, rgba(246, 196, 83, 0.36) 29% 32%, transparent 33%),
		linear-gradient(90deg, rgba(15, 23, 42, 0.07) 1px, transparent 1px),
		linear-gradient(rgba(15, 23, 42, 0.07) 1px, transparent 1px),
		linear-gradient(135deg, #eff8ef, #dff1e9);
	background-size: auto, auto, auto, 36px 36px, 36px 36px, auto;
}

.ds-contact--refined .ds-contact-map::before {
	content: "";
	position: absolute;
	inset: 24px;
	border: 2px solid rgba(11, 124, 59, 0.32);
	clip-path: polygon(12% 24%, 52% 12%, 86% 28%, 78% 75%, 36% 86%, 8% 58%);
	filter: drop-shadow(0 12px 20px rgba(11, 124, 59, 0.16));
}

.ds-contact--refined .ds-contact-map span {
	left: 58%;
	top: 43%;
	animation: pulsePin 2.4s ease-in-out infinite;
}

.ds-contact-map__card {
	position: absolute;
	left: 22px;
	bottom: 22px;
	max-width: 230px;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 18px 38px rgba(18, 32, 24, 0.12);
	backdrop-filter: blur(14px);
}

.ds-contact-map__card strong,
.ds-contact-map__card small {
	display: block;
}

.ds-contact-map__card strong {
	color: #092414;
	font-size: 14px;
}

.ds-contact-map__card small {
	margin-top: 3px;
	color: #617368;
	font-size: 12px;
}

.ds-contact-summary {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 24px;
	padding: 24px;
	border-radius: 22px;
	background:
		linear-gradient(155deg, rgba(5, 86, 43, 0.95), rgba(3, 43, 24, 0.96)),
		radial-gradient(circle at 100% 0%, rgba(246, 196, 83, 0.24), transparent 40%);
	color: #fff;
	overflow: hidden;
}

.ds-contact-summary img {
	width: 150px;
	max-width: 100%;
	padding: 10px 12px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.92);
}

.ds-contact-summary ul {
	margin: auto 0 0;
	padding: 0;
	list-style: none;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.65;
}

.ds-contact-summary li:first-child {
	margin-bottom: 10px;
	color: #fff;
	font-weight: 800;
}

.ds-contact-summary .ds-button {
	align-self: flex-start;
	background: #fff;
	color: #07582b;
}

.ds-contact--refined .ds-contact__grid::before {
	left: -82px;
	bottom: 26px;
	width: clamp(104px, 10vw, 170px);
	background: rgba(7, 73, 31, 0.08);
}

.ds-contact--refined .ds-contact__grid::after {
	right: -76px;
	top: -4px;
	width: clamp(108px, 10vw, 180px);
	background: rgba(149, 193, 31, 0.1);
}

@media (max-width: 1120px) {
	.ds-journey--refined .ds-journey__inner,
	.ds-contact--refined .ds-contact__grid,
	.ds-contact-panel.ds-contact-panel--refined {
		grid-template-columns: 1fr;
	}

	.ds-journey__visual {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.ds-journey-card {
		flex: 1 1 240px;
	}
}

@media (max-width: 720px) {
	.ds-journey.ds-journey--refined {
		padding: 58px 0;
	}

	.ds-journey--refined .ds-journey__copy h2,
	.ds-contact--refined h2 {
		font-size: clamp(32px, 12vw, 46px);
	}

	.ds-journey__visual {
		flex-direction: column;
	}

	.ds-journey-card {
		flex: auto;
	}

	.ds-contact-panel.ds-contact-panel--refined {
		padding: 10px;
		border-radius: 20px;
	}

	.ds-contact--refined .ds-contact-map {
		min-height: 300px;
	}
}
/* Refined green footer. */
.site-footer.site-footer--digisaka,
body.home .site-footer.site-footer--digisaka {
	position: relative;
	overflow: hidden;
	margin: 0;
	border-radius: 0;
	color: rgba(255, 255, 255, 0.82);
	background:
		radial-gradient(circle at 10% 0%, rgba(246, 196, 83, 0.2), transparent 28%),
		radial-gradient(circle at 85% 25%, rgba(34, 197, 94, 0.18), transparent 32%),
		linear-gradient(160deg, #042516 0%, #064d28 48%, #02190f 100%);
	box-shadow: none;
	isolation: isolate;
}

.site-footer.site-footer--digisaka::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 52px 52px;
	mask-image: radial-gradient(circle at 50% 0%, #000 30%, transparent 70%);
	pointer-events: none;
}

.site-footer.site-footer--digisaka::after {
	content: "";
	position: absolute;
	right: -40px;
	top: -20px;
	z-index: 0;
	width: clamp(180px, 22vw, 320px);
	aspect-ratio: 11 / 15;
	background: rgba(255, 255, 255, 0.06);
	-webkit-mask: url("../images/rice-leaf-sprig.svg") center / contain no-repeat;
	mask: url("../images/rice-leaf-sprig.svg") center / contain no-repeat;
	pointer-events: none;
}

.site-footer--digisaka .site-footer__inner,
body.home .site-footer--digisaka .site-footer__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(40px, 6vw, 80px);
	width: min(100% - 40px, var(--ds-max));
	padding: clamp(64px, 8vw, 100px) 0 38px;
	margin-inline: auto;
	align-items: start;
}

/* ── Brand column ── */
.site-footer__brand {
	max-width: 480px;
}

.site-footer--digisaka .site-footer__logo-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 10px 16px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
	backdrop-filter: blur(16px);
	text-decoration: none;
	transition: transform 200ms ease, box-shadow 200ms ease;
}

.site-footer--digisaka .site-footer__logo-link:hover {
	transform: translateY(-2px);
	box-shadow: 0 22px 52px rgba(0, 0, 0, 0.22);
}

.site-footer--digisaka .site-footer__logo,
body.home .site-footer--digisaka .site-footer__logo {
	width: 42px;
	height: 42px;
	margin: 0;
	filter: none;
	object-fit: contain;
}

.site-footer__wordmark {
	font-size: 20px;
	font-weight: 800;
	color: #0b2b1a;
	letter-spacing: -0.01em;
	white-space: nowrap;
}

.site-footer--digisaka .site-footer__brand p,
body.home .site-footer--digisaka .site-footer__brand p {
	max-width: 460px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.8;
}

.site-footer__actions {
	margin-top: 24px;
}

.site-footer__store-btn {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 8px 16px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(12px);
	transition: transform 200ms ease, background 200ms ease;
}

.site-footer__store-btn:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.16);
}

.site-footer__store-btn img {
	display: block;
	width: 128px;
	height: auto;
}

/* ── Right panel ── */
.site-footer__panel {
	display: grid;
	grid-template-columns: minmax(140px, 0.7fr) minmax(170px, 0.8fr) minmax(240px, 1.05fr);
	gap: 14px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
	backdrop-filter: blur(14px);
}

.site-footer__column {
	padding: 16px 18px;
	border-radius: 16px;
}

.site-footer__column--cta {
	background:
		linear-gradient(145deg, rgba(34, 197, 94, 0.15), rgba(34, 197, 94, 0.04)),
		linear-gradient(200deg, rgba(246, 196, 83, 0.08), transparent 40%);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__column h2 {
	margin: 0 0 14px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.site-footer__cta-badge {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(246, 196, 83, 0.2);
	color: #f6c453;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

/* ── Footer links ── */
.site-footer--digisaka .footer-nav {
	display: grid;
	gap: 2px;
	margin: 0;
}

.site-footer--digisaka .footer-nav a,
.site-footer__column--platform a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	padding: 8px 14px;
	border-radius: 999px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
	transition: background 200ms ease;
}

.site-footer--digisaka .footer-nav a::before,
.site-footer__column--platform a::before {
	content: "";
	flex-shrink: 0;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: #22c55e;
}

.site-footer--digisaka .footer-nav a:hover,
.site-footer__column--platform a:hover {
	background: rgba(255, 255, 255, 0.15);
}

.site-footer__column--platform {
	display: grid;
	align-content: start;
	gap: 2px;
}

/* ── CTA column ── */
.site-footer__column--cta p,
body.home .site-footer__column--cta p {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 14px;
	line-height: 1.7;
}

.site-footer__cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	min-height: 44px;
	padding: 10px 20px;
	border-radius: 999px;
	background: #fff;
	color: #07582b;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.site-footer__cta span {
	font-size: 16px;
	transition: transform 220ms ease;
}

.site-footer__cta:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.site-footer__cta:hover span {
	transform: translateX(4px);
}

/* ── Meta ── */
.site-footer--digisaka .site-footer__meta,
body.home .site-footer--digisaka .site-footer__meta {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 20px 0 0;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.5);
	font-size: 13px;
	line-height: 1.5;
}

/* ── Remove old chips and ::before/::after decorations ── */
.site-footer__chips {
	display: none;
}

.site-footer--digisaka .site-footer__inner::before,
.site-footer--digisaka .site-footer__inner::after {
	display: none;
}

@media (max-width: 1120px) {
	.site-footer--digisaka .site-footer__inner,
	body.home .site-footer--digisaka .site-footer__inner,
	.site-footer__panel {
		grid-template-columns: 1fr;
	}

	.site-footer__brand {
		max-width: 100%;
	}

	.site-footer__wordmark {
		font-size: 18px;
	}
}

@media (max-width: 720px) {
	.site-footer--digisaka .site-footer__inner,
	body.home .site-footer--digisaka .site-footer__inner {
		width: min(100% - 28px, var(--ds-max));
		padding-top: 54px;
	}

	.site-footer__panel {
		padding: 10px;
		border-radius: 20px;
		gap: 8px;
	}

	.site-footer__column {
		padding: 14px;
	}

	.site-footer__column--cta {
		padding: 18px 16px;
	}

	.site-footer--digisaka .site-footer__logo-link {
		padding: 8px 12px;
	}

	.site-footer--digisaka .site-footer__logo,
	body.home .site-footer--digisaka .site-footer__logo {
		width: 34px;
		height: 34px;
	}

	.site-footer__wordmark {
		font-size: 16px;
	}

	.site-footer--digisaka .site-footer__meta,
	body.home .site-footer--digisaka .site-footer__meta {
		align-items: flex-start;
		flex-direction: column;
	}
}
/* Refined inner pages. */
body:not(.home) .site-main {
	background:
		radial-gradient(circle at 6% 22%, rgba(149, 193, 31, 0.16), transparent 26%),
		radial-gradient(circle at 92% 38%, rgba(11, 124, 59, 0.12), transparent 28%),
		linear-gradient(180deg, #f8fbf5 0%, #eef6ef 100%);
}

.inner-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(132px, 13vw, 190px) 0 clamp(72px, 8vw, 112px);
	color: #fff;
	background:
		linear-gradient(112deg, rgba(3, 35, 20, 0.96) 0%, rgba(6, 86, 43, 0.88) 54%, rgba(3, 33, 19, 0.94) 100%),
		url("../images/generated-homepage-hero-reference.png") center / cover no-repeat;
	isolation: isolate;
}

.inner-hero::before {
	content: "";
	position: absolute;
	inset: -36px;
	z-index: -2;
	background: url("../images/generated-homepage-sustainability-field.png") center / cover no-repeat;
	filter: blur(18px) saturate(1.1);
	transform: scale(1.06);
	opacity: 0.52;
}

.inner-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		radial-gradient(circle at 86% 18%, rgba(246, 196, 83, 0.28), transparent 28%);
	background-size: 48px 48px, 48px 48px, auto;
	mask-image: linear-gradient(180deg, #000 70%, transparent 100%);
}

.inner-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.48fr);
	align-items: center;
	gap: clamp(36px, 6vw, 90px);
}

.inner-hero__copy {
	max-width: 920px;
}

.inner-hero .eyebrow {
	margin: 0 0 14px;
	color: #f6c453;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.inner-hero h1 {
	max-width: 920px;
	margin: 0;
	font-size: clamp(44px, 6vw, 82px);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: 0;
	text-wrap: balance;
}

.inner-hero__copy > p {
	max-width: 720px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(16px, 1.3vw, 19px);
	line-height: 1.75;
}

.inner-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.inner-hero__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.11);
	color: rgba(255, 255, 255, 0.86);
	font-size: 12px;
	font-weight: 800;
	backdrop-filter: blur(14px);
}

.inner-hero__visual {
	position: relative;
	min-height: 360px;
}

.inner-hero__visual::before {
	content: "";
	position: absolute;
	inset: 16px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 34px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
		radial-gradient(circle at 50% 40%, rgba(149, 193, 31, 0.32), transparent 42%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 34px 86px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(18px);
}

.inner-hero-map {
	position: absolute;
	inset: 54px 28px 60px;
	z-index: 1;
	border-radius: 26px;
	background:
		linear-gradient(38deg, transparent 0 42%, rgba(255, 255, 255, 0.46) 43% 45%, transparent 46%),
		linear-gradient(124deg, transparent 0 32%, rgba(246, 196, 83, 0.52) 33% 36%, transparent 37%),
		linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
		linear-gradient(135deg, rgba(34, 197, 94, 0.36), rgba(5, 86, 43, 0.38));
	background-size: auto, auto, 34px 34px, 34px 34px, auto;
	overflow: hidden;
}

.inner-hero-map::before {
	content: "";
	position: absolute;
	inset: 34px;
	border: 2px solid rgba(255, 255, 255, 0.68);
	clip-path: polygon(14% 32%, 50% 12%, 88% 27%, 77% 75%, 36% 88%, 8% 58%);
	filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.22));
}

.inner-hero-map span {
	position: absolute;
	left: 54%;
	top: 44%;
	width: 28px;
	height: 28px;
	border-radius: 999px 999px 999px 0;
	background: #f6c453;
	box-shadow: 0 0 0 9px rgba(246, 196, 83, 0.2);
	transform: rotate(-45deg);
}

.inner-hero-map span::after {
	content: "";
	position: absolute;
	inset: 9px;
	border-radius: 999px;
	background: #07582b;
}

.inner-hero-map i {
	position: absolute;
	left: 20%;
	bottom: 16%;
	width: 48%;
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(90deg, #f6c453, rgba(255, 255, 255, 0.58));
	box-shadow: 0 18px 0 rgba(255, 255, 255, 0.18), 0 -18px 0 rgba(255, 255, 255, 0.1);
}

.inner-float-card,
.inner-phone-card,
.inner-data-card {
	position: absolute;
	z-index: 2;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.13);
	box-shadow: 0 22px 52px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(18px);
}

.inner-float-card {
	width: min(76%, 260px);
	padding: 16px;
	animation: float 6s ease-in-out infinite;
}

.inner-float-card strong,
.inner-float-card span {
	display: block;
}

.inner-float-card strong {
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
}

.inner-float-card span {
	margin-top: 5px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 700;
}

.inner-float-card--top {
	top: 0;
	right: 0;
}

.inner-float-card--bottom {
	left: 0;
	bottom: 0;
	animation-delay: 520ms;
}

.inner-phone-card {
	left: 12%;
	top: 22%;
	width: 150px;
	height: 230px;
	padding: 22px 16px;
	border-radius: 30px;
}

.inner-phone-card::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 10px;
	width: 46px;
	height: 5px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.44);
	transform: translateX(-50%);
}

.inner-phone-card span,
.inner-phone-card strong {
	display: block;
}

.inner-phone-card span {
	margin-top: 34px;
	color: #f6c453;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.inner-phone-card strong {
	margin-top: 8px;
	color: #fff;
	font-size: 20px;
	line-height: 1.15;
}

.inner-data-card {
	right: 8%;
	bottom: 18%;
	display: grid;
	grid-template-columns: repeat(4, 16px);
	align-items: end;
	gap: 8px;
	padding: 18px;
}

.inner-data-card span {
	display: block;
	width: 16px;
	border-radius: 999px 999px 4px 4px;
	background: linear-gradient(180deg, #f6c453, #16a34a);
}

.inner-data-card span:nth-child(1) { height: 42px; }
.inner-data-card span:nth-child(2) { height: 68px; }
.inner-data-card span:nth-child(3) { height: 52px; }
.inner-data-card span:nth-child(4) { height: 88px; }

.inner-orbit {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 250px;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	transform: translate(-50%, -50%);
}

.inner-orbit::before {
	content: "";
	position: absolute;
	inset: 50px;
	border: 1px dashed rgba(255, 255, 255, 0.24);
	border-radius: inherit;
}

.inner-orbit span {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 999px;
	background: #f6c453;
	box-shadow: 0 0 0 8px rgba(246, 196, 83, 0.16);
}

.inner-orbit span:nth-child(1) { left: 18%; top: 17%; }
.inner-orbit span:nth-child(2) { right: 8%; top: 42%; background: #22c55e; }
.inner-orbit span:nth-child(3) { left: 46%; bottom: 8%; background: #fff; }

.inner-section {
	position: relative;
	overflow: hidden;
	padding: clamp(70px, 8vw, 112px) 0;
}

.inner-section::before {
	content: "";
	position: absolute;
	left: -90px;
	top: 70px;
	width: clamp(110px, 11vw, 190px);
	aspect-ratio: 11 / 15;
	background: rgba(7, 73, 31, 0.08);
	-webkit-mask: url("../images/rice-leaf-sprig.svg") center / contain no-repeat;
	mask: url("../images/rice-leaf-sprig.svg") center / contain no-repeat;
	transform: rotate(-18deg);
	pointer-events: none;
}

.inner-section__heading {
	max-width: 780px;
	margin-bottom: clamp(28px, 4vw, 48px);
}

.inner-section__heading h2 {
	margin: 0;
	color: #071d12;
	font-size: clamp(32px, 4.6vw, 60px);
	line-height: 1.02;
	letter-spacing: 0;
	text-wrap: balance;
}

.inner-section__heading p:not(.ds-kicker) {
	max-width: 650px;
	margin: 14px 0 0;
	color: #53675c;
	font-size: 16px;
	line-height: 1.75;
}

.post-grid.post-grid--inner {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 28px);
}

.post-card.post-card--inner {
	position: relative;
	display: flex;
	min-height: 100%;
	flex-direction: column;
	border: 1px solid rgba(7, 73, 31, 0.08);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 22px 60px rgba(18, 32, 24, 0.1);
	backdrop-filter: blur(14px);
	transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.post-card.post-card--inner::after {
	content: "";
	position: absolute;
	inset: auto 18px 0;
	height: 3px;
	border-radius: 999px 999px 0 0;
	background: linear-gradient(90deg, #f6c453, #0b7c3b);
	transform: scaleX(0.22);
	transform-origin: left;
	transition: transform 260ms ease;
}

.post-card.post-card--inner:hover {
	transform: translateY(-9px);
	border-color: rgba(11, 124, 59, 0.22);
	box-shadow: 0 30px 82px rgba(18, 32, 24, 0.16);
}

.post-card.post-card--inner:hover::after {
	transform: scaleX(1);
}

.post-card--inner .post-card__image {
	position: relative;
	aspect-ratio: 1.75 / 1;
	border-radius: 24px 24px 0 0;
	background:
		linear-gradient(135deg, rgba(7, 73, 31, 0.76), rgba(11, 124, 59, 0.3)),
		url("../images/generated-news-webgis-features.png") center / cover no-repeat;
}

.post-card--inner .post-card__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 44%, rgba(5, 45, 22, 0.5));
	pointer-events: none;
}

.post-card__badge {
	position: absolute;
	left: 16px;
	bottom: 14px;
	z-index: 1;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: #0b7c3b;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	box-shadow: 0 10px 24px rgba(18, 32, 24, 0.14);
}

.post-card--inner .placeholder-image {
	background:
		radial-gradient(circle at 70% 25%, rgba(246, 196, 83, 0.36), transparent 26%),
		linear-gradient(135deg, rgba(7, 73, 31, 0.78), rgba(11, 124, 59, 0.28)),
		url("../images/generated-news-farmer-digital.png") center / cover no-repeat;
}

.post-card--inner .post-card__body {
	display: grid;
	gap: 10px;
	padding: 22px 22px 26px;
}

.post-card--inner .post-card__meta {
	margin: 0;
	color: #0b7c3b;
	letter-spacing: 0.06em;
}

.post-card--inner h3 {
	margin: 0;
	font-size: clamp(18px, 1.5vw, 23px);
	line-height: 1.25;
}

.post-card--inner p:not(.post-card__meta) {
	margin: 0;
	color: #53675c;
	font-size: 14px;
	line-height: 1.7;
}

.post-card__read {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-top: 4px;
	color: #0b7c3b;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.post-card__read::after {
	content: "\2192";
	margin-left: 8px;
	transition: transform 200ms ease;
}

.post-card__read:hover::after {
	transform: translateX(4px);
}

.inner-content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: clamp(28px, 5vw, 70px);
	align-items: start;
}

.inner-content-layout--single {
	grid-template-columns: minmax(0, 840px) minmax(280px, 360px);
	justify-content: center;
}

.content-wrap.inner-content-card {
	max-width: none;
	padding: clamp(28px, 4vw, 54px);
	border: 1px solid rgba(7, 73, 31, 0.08);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 24px 72px rgba(18, 32, 24, 0.1);
	backdrop-filter: blur(14px);
	color: #34463b;
}

.inner-content-card > *:first-child {
	margin-top: 0;
}

.inner-content-card h2,
.inner-content-card h3,
.inner-content-card h4 {
	color: #071d12;
	letter-spacing: 0;
}

.inner-content-card p,
.inner-content-card li {
	font-size: 17px;
	line-height: 1.82;
}

.inner-content-card blockquote {
	margin: 28px 0;
	padding: 20px 24px;
	border-left: 4px solid #0b7c3b;
	border-radius: 0 18px 18px 0;
	background: #eef8f1;
	color: #244433;
}

.inner-content-card img {
	border-radius: 20px;
	box-shadow: 0 18px 50px rgba(18, 32, 24, 0.12);
}

.inner-side-card {
	position: sticky;
	top: 110px;
	display: grid;
	gap: 12px;
	padding: 24px;
	border: 1px solid rgba(7, 73, 31, 0.1);
	border-radius: 24px;
	background:
		linear-gradient(155deg, rgba(255, 255, 255, 0.9), rgba(238, 248, 241, 0.86)),
		radial-gradient(circle at 100% 0%, rgba(246, 196, 83, 0.18), transparent 38%);
	box-shadow: 0 22px 60px rgba(18, 32, 24, 0.1);
	backdrop-filter: blur(14px);
}

.inner-side-card h2 {
	margin: 0 0 8px;
	color: #071d12;
	font-size: 24px;
	line-height: 1.15;
}

.inner-side-card a,
.inner-side-card__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 14px;
	border: 1px solid rgba(7, 73, 31, 0.08);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.74);
	color: #0b7c3b;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.inner-side-card a::after,
.inner-side-card__cta::after {
	content: "\2192";
}

.inner-side-card a:hover,
.inner-side-card__cta:hover {
	transform: translateX(4px);
	border-color: rgba(11, 124, 59, 0.2);
	background: #fff;
}

.inner-side-card--single ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.inner-side-card--single li {
	padding: 14px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.72);
}

.inner-side-card--single li span,
.inner-side-card--single li strong {
	display: block;
}

.inner-side-card--single li span {
	color: #6b7c70;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.inner-side-card--single li strong {
	margin-top: 4px;
	color: #092414;
	font-size: 14px;
}

.single-post__media.single-post__media--refined {
	margin-top: -58px;
	position: relative;
	z-index: 2;
}

.single-post__media--refined img {
	max-height: 560px;
	border: 10px solid rgba(255, 255, 255, 0.88);
	border-radius: 28px;
	box-shadow: 0 30px 90px rgba(18, 32, 24, 0.22);
}

.inner-post-nav {
	margin-top: clamp(28px, 4vw, 52px);
}

.inner-post-nav .nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.inner-post-nav .nav-previous a,
.inner-post-nav .nav-next a {
	display: grid;
	gap: 6px;
	min-height: 120px;
	padding: 22px;
	border: 1px solid rgba(7, 73, 31, 0.1);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 18px 50px rgba(18, 32, 24, 0.08);
	color: #092414;
	text-decoration: none;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.inner-post-nav .nav-next a {
	text-align: right;
}

.inner-post-nav span {
	color: #0b7c3b;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.inner-post-nav strong {
	font-size: 18px;
	line-height: 1.35;
}

.inner-post-nav a:hover {
	transform: translateY(-4px);
	border-color: rgba(11, 124, 59, 0.2);
	box-shadow: 0 24px 62px rgba(18, 32, 24, 0.14);
}

.pagination-wrap.pagination-wrap--inner {
	margin-top: 44px;
}

.pagination-wrap--inner .nav-links {
	gap: 12px;
}

.pagination-wrap--inner .page-numbers {
	border-radius: 999px;
	border-color: rgba(7, 73, 31, 0.1);
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 14px 34px rgba(18, 32, 24, 0.08);
}

.pagination-wrap--inner .page-numbers.current {
	background: linear-gradient(135deg, #047857, #16a34a);
	box-shadow: 0 16px 34px rgba(4, 120, 87, 0.2);
}

.empty-state {
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 22px 60px rgba(18, 32, 24, 0.08);
}

@media (max-width: 1120px) {
	.inner-hero__grid,
	.inner-content-layout,
	.inner-content-layout--single {
		grid-template-columns: 1fr;
	}

	.inner-side-card {
		position: relative;
		top: auto;
	}

	.post-grid.post-grid--inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.inner-hero {
		padding: 116px 0 58px;
	}

	.inner-hero h1 {
		font-size: clamp(36px, 12vw, 54px);
	}

	.inner-hero__visual {
		min-height: 280px;
	}

	.post-grid.post-grid--inner,
	.inner-post-nav .nav-links {
		grid-template-columns: 1fr;
	}

	.content-wrap.inner-content-card,
	.inner-side-card {
		border-radius: 20px;
	}

	.single-post__media.single-post__media--refined {
		margin-top: -34px;
	}

	.single-post__media--refined img {
		border-width: 6px;
		border-radius: 20px;
	}
}
/* Dedicated platform page. */
.platform-page {
	background:
		radial-gradient(circle at 8% 18%, rgba(149, 193, 31, 0.16), transparent 28%),
		radial-gradient(circle at 92% 42%, rgba(11, 124, 59, 0.12), transparent 30%),
		linear-gradient(180deg, #f8fbf5 0%, #eef7ef 100%);
	overflow: hidden;
}

.platform-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(132px, 13vw, 198px) 0 clamp(72px, 8vw, 118px);
	color: #fff;
	background:
		linear-gradient(112deg, rgba(3, 35, 20, 0.98) 0%, rgba(5, 86, 43, 0.9) 52%, rgba(3, 31, 18, 0.96) 100%),
		url("../images/generated/platform-card-smart-monitoring.png") center / cover no-repeat;
}

.platform-hero::before {
	content: "";
	position: absolute;
	inset: -42px;
	z-index: -2;
	background: url("../images/generated/platform-card-smart-monitoring.png") center / cover no-repeat;
	filter: blur(20px) saturate(1.12);
	transform: scale(1.08);
	opacity: 0.5;
}

.platform-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		radial-gradient(circle at 82% 18%, rgba(246, 196, 83, 0.26), transparent 26%);
	background-size: 48px 48px, 48px 48px, auto;
	mask-image: linear-gradient(180deg, #000 74%, transparent 100%);
}

.platform-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
	align-items: center;
	gap: clamp(40px, 6vw, 92px);
}

.platform-hero .eyebrow {
	margin: 0 0 14px;
	color: #f6c453;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.platform-hero h1 {
	max-width: 860px;
	margin: 0;
	font-size: clamp(44px, 6vw, 84px);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: 0;
	text-wrap: balance;
}

.platform-hero__copy > p {
	max-width: 720px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(16px, 1.25vw, 19px);
	line-height: 1.75;
}

.platform-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.platform-hero__actions .ds-button {
	min-height: 48px;
	border-radius: 999px;
}

.platform-hero__actions .ds-button--outline {
	border-color: rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
	backdrop-filter: blur(16px);
}

.platform-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	max-width: 680px;
	margin-top: 34px;
}

.platform-hero__stats span {
	display: grid;
	gap: 4px;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.09);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
	backdrop-filter: blur(16px);
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 700;
}

.platform-hero__stats strong {
	color: #fff;
	font-size: 19px;
	font-weight: 900;
}

.platform-hero__visual {
	position: relative;
	min-height: 520px;
}

.platform-hero__visual > img {
	position: absolute;
	inset: 34px 0 38px;
	width: 100%;
	height: calc(100% - 72px);
	object-fit: cover;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 34px;
	box-shadow: 0 38px 100px rgba(0, 0, 0, 0.34);
}

.platform-hero__visual::after {
	content: "";
	position: absolute;
	inset: 34px 0 38px;
	border-radius: 34px;
	background: linear-gradient(180deg, transparent 42%, rgba(3, 35, 20, 0.54));
	pointer-events: none;
}

.platform-orbit {
	position: absolute;
	z-index: 2;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 999px;
	animation: platformPulse 4.8s ease-in-out infinite;
}

.platform-orbit--one {
	left: 14%;
	top: 24%;
	width: 118px;
	height: 118px;
}

.platform-orbit--two {
	right: 10%;
	bottom: 23%;
	width: 168px;
	height: 168px;
	animation-delay: 700ms;
}

.platform-glass-card {
	position: absolute;
	z-index: 3;
	display: grid;
	gap: 4px;
	min-width: 190px;
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.14);
	box-shadow: 0 24px 62px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(18px);
	animation: float 6s ease-in-out infinite;
}

.platform-glass-card strong {
	color: #fff;
	font-size: 16px;
}

.platform-glass-card span {
	color: #f6c453;
	font-size: 13px;
	font-weight: 900;
}

.platform-glass-card--top {
	right: -18px;
	top: 6px;
}

.platform-glass-card--bottom {
	left: -22px;
	bottom: 30px;
	animation-delay: 500ms;
}

.platform-overview,
.platform-feature-showcase {
	position: relative;
	padding: clamp(72px, 8vw, 118px) 0;
}

.platform-overview::before,
.platform-feature-showcase::before {
	content: "";
	position: absolute;
	width: clamp(110px, 11vw, 190px);
	aspect-ratio: 11 / 15;
	background: rgba(7, 73, 31, 0.08);
	-webkit-mask: url("../images/rice-leaf-sprig.svg") center / contain no-repeat;
	mask: url("../images/rice-leaf-sprig.svg") center / contain no-repeat;
	pointer-events: none;
}

.platform-overview::before {
	left: -70px;
	top: 70px;
	transform: rotate(-18deg);
}

.platform-feature-showcase::before {
	right: -76px;
	top: 90px;
	transform: scaleX(-1) rotate(16deg);
}

.platform-overview__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
	align-items: center;
	gap: clamp(36px, 6vw, 86px);
}

.platform-overview__copy h2,
.platform-section-heading h2,
.platform-cta-band h2 {
	margin: 0;
	color: #071d12;
	font-size: clamp(34px, 4.8vw, 66px);
	line-height: 1.02;
	letter-spacing: 0;
	text-wrap: balance;
}

.platform-overview__copy p:not(.ds-kicker),
.platform-section-heading p:not(.ds-kicker) {
	max-width: 680px;
	margin: 18px 0 0;
	color: #53675c;
	font-size: clamp(15px, 1.18vw, 18px);
	line-height: 1.78;
}

.platform-overview__panel {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	padding: 18px;
	border: 1px solid rgba(7, 73, 31, 0.08);
	border-radius: 30px;
	background:
		linear-gradient(155deg, rgba(255, 255, 255, 0.92), rgba(238, 248, 241, 0.86)),
		radial-gradient(circle at 100% 0%, rgba(246, 196, 83, 0.18), transparent 38%);
	box-shadow: 0 30px 80px rgba(18, 32, 24, 0.11);
	backdrop-filter: blur(16px);
}

.platform-overview__panel article {
	padding: 22px;
	border: 1px solid rgba(7, 73, 31, 0.08);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.72);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.platform-overview__panel article:hover {
	transform: translateY(-6px);
	border-color: rgba(11, 124, 59, 0.2);
	box-shadow: 0 22px 52px rgba(18, 32, 24, 0.12);
}

.platform-overview__panel span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 15px;
	background: #eaf5ec;
	color: #0b7c3b;
	font-size: 12px;
	font-weight: 900;
}

.platform-overview__panel h3 {
	margin: 18px 0 8px;
	color: #092414;
	font-size: 22px;
	line-height: 1.12;
}

.platform-overview__panel p {
	margin: 0;
	color: #617368;
	font-size: 14px;
	line-height: 1.65;
}

.platform-section-heading {
	max-width: 820px;
	margin-bottom: clamp(30px, 4vw, 54px);
}

.platform-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 28px);
}

.platform-feature-card {
	position: relative;
	min-height: 100%;
}

.platform-feature-card--large {
	grid-column: span 2;
}

.platform-feature-card a {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(7, 73, 31, 0.09);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 24px 68px rgba(18, 32, 24, 0.1);
	color: inherit;
	text-decoration: none;
	backdrop-filter: blur(14px);
	transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.platform-feature-card a::after {
	content: "";
	position: absolute;
	inset: auto 22px 0;
	height: 3px;
	border-radius: 999px 999px 0 0;
	background: linear-gradient(90deg, #f6c453, #0b7c3b);
	transform: scaleX(0.22);
	transform-origin: left;
	transition: transform 260ms ease;
}

.platform-feature-card a:hover {
	transform: translateY(-10px);
	border-color: rgba(11, 124, 59, 0.22);
	box-shadow: 0 34px 90px rgba(18, 32, 24, 0.16);
}

.platform-feature-card a:hover::after {
	transform: scaleX(1);
}

.platform-feature-card__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1.72 / 1;
	background: #dcecdf;
}

.platform-feature-card--large .platform-feature-card__media {
	aspect-ratio: 2.24 / 1;
}

.platform-feature-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 650ms ease, filter 650ms ease;
}

.platform-feature-card a:hover img {
	transform: scale(1.06);
	filter: saturate(1.08) contrast(1.04);
}

.platform-feature-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 42%, rgba(5, 45, 22, 0.58));
	pointer-events: none;
}

.platform-feature-card__media span {
	position: absolute;
	left: 16px;
	bottom: 14px;
	z-index: 1;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 10px 24px rgba(18, 32, 24, 0.14);
	color: #0b7c3b;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.platform-feature-card__body {
	display: grid;
	gap: 10px;
	padding: 22px 22px 26px;
}

.platform-feature-card__body small {
	color: #0b7c3b;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.platform-feature-card__body h3 {
	margin: 0;
	color: #071d12;
	font-size: clamp(20px, 1.7vw, 28px);
	line-height: 1.12;
}

.platform-feature-card__body p {
	margin: 0;
	color: #53675c;
	font-size: 14px;
	line-height: 1.7;
}

.platform-cta-band {
	padding: clamp(64px, 7vw, 104px) 0;
	color: #fff;
	background:
		radial-gradient(circle at 12% 0%, rgba(246, 196, 83, 0.24), transparent 28%),
		linear-gradient(118deg, #042516, #07582b 52%, #032113);
}

.platform-cta-band__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.platform-cta-band h2 {
	max-width: 860px;
	color: #fff;
}

.platform-cta-band .ds-button {
	min-width: max-content;
	border-radius: 999px;
}

@keyframes platformPulse {
	0%, 100% {
		transform: scale(1);
		opacity: 0.42;
	}
	50% {
		transform: scale(1.12);
		opacity: 0.8;
	}
}

@media (max-width: 1180px) {
	.platform-hero__grid,
	.platform-overview__grid {
		grid-template-columns: 1fr;
	}

	.platform-hero__visual {
		min-height: 430px;
	}

	.platform-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.platform-hero {
		padding: 116px 0 60px;
	}

	.platform-hero h1,
	.platform-overview__copy h2,
	.platform-section-heading h2,
	.platform-cta-band h2 {
		font-size: clamp(34px, 11vw, 50px);
	}

	.platform-hero__stats,
	.platform-overview__panel,
	.platform-card-grid {
		grid-template-columns: 1fr;
	}

	.platform-feature-card--large {
		grid-column: auto;
	}

	.platform-feature-card--large .platform-feature-card__media,
	.platform-feature-card__media {
		aspect-ratio: 1.45 / 1;
	}

	.platform-cta-band__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}
/* Tight platform hero height. */
@media (min-width: 1181px) {
    .platform-hero {
        min-height: 650px;
        display: grid;
        align-items: center;
        padding: 92px 0 54px;
    }

    .platform-hero h1 {
        font-size: clamp(40px, 4.6vw, 66px);
    }

    .platform-hero__visual {
        min-height: 430px;
    }

    .platform-hero__visual > img,
    .platform-hero__visual::after {
        inset: 22px 0 24px;
    }

    .platform-hero__visual > img {
        height: calc(100% - 46px);
    }
}
/* Inner pages platform treatment. */
.inner-hero {
    min-height: 650px;
    display: grid;
    align-items: center;
    padding: 104px 0 64px;
    background:
        radial-gradient(circle at 82% 12%, rgba(246, 196, 83, 0.22), transparent 28%),
        linear-gradient(112deg, rgba(3, 35, 20, 0.96) 0%, rgba(5, 86, 43, 0.86) 52%, rgba(3, 31, 18, 0.94) 100%),
        var(--inner-hero-bg, url("../images/generated-homepage-hero-reference.png")) center / cover no-repeat;
}

.inner-hero::before {
    background: var(--inner-hero-bg, url("../images/generated-homepage-hero-reference.png")) center / cover no-repeat;
    filter: blur(20px) saturate(1.12) contrast(1.02);
    opacity: 0.45;
}

.inner-hero__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
}

.inner-hero h1 {
    font-size: clamp(40px, 4.6vw, 66px);
}

.inner-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.inner-hero__actions .ds-button,
.inner-hero__actions .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 13px 20px;
    border-radius: 999px;
    text-decoration: none;
}

.inner-hero__visual {
    min-height: 430px;
}

.inner-hero__visual--image::before {
    inset: 0;
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06)),
        radial-gradient(circle at 30% 18%, rgba(246, 196, 83, 0.22), transparent 34%);
}

.inner-hero__image-card {
    position: absolute;
    inset: 22px 0 24px;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 34px;
    background: #0c2d19;
    box-shadow: 0 38px 100px rgba(0, 0, 0, 0.34);
}

.inner-hero__image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 800ms ease, filter 800ms ease;
}

.inner-hero__image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 42%, rgba(3, 35, 20, 0.62)),
        linear-gradient(90deg, rgba(3, 35, 20, 0.26), transparent 48%);
    pointer-events: none;
}

.inner-hero__visual:hover .inner-hero__image-card img {
    transform: scale(1.07);
    filter: saturate(1.08) contrast(1.04);
}

.inner-hero__image-card figcaption {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 20px;
    z-index: 1;
    display: grid;
    gap: 4px;
    padding: 15px 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(3, 35, 20, 0.58);
    color: #fff;
    backdrop-filter: blur(14px);
}

.inner-hero__image-card figcaption span {
    color: #f6c453;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.inner-hero__image-card figcaption strong {
    font-size: 18px;
    line-height: 1.2;
}

.inner-signal-card {
    position: absolute;
    right: -8px;
    top: 78px;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, 14px);
    align-items: end;
    gap: 7px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(16px);
}

.inner-signal-card span {
    display: block;
    width: 14px;
    border-radius: 999px 999px 4px 4px;
    background: linear-gradient(180deg, #f6c453, #16a34a);
}

.inner-signal-card span:nth-child(1) { height: 34px; }
.inner-signal-card span:nth-child(2) { height: 58px; }
.inner-signal-card span:nth-child(3) { height: 44px; }
.inner-signal-card span:nth-child(4) { height: 74px; }

.inner-showcase {
    position: relative;
    overflow: hidden;
    padding: clamp(78px, 8vw, 124px) 0;
    background:
        radial-gradient(circle at 7% 18%, rgba(149, 193, 31, 0.14), transparent 28%),
        linear-gradient(180deg, #fbfdf9 0%, #eef7ef 100%);
}

.inner-showcase::before,
.inner-feature-section::before,
.inner-contact-section::before {
    content: "";
    position: absolute;
    width: clamp(120px, 12vw, 210px);
    aspect-ratio: 11 / 15;
    background: rgba(7, 73, 31, 0.08);
    -webkit-mask: url("../images/rice-leaf-sprig.svg") center / contain no-repeat;
    mask: url("../images/rice-leaf-sprig.svg") center / contain no-repeat;
    pointer-events: none;
}

.inner-showcase::before {
    right: -34px;
    top: 48px;
    transform: rotate(18deg);
}

.inner-showcase__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
    align-items: center;
    gap: clamp(34px, 6vw, 90px);
}

.inner-showcase__copy h2,
.inner-list-copy h2,
.inner-contact-copy h2 {
    margin: 0;
    color: #071d12;
    font-size: clamp(34px, 4.8vw, 66px);
    line-height: 1.02;
    letter-spacing: 0;
    text-wrap: balance;
}

.inner-showcase__copy p:not(.ds-kicker),
.inner-contact-copy p:not(.ds-kicker) {
    max-width: 680px;
    color: #53675c;
    font-size: 16px;
    line-height: 1.78;
}

.inner-showcase__media {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(7, 73, 31, 0.1);
    border-radius: 30px;
    background: #dcecdf;
    box-shadow: 0 30px 90px rgba(18, 32, 24, 0.14);
}

.inner-showcase__media img {
    width: 100%;
    height: clamp(320px, 34vw, 520px);
    object-fit: cover;
    transition: transform 700ms ease, filter 700ms ease;
}

.inner-showcase__media:hover img {
    transform: scale(1.06);
    filter: saturate(1.08) contrast(1.04);
}

.inner-showcase__media figcaption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: grid;
    gap: 4px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 48px rgba(18, 32, 24, 0.12);
    backdrop-filter: blur(14px);
}

.inner-showcase__media figcaption span {
    color: #0b7c3b;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.inner-showcase__media figcaption strong {
    color: #071d12;
    font-size: 20px;
}

.inner-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.inner-mini-card,
.inner-feature-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(7, 73, 31, 0.09);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 24px 70px rgba(18, 32, 24, 0.1);
    backdrop-filter: blur(14px);
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.inner-mini-card {
    min-height: 230px;
    padding: 24px;
    border-radius: 24px;
}

.inner-mini-card:hover,
.inner-feature-card:hover {
    transform: translateY(-9px);
    border-color: rgba(11, 124, 59, 0.22);
    box-shadow: 0 32px 90px rgba(18, 32, 24, 0.16);
}

.inner-mini-card span,
.inner-feature-card__number {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #f6c453, #0b7c3b);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.inner-mini-card h3,
.inner-feature-card h3 {
    margin: 18px 0 8px;
    color: #071d12;
    font-size: clamp(20px, 1.7vw, 28px);
    line-height: 1.14;
}

.inner-mini-card p,
.inner-feature-card p {
    margin: 0;
    color: #53675c;
    font-size: 14px;
    line-height: 1.7;
}
.inner-feature-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: clamp(78px, 8vw, 124px) 0;
    background: #f8fbf5;
}

.inner-feature-section::before {
    left: -38px;
    top: 74px;
    z-index: -1;
    transform: rotate(-18deg);
}

.inner-feature-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(180deg, rgba(248, 251, 245, 0.94), rgba(238, 247, 239, 0.9)),
        var(--inner-feature-bg, url("../images/generated-homepage-sustainability-field.png")) center / cover fixed;
}

.inner-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 26px);
}

.inner-feature-card {
    display: grid;
    min-height: 285px;
    align-content: end;
    padding: 26px;
    border-radius: 28px;
}

.inner-feature-card::after {
    content: "";
    position: absolute;
    inset: auto 20px 0;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, #f6c453, #0b7c3b);
    transform: scaleX(0.25);
    transform-origin: left;
    transition: transform 260ms ease;
}

.inner-feature-card:hover::after {
    transform: scaleX(1);
}

.inner-feature-section--webgis,
.inner-feature-section--sustainability {
    color: #fff;
    background: #062414;
}

.inner-feature-section--webgis::after,
.inner-feature-section--sustainability::after {
    background:
        linear-gradient(115deg, rgba(3, 35, 20, 0.94), rgba(5, 86, 43, 0.82)),
        var(--inner-feature-bg, url("../images/webgis.png")) center / cover fixed;
}

.inner-feature-section--webgis .inner-section__heading h2,
.inner-feature-section--webgis .inner-section__heading p,
.inner-feature-section--sustainability .inner-section__heading h2,
.inner-feature-section--sustainability .inner-section__heading p,
.inner-feature-section--webgis .inner-feature-card h3,
.inner-feature-section--sustainability .inner-feature-card h3 {
    color: #fff;
}

.inner-feature-section--webgis .inner-feature-card,
.inner-feature-section--sustainability .inner-feature-card {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.inner-feature-section--webgis .inner-feature-card p,
.inner-feature-section--sustainability .inner-feature-card p {
    color: rgba(255, 255, 255, 0.74);
}

.inner-list-section {
    position: relative;
    overflow: hidden;
    padding: clamp(82px, 8vw, 126px) 0;
    color: #fff;
    background:
        linear-gradient(112deg, rgba(3, 35, 20, 0.96), rgba(5, 86, 43, 0.88)),
        var(--inner-list-bg, url("../images/webgis.png")) center / cover fixed;
}

.inner-list-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1.18fr);
    align-items: center;
    gap: clamp(34px, 6vw, 90px);
}

.inner-list-copy h2 {
    color: #fff;
}

.inner-list-copy p {
    max-width: 670px;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.78;
}

.inner-list-panel {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 16px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
}

.inner-list-visual {
    overflow: hidden;
    margin: 0;
    min-height: 100%;
    border-radius: 22px;
}

.inner-list-visual img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.inner-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.inner-list li {
    position: relative;
    min-height: 86px;
    padding: 18px 16px 18px 48px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
}

.inner-list li::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 21px;
    width: 13px;
    height: 13px;
    border-radius: 999px;
    background: #f6c453;
    box-shadow: 0 0 0 7px rgba(246, 196, 83, 0.14);
}

.inner-contact-section {
    position: relative;
    overflow: hidden;
    padding: clamp(82px, 8vw, 126px) 0;
    background:
        radial-gradient(circle at 90% 20%, rgba(149, 193, 31, 0.14), transparent 28%),
        linear-gradient(180deg, #fbfdf9 0%, #eef7ef 100%);
}

.inner-contact-section::before {
    right: -40px;
    bottom: 48px;
    transform: rotate(18deg);
}

.inner-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1.18fr);
    align-items: center;
    gap: clamp(34px, 6vw, 90px);
}

.inner-contact-details {
    display: grid;
    gap: 8px;
    max-width: 500px;
    margin-top: 26px;
    padding: 22px;
    border: 1px solid rgba(7, 73, 31, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 22px 62px rgba(18, 32, 24, 0.1);
}

.inner-contact-details p {
    margin: 0;
}

.inner-contact-details a,
.inner-contact-details span {
    color: #0b7c3b;
    font-weight: 800;
    text-decoration: none;
}

.inner-contact-panel {
    display: grid;
    grid-template-columns: 1fr 0.82fr;
    gap: 16px;
    padding: 16px;
    border: 1px solid rgba(7, 73, 31, 0.09);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 28px 90px rgba(18, 32, 24, 0.12);
    backdrop-filter: blur(14px);
}

.inner-contact-panel .contact-form {
    padding: 8px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.inner-contact-panel .contact-form label {
    color: #53675c;
}

.inner-contact-panel .contact-form input,
.inner-contact-panel .contact-form textarea {
    border-color: rgba(7, 73, 31, 0.12);
    border-radius: 16px;
    background: #fff;
}

.inner-contact-map {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    border: 1px solid rgba(7, 73, 31, 0.1);
    border-radius: 24px;
    background:
        linear-gradient(38deg, transparent 0 44%, rgba(246, 196, 83, 0.36) 45% 48%, transparent 49%),
        linear-gradient(124deg, transparent 0 28%, rgba(34, 197, 94, 0.32) 29% 32%, transparent 33%),
        linear-gradient(90deg, rgba(7, 73, 31, 0.08) 1px, transparent 1px),
        linear-gradient(rgba(7, 73, 31, 0.08) 1px, transparent 1px),
        #edf6ef;
    background-size: auto, auto, 32px 32px, 32px 32px, auto;
}

.inner-contact-map span {
    position: absolute;
    left: 55%;
    top: 42%;
    width: 34px;
    height: 34px;
    border-radius: 999px 999px 999px 0;
    background: #ef4444;
    box-shadow: 0 0 0 10px rgba(239, 68, 68, 0.14);
    transform: rotate(-45deg);
}

.inner-contact-map span::after {
    content: "";
    position: absolute;
    inset: 11px;
    border-radius: 999px;
    background: #fff;
}

@media (max-width: 1180px) {
    .inner-hero,
    .inner-list-section,
    .inner-feature-section::after {
        background-attachment: scroll;
    }

    .inner-hero__grid,
    .inner-showcase__grid,
    .inner-list-grid,
    .inner-contact-grid {
        grid-template-columns: 1fr;
    }

    .inner-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .inner-list-panel,
    .inner-contact-panel {
        grid-template-columns: 1fr;
    }

    .inner-contact-map {
        min-height: 280px;
    }
}

@media (max-width: 760px) {
    .inner-hero {
        min-height: auto;
        padding: 116px 0 58px;
    }

    .inner-hero__visual {
        min-height: 300px;
    }

    .inner-hero__image-card {
        inset: 12px 0 16px;
        border-radius: 24px;
    }

    .inner-signal-card {
        display: none;
    }

    .inner-mini-grid,
    .inner-feature-grid,
    .inner-list,
    .inner-list-panel,
    .inner-contact-panel {
        grid-template-columns: 1fr;
    }

    .inner-mini-card,
    .inner-feature-card,
    .inner-showcase__media,
    .inner-list-panel,
    .inner-contact-panel {
        border-radius: 22px;
    }

    .inner-list-visual img {
        min-height: 240px;
    }
}
/* About goal card icon treatment. */
.inner-showcase--cards .inner-showcase__grid {
    grid-template-columns: minmax(340px, 0.78fr) minmax(580px, 1.22fr);
}

.inner-showcase--cards .inner-mini-grid {
    grid-template-columns: 1fr;
    gap: 18px;
}

.inner-mini-card--with-icon {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    align-items: center;
    gap: 22px;
    min-height: 166px;
    padding: 18px 22px 18px 18px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(244, 250, 246, 0.9)),
        radial-gradient(circle at 0% 0%, rgba(246, 196, 83, 0.18), transparent 42%);
}

.inner-mini-card--with-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(120deg, rgba(11, 124, 59, 0.08), transparent 44%);
    opacity: 0;
    transition: opacity 260ms ease;
    pointer-events: none;
}

.inner-mini-card--with-icon:hover::before {
    opacity: 1;
}

.inner-mini-card__media {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 132px;
    aspect-ratio: 1;
    border: 1px solid rgba(7, 73, 31, 0.08);
    border-radius: 24px;
    background: #f7fbf4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 16px 38px rgba(18, 32, 24, 0.1);
}

.inner-mini-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.08);
    transition: transform 520ms ease;
}

.inner-mini-card--with-icon:hover .inner-mini-card__media img {
    transform: scale(1.15) rotate(1deg);
}

.inner-mini-card__body {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.inner-mini-card__number {
    margin-bottom: 12px;
}

.inner-mini-card--with-icon h3 {
    margin-top: 0;
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.04;
    overflow-wrap: anywhere;
}

.inner-mini-card--with-icon p {
    max-width: 520px;
    font-size: 15px;
    line-height: 1.72;
}

@media (max-width: 1180px) {
    .inner-showcase--cards .inner-showcase__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .inner-mini-card--with-icon {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .inner-mini-card__media {
        width: min(100%, 180px);
    }
}
/* Platform workflow card icons. */
.platform-workflow-card {
    display: grid;
    align-content: start;
    gap: 12px;
    min-height: 235px;
    overflow: hidden;
}

.platform-workflow-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.platform-workflow-card__icon {
    position: relative;
    overflow: hidden;
    flex: 0 0 92px;
    width: 92px;
    margin: 0;
    aspect-ratio: 1;
    border: 1px solid rgba(7, 73, 31, 0.08);
    border-radius: 24px;
    background: #f7fbf4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 16px 34px rgba(18, 32, 24, 0.1);
}

.platform-workflow-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.08);
    transition: transform 520ms ease, filter 520ms ease;
}

.platform-workflow-card:hover .platform-workflow-card__icon img {
    transform: scale(1.16) rotate(1deg);
    filter: saturate(1.08) contrast(1.04);
}

.platform-overview__panel .platform-workflow-card__number {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 15px;
    background: #eaf5ec;
    color: #0b7c3b;
}

.platform-workflow-card h3 {
    margin-top: 2px;
}

@media (max-width: 760px) {
    .platform-workflow-card {
        min-height: auto;
    }

    .platform-workflow-card__icon {
        flex-basis: 82px;
        width: 82px;
        border-radius: 20px;
    }
}

/* Cinematic About page, powered by the scroll-world scrub engine. */
body.page-template-template-farm-journey {
	background: #062817;
}

body.page-template-template-farm-journey .site-main {
	overflow: clip;
}

.about-world {
	position: relative;
	isolation: isolate;
	background: #062817;
}

#digisaka-about-world {
	--sw-bg: #062817;
	--sw-ink: #ffffff;
	--sw-ink-soft: rgba(255, 255, 255, 0.72);
	--sw-accent: #f6c453;
	--sw-font-display: "Poppins", sans-serif;
	--sw-font-body: "Poppins", sans-serif;
}

.about-world .sw-topbar {
	display: none;
}

.about-world .sw-sky {
	background: #062817;
}

.about-world .sw-sky__grad {
	background:
		radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--sw-accent) 20%, transparent), transparent 28%),
		linear-gradient(145deg, #031c10 0%, #07522d 48%, #062817 100%);
}

.about-world .sw-sky__glow {
	opacity: 0.5;
}

.about-world .sw-scrollbar {
	top: 78px;
	height: 4px;
	z-index: 90;
	background: rgba(255, 255, 255, 0.12);
}

.about-world .sw-scrollbar span {
	background: linear-gradient(90deg, #f6c453, #96d35f, #43c991);
}

.about-world .sw-scene::before,
.about-world .sw-scene::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}

.about-world .sw-scene::before {
	background:
		linear-gradient(90deg, rgba(2, 20, 11, 0.88) 0%, rgba(3, 34, 19, 0.68) 28%, rgba(3, 34, 19, 0.18) 54%, transparent 72%),
		linear-gradient(180deg, rgba(2, 20, 11, 0.16), transparent 58%, rgba(2, 20, 11, 0.38));
}

.about-world .sw-scene::after {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 72px 72px;
	-webkit-mask-image: linear-gradient(90deg, transparent 38%, #000 76%);
	mask-image: linear-gradient(90deg, transparent 38%, #000 76%);
	opacity: 0.48;
}

.about-world .sw-scene__still,
.about-world .sw-scene__video {
	filter: saturate(1.04) contrast(1.04);
	object-position: center center;
}

.about-world .sw-copylayer::before {
	width: min(68vw, 980px);
	background: linear-gradient(90deg, #041f12 0%, rgba(4, 31, 18, 0.9) 30%, rgba(4, 31, 18, 0.42) 63%, transparent 100%);
}

.about-world .sw-copy {
	left: clamp(24px, 7vw, 132px);
	width: min(43vw, 650px);
	padding-top: 72px;
}

.about-world .sw-copy__num {
	color: rgba(255, 255, 255, 0.54);
	font-weight: 700;
}

.about-world .sw-copy__eyebrow {
	margin-top: 15px;
	color: var(--sw-accent);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.11em;
}

.about-world .sw-copy__title {
	max-width: 13ch;
	margin-top: 14px;
	color: #fff;
	font-size: clamp(38px, 4.8vw, 76px);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: 0;
	text-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
	text-wrap: balance;
}

.about-world .sw-copy__body {
	max-width: 52ch;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(15px, 1.15vw, 18px);
	line-height: 1.7;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.32);
}

.about-world .sw-copy__tags {
	gap: 9px;
	margin-top: 22px;
}

.about-world .sw-copy__tags li {
	border-color: color-mix(in srgb, var(--sw-accent) 45%, transparent);
	background: color-mix(in srgb, var(--sw-accent) 17%, rgba(4, 31, 18, 0.72));
	color: #fff;
	font-size: 12px;
	backdrop-filter: blur(10px);
}

.about-world .sw-copy__cta {
	margin-top: 30px;
}

.about-world .sw-btn {
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
}

.about-world .sw-btn--primary {
	background: linear-gradient(135deg, #f6c453, #ed9d18);
	color: #082919;
	box-shadow: 0 18px 46px rgba(237, 157, 24, 0.26);
}

.about-world .sw-btn--ghost {
	border-color: rgba(255, 255, 255, 0.4);
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(12px);
}

.about-world .sw-route {
	right: clamp(14px, 2.5vw, 44px);
	z-index: 48;
	gap: 19px;
}

.about-world .sw-route__dot i {
	background: rgba(255, 255, 255, 0.42);
}

.about-world .sw-route__label {
	border-color: rgba(255, 255, 255, 0.15);
	background: rgba(3, 29, 16, 0.78);
	color: #fff;
}

.about-world .sw-hint {
	bottom: 30px;
	color: rgba(255, 255, 255, 0.66);
	font-weight: 700;
}

.about-world .sw-hint i {
	border-color: rgba(255, 255, 255, 0.42);
}

.about-world__noscript {
	min-height: 680px;
	display: grid;
	align-content: center;
	padding-top: 120px;
	padding-bottom: 90px;
	color: #fff;
	background: linear-gradient(90deg, rgba(4, 31, 18, 0.92), transparent), url("../images/generated/about-world-seed-distribution.png") center / cover;
}

.about-world__noscript h1 {
	max-width: 800px;
	font-size: clamp(42px, 6vw, 82px);
	line-height: 1;
}

.about-world__noscript p {
	max-width: 650px;
	line-height: 1.7;
}

.about-principles {
	position: relative;
	z-index: 12;
	overflow: hidden;
	padding: clamp(88px, 9vw, 144px) 0;
	background:
		radial-gradient(circle at 6% 15%, rgba(149, 193, 31, 0.16), transparent 26%),
		linear-gradient(180deg, #f8fcf7 0%, #eef7ef 100%);
}

.about-principles::before,
.about-principles::after {
	content: "";
	position: absolute;
	width: clamp(140px, 17vw, 280px);
	aspect-ratio: 11 / 15;
	background: rgba(7, 73, 31, 0.07);
	-webkit-mask: url("../images/rice-leaf-sprig.svg") center / contain no-repeat;
	mask: url("../images/rice-leaf-sprig.svg") center / contain no-repeat;
	pointer-events: none;
}

.about-principles::before {
	left: -55px;
	top: 60px;
	transform: rotate(-20deg);
}

.about-principles::after {
	right: -48px;
	bottom: 120px;
	transform: rotate(20deg);
}

.about-principles__inner {
	position: relative;
	z-index: 1;
}

.about-principles__heading {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
	align-items: end;
	gap: 24px 70px;
	margin-bottom: 48px;
}

.about-principles__heading .ds-kicker {
	grid-column: 1 / -1;
	margin-bottom: -6px;
}

.about-principles__heading h2 {
	max-width: 900px;
	margin: 0;
	color: #071d12;
	font-size: clamp(38px, 5vw, 72px);
	line-height: 1.02;
	letter-spacing: 0;
	text-wrap: balance;
}

.about-principles__heading > p:last-child {
	margin: 0 0 8px;
	color: #53675c;
	font-size: 17px;
	line-height: 1.75;
}

.about-principles__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.about-principle-card {
	position: relative;
	overflow: hidden;
	min-height: 440px;
	padding: 22px 26px 30px;
	border: 1px solid rgba(7, 73, 31, 0.09);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 28px 80px rgba(18, 32, 24, 0.1);
	transition: transform 320ms ease, box-shadow 320ms ease;
}

.about-principle-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 38px 100px rgba(18, 32, 24, 0.16);
}

.about-principle-card figure {
	overflow: hidden;
	margin: -8px -12px 26px;
	aspect-ratio: 2 / 1;
	border-radius: 22px;
	background: #eff7ec;
}

.about-principle-card figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.04);
	transition: transform 550ms ease;
}

.about-principle-card:hover figure img {
	transform: scale(1.11);
}

.about-principle-card > span {
	color: #0b7c3b;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.about-principle-card h3 {
	margin: 14px 0 10px;
	color: #071d12;
	font-size: clamp(24px, 2.2vw, 34px);
	line-height: 1.08;
}

.about-principle-card p {
	margin: 0;
	color: #53675c;
	font-size: 15px;
	line-height: 1.72;
}

.about-principles__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-top: 28px;
	padding: 30px 34px;
	border-radius: 26px;
	background:
		linear-gradient(110deg, rgba(4, 44, 24, 0.98), rgba(7, 101, 52, 0.93)),
		url("../images/generated/about-world-resilient-future.png") center / cover;
	box-shadow: 0 30px 80px rgba(5, 65, 35, 0.2);
	color: #fff;
}

.about-principles__cta span {
	color: #f6c453;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.about-principles__cta h2 {
	max-width: 800px;
	margin: 8px 0 0;
	color: #fff;
	font-size: clamp(28px, 3.2vw, 48px);
	line-height: 1.08;
}

.about-principles__cta .ds-button {
	flex: 0 0 auto;
	background: linear-gradient(135deg, #f6c453, #ed9d18);
	color: #082919;
}

body.page-template-template-farm-journey .site-footer {
	position: relative;
	z-index: 14;
}

@media (max-width: 980px) {
	.about-world .sw-copy {
		width: min(52vw, 590px);
	}

	.about-principles__heading {
		grid-template-columns: 1fr;
	}

	.about-principles__grid {
		grid-template-columns: 1fr;
	}

	.about-principle-card {
		display: grid;
		grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
		align-content: center;
		column-gap: 28px;
		min-height: 290px;
	}

	.about-principle-card figure {
		grid-row: 1 / span 4;
		margin: 0;
		aspect-ratio: 1.2 / 1;
	}
}

@media (max-width: 860px) {
	.about-world .sw-scrollbar {
		top: 70px;
	}

	.about-world .sw-scene::before {
		background: linear-gradient(0deg, rgba(2, 20, 11, 0.96) 0%, rgba(3, 34, 19, 0.7) 35%, transparent 70%);
	}

	.about-world .sw-scene__still,
	.about-world .sw-scene__video {
		object-position: 66% center;
	}

	.about-world .sw-copylayer::before {
		height: 68%;
		background: linear-gradient(0deg, #041f12 4%, rgba(4, 31, 18, 0.88) 41%, rgba(4, 31, 18, 0.2) 78%, transparent 100%);
	}

	.about-world .sw-copy {
		left: 22px;
		right: 46px;
		bottom: calc(68px + env(safe-area-inset-bottom));
		width: auto;
		padding-top: 0;
	}

	.about-world .sw-copy__title {
		max-width: 12ch;
		font-size: clamp(28px, 7.6vw, 44px);
		overflow-wrap: normal;
	}

	.about-world .sw-copy__body {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		font-size: 14px;
		line-height: 1.55;
	}

	.about-world .sw-copy__tags {
		margin-top: 14px;
	}

	.about-world .sw-copy__tags li {
		padding: 6px 10px;
		font-size: 10px;
	}

	.about-world .sw-route {
		right: 5px;
	}

	.about-world .sw-hint {
		display: none;
	}

	.about-world .sw-copy__cta {
		margin-top: 18px;
	}

	.about-world .sw-btn {
		min-height: 44px;
		padding: 10px 16px;
		font-size: 12px;
	}

	.about-principles__cta {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	.about-principles__heading h2 {
		font-size: clamp(34px, 11vw, 48px);
	}

	.about-principle-card {
		display: block;
		min-height: auto;
		padding: 18px 20px 24px;
		border-radius: 22px;
	}

	.about-principle-card figure {
		margin: -4px -6px 22px;
		aspect-ratio: 1.7 / 1;
		border-radius: 17px;
	}

	.about-principles__cta {
		padding: 24px;
		border-radius: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.about-principle-card,
	.about-principle-card figure img {
		transition: none;
	}
}

/* Compact mobile navigation used by the cinematic and inner pages. */
@media (max-width: 860px) {
	.ds-main-nav__row {
		position: relative;
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.ds-main-nav__links {
		position: fixed;
		top: 70px;
		left: 14px;
		right: 14px;
		z-index: 120;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 5px;
		max-height: calc(100dvh - 90px);
		overflow-y: auto;
		padding: 12px;
		border: 1px solid rgba(7, 73, 31, 0.12);
		border-radius: 20px;
		background: rgba(255, 255, 255, 0.96);
		box-shadow: 0 26px 80px rgba(8, 41, 24, 0.2);
		backdrop-filter: blur(18px);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-12px) scale(0.98);
		transition: opacity 180ms ease, transform 180ms ease;
	}

	body.nav-open .ds-main-nav__links {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0) scale(1);
	}

	.ds-main-nav__links a {
		justify-content: flex-start;
		padding: 11px 12px;
		border-radius: 12px;
		background: #f6faf5;
	}

	.ds-main-nav__app {
		display: none;
	}

	.ds-main-nav__toggle {
		display: grid;
		width: 44px;
		height: 44px;
		place-content: center;
		gap: 4px;
		padding: 0;
		border: 1px solid rgba(7, 73, 31, 0.14);
		border-radius: 14px;
		background: #0b6f39;
		box-shadow: 0 12px 28px rgba(7, 88, 43, 0.2);
		cursor: pointer;
	}

	.ds-main-nav__toggle > span:not(.screen-reader-text) {
		display: block;
		width: 20px;
		height: 2px;
		border-radius: 999px;
		background: #fff;
		transition: transform 180ms ease, opacity 180ms ease;
	}

	body.nav-open .ds-main-nav__toggle > span:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	body.nav-open .ds-main-nav__toggle > span:nth-child(2) {
		opacity: 0;
	}

	body.nav-open .ds-main-nav__toggle > span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}
}

/* Header logo: the source PNG includes the complete wordmark and a tall transparent canvas. */
.ds-main-nav__brand-inner {
	justify-content: center;
	gap: 0;
	box-sizing: border-box;
	width: 188px;
	height: 58px;
	overflow: hidden;
	padding: 6px 10px;
}

.ds-main-nav__brand-inner img {
	max-width: none;
	width: 230px;
	height: 44px;
	object-fit: cover;
	object-position: center 38%;
	flex-shrink: 0;
}

@media (max-width: 1180px) {
	.ds-main-nav__brand-inner {
		width: 168px;
		height: 50px;
		padding: 5px 9px;
	}

	.ds-main-nav__brand-inner img {
		width: 205px;
		height: 40px;
	}
}

@media (max-width: 640px) {
	.ds-main-nav__brand-inner {
		width: 150px;
		height: 44px;
		padding: 4px 8px;
	}

	.ds-main-nav__brand-inner img {
		width: 185px;
		height: 36px;
	}
}

/* Borderless brand presentation in the header and footer. */
.ds-main-nav__brand-inner,
.ds-main-nav__brand:hover .ds-main-nav__brand-inner {
	border: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

.site-footer--digisaka .site-footer__logo-link {
	justify-content: center;
	box-sizing: border-box;
	width: 188px;
	height: 58px;
	overflow: hidden;
	gap: 0;
	padding: 6px 10px;
	border: 0;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: none;
}

.site-footer--digisaka .site-footer__logo-link:hover {
	box-shadow: none;
}

.site-footer--digisaka .site-footer__logo,
body.home .site-footer--digisaka .site-footer__logo {
	max-width: none;
	width: 230px;
	height: 44px;
	margin: 0;
	object-fit: cover;
	object-position: center 38%;
	flex-shrink: 0;
}

.site-footer__store-btn,
.site-footer__store-btn:hover {
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

@media (max-width: 640px) {
	.site-footer--digisaka .site-footer__logo-link {
		width: 168px;
		height: 50px;
		padding: 5px 9px;
	}

	.site-footer--digisaka .site-footer__logo,
	body.home .site-footer--digisaka .site-footer__logo {
		width: 205px;
		height: 40px;
	}
}
