.land-use-page {
	--lu-green: #173f36;
	--lu-green-2: #285d4d;
	--lu-navy: #18324a;
	--lu-gold: #b58a3a;
	--lu-line: rgba(23, 63, 54, 0.16);
	--lu-muted: #647069;
	background:
		linear-gradient(90deg, rgba(23, 63, 54, 0.035) 1px, transparent 1px),
		linear-gradient(180deg, rgba(23, 63, 54, 0.03) 1px, transparent 1px),
		linear-gradient(180deg, #f3f1e9 0, #fbfaf6 520px, #fff 100%);
	background-size: 80px 80px, 80px 80px, auto;
	color: #13231e;
	padding-bottom: clamp(42px, 7vw, 90px);
}

.land-use-page + .site-footer,
.land-use-page ~ .site-footer {
	margin-top: 0;
}

.lu-section,
.lu-feature,
.lu-cta {
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
}

.lu-kicker {
	margin: 0 0 10px;
	color: var(--lu-gold);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lu-section {
	padding: clamp(44px, 7vw, 86px) 0;
	border-bottom: 1px solid var(--lu-line);
}

.lu-section__head {
	display: grid;
	gap: 10px;
	max-width: 820px;
	margin-bottom: clamp(22px, 4vw, 38px);
}

.lu-section__head h2,
.lu-cta h2 {
	margin: 0;
	color: var(--lu-green);
	font-size: clamp(1.75rem, 3.7vw, 3rem);
	line-height: 1.18;
}

.lu-section__head p:not(.lu-kicker) {
	margin: 0;
	color: var(--lu-muted);
	line-height: 1.9;
}

.lu-option-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(18px, 3vw, 28px);
}

.lu-option-card {
	position: relative;
	display: grid;
	align-content: start;
	overflow: hidden;
	padding: clamp(14px, 2vw, 20px);
	border: 1px solid rgba(23, 63, 54, 0.18);
	border-radius: 22px;
	background:
		linear-gradient(90deg, rgba(23, 63, 54, 0.035) 1px, transparent 1px),
		linear-gradient(180deg, rgba(23, 63, 54, 0.03) 1px, transparent 1px),
		#fff;
	background-size: 34px 34px, 34px 34px, auto;
	box-shadow: 0 16px 42px rgba(23, 63, 54, 0.08);
}

.lu-option-card > * {
	position: relative;
	z-index: 1;
}

.lu-option-card.has-image {
	min-height: clamp(180px, 18vw, 250px);
	border-color: rgba(255, 255, 255, 0.2);
	background: var(--lu-option-image) center / cover no-repeat;
	box-shadow: 0 20px 48px rgba(23, 63, 54, 0.18);
}

.lu-option-card.has-image::before {
	display: none;
	content: none;
}

.lu-option-card > span {
	color: var(--lu-gold);
	font-size: 0.9rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.lu-option-card h3 {
	justify-self: start;
	margin: 0;
	color: var(--lu-green);
	font-size: clamp(1.5rem, 2.6vw, 2.05rem);
	line-height: 1.16;
	text-align: left;
	text-orientation: initial;
	writing-mode: horizontal-tb;
}

.lu-option-card.has-image h3 {
	color: #142822;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "YuMincho", "Noto Serif JP", serif;
	font-size: clamp(1.55rem, 2.6vw, 2.12rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	text-shadow:
		0 1px 0 rgba(255, 255, 255, 0.72),
		0 10px 28px rgba(255, 255, 255, 0.5);
}

.lu-option-card p {
	margin: 0;
	color: #3c4b45;
	line-height: 1.9;
}

.lu-option-card.has-image p {
	max-width: 620px;
	color: rgba(255, 255, 255, 0.88);
	text-shadow: 0 4px 16px rgba(0, 0, 0, 0.34);
}

.lu-option-notes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(18px, 3vw, 28px);
	margin-top: clamp(14px, 2.4vw, 22px);
}

.lu-option-notes article {
	padding: clamp(18px, 2.6vw, 26px);
	border: 1px solid rgba(23, 63, 54, 0.14);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 12px 28px rgba(23, 63, 54, 0.06);
}

.lu-option-notes h3 {
	margin: 0 0 10px;
	color: var(--lu-green);
	font-size: 1.12rem;
	line-height: 1.45;
}

.lu-option-notes p {
	margin: 0;
	color: #3c4b45;
	line-height: 1.85;
}

.lu-option-table {
	overflow: hidden;
	margin-top: clamp(14px, 2.4vw, 22px);
	border: 1px solid rgba(23, 63, 54, 0.16);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 12px 28px rgba(23, 63, 54, 0.06);
}

.lu-option-table__row {
	display: grid;
	grid-template-columns: minmax(120px, 0.56fr) repeat(2, minmax(0, 1fr));
	border-bottom: 1px solid rgba(23, 63, 54, 0.12);
}

.lu-option-table__row:last-child {
	border-bottom: 0;
}

.lu-option-table__row > div {
	padding: 15px 18px;
	color: #334640;
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.65;
}

.lu-option-table__row > div + div {
	border-left: 1px solid rgba(23, 63, 54, 0.1);
}

.lu-option-table__head > div {
	background: #edf3ee;
	color: var(--lu-green);
	font-size: 0.9rem;
	font-weight: 900;
	letter-spacing: 0.04em;
}

.lu-option-table__row > div:first-child {
	background: #f5f2e8;
	color: #6d5b39;
	font-weight: 900;
}

.lu-option-card ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 2px 0 0;
	padding: 0;
	list-style: none;
}

.lu-option-card li {
	padding: 7px 10px;
	border: 1px solid rgba(23, 63, 54, 0.14);
	background: #f5f2e8;
	color: var(--lu-green);
	font-size: 0.84rem;
	font-weight: 900;
}

.lu-check-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(14px, 2.2vw, 22px);
}

.lu-check-card {
	--lu-check-icon: url("../../icons/map-check.svg");
	--lu-check-color: #3a7ca5;
	display: grid;
	align-content: start;
	min-height: 190px;
	padding: clamp(20px, 2.7vw, 28px);
	border: 1px solid rgba(23, 63, 54, 0.14);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(58, 124, 165, 0.08), rgba(255, 255, 255, 0) 48%),
		#fff;
	box-shadow: 0 14px 34px rgba(23, 63, 54, 0.07);
}

.lu-check-card span {
	display: none;
}

.lu-ledger span {
	color: var(--lu-gold);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.lu-check-card h3 {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin: 0 0 10px;
	color: var(--lu-green);
	font-size: 1.08rem;
	line-height: 1.4;
}

.lu-check-card h3::before {
	display: inline-block;
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	margin-top: 1px;
	background: var(--lu-check-color);
	content: "";
	mask: var(--lu-check-icon) center / contain no-repeat;
	-webkit-mask: var(--lu-check-icon) center / contain no-repeat;
}

.lu-check-card:nth-child(2) {
	--lu-check-icon: url("../../icons/plug-connected.svg");
	--lu-check-color: #497b60;
}

.lu-check-card:nth-child(3) {
	--lu-check-icon: url("../../icons/stairs-up.svg");
	--lu-check-color: #a37a34;
}

.lu-check-card:nth-child(4) {
	--lu-check-icon: url("../../icons/custom-home-layout-board-split.svg");
	--lu-check-color: #5d7b55;
}

.lu-check-card:nth-child(5) {
	--lu-check-icon: url("../../icons/scale.svg");
	--lu-check-color: #6b638f;
}

.lu-check-card:nth-child(6) {
	--lu-check-icon: url("../../icons/alert-triangle.svg");
	--lu-check-color: #a36b42;
}

.lu-check-card p {
	margin: 0;
	color: var(--lu-muted);
	font-size: 0.94rem;
	line-height: 1.85;
}

.lu-feature {
	display: grid;
	grid-template-columns: minmax(240px, 0.86fr) minmax(0, 1.14fr);
	gap: clamp(24px, 4vw, 54px);
	align-items: start;
	margin-block: clamp(34px, 6vw, 70px);
	padding: clamp(28px, 4.5vw, 48px);
	border: 1px solid rgba(181, 138, 58, 0.28);
	background:
		linear-gradient(135deg, rgba(181, 138, 58, 0.14), transparent 46%),
		linear-gradient(180deg, #1e5045, #173f36);
	color: #fff;
	box-shadow: 0 22px 54px rgba(23, 63, 54, 0.16);
}

.lu-feature .lu-kicker {
	color: #d8b76f;
}

.lu-feature__head {
	position: sticky;
	top: 96px;
	display: grid;
	gap: 16px;
}

.lu-feature h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.85rem, 3.6vw, 3rem);
	line-height: 1.14;
}

.lu-feature__head p:not(.lu-kicker) {
	max-width: 520px;
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	line-height: 1.95;
}

.lu-feature__cards {
	display: grid;
	gap: 12px;
}

.lu-feature__cards article {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 8px 18px;
	align-items: start;
	padding: clamp(18px, 2.5vw, 24px);
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.07);
}

.lu-feature__cards span {
	grid-row: span 2;
	color: #d8b76f;
	font-size: 0.86rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.lu-feature__cards h3,
.lu-feature__cards p {
	margin: 0;
}

.lu-feature__cards h3 {
	color: #fff;
	font-size: 1.04rem;
	line-height: 1.5;
}

.lu-feature__cards p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.93rem;
	line-height: 1.85;
}

.lu-ledger {
	display: grid;
	border-top: 1px solid var(--lu-line);
}

.lu-ledger div {
	display: grid;
	grid-template-columns: 70px minmax(120px, 0.26fr) minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	padding: 20px 0;
	border-bottom: 1px solid var(--lu-line);
}

.lu-ledger h3,
.lu-ledger p {
	margin: 0;
}

.lu-ledger h3 {
	color: var(--lu-green);
	font-size: 1.08rem;
	line-height: 1.5;
}

.lu-ledger p {
	color: var(--lu-muted);
	line-height: 1.85;
}

.lu-flow {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	padding: 0;
	border: 1px solid var(--lu-line);
	background: var(--lu-line);
	list-style: none;
}

.lu-flow li {
	display: grid;
	grid-template-columns: 38px auto minmax(0, 1fr);
	align-content: start;
	gap: 10px 4px;
	min-height: 150px;
	padding: 18px 14px;
	background: rgba(255, 255, 255, 0.92);
}

.lu-flow__icon {
	display: grid;
	grid-row: 1;
	grid-column: 1;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(23, 63, 54, 0.16);
	border-radius: 12px;
	background: #f5f2e8;
	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.7);
}

.lu-flow li:nth-child(1) .lu-flow__icon {
	border-color: rgba(58, 124, 165, 0.2);
	background: #eaf3f8;
}

.lu-flow li:nth-child(2) .lu-flow__icon {
	border-color: rgba(39, 122, 94, 0.2);
	background: #e8f3ed;
}

.lu-flow li:nth-child(3) .lu-flow__icon {
	border-color: rgba(181, 138, 58, 0.24);
	background: #f6efe1;
}

.lu-flow li:nth-child(4) .lu-flow__icon {
	border-color: rgba(112, 96, 162, 0.2);
	background: #eeeaf6;
}

.lu-flow li:nth-child(5) .lu-flow__icon {
	border-color: rgba(37, 99, 118, 0.2);
	background: #e8f1f3;
}

.lu-flow li:nth-child(6) .lu-flow__icon {
	border-color: rgba(160, 116, 59, 0.22);
	background: #f4eddf;
}

.lu-flow li:nth-child(7) .lu-flow__icon {
	border-color: rgba(89, 104, 113, 0.22);
	background: #edf0f0;
}

.lu-flow li:nth-child(8) .lu-flow__icon {
	border-color: rgba(43, 118, 85, 0.22);
	background: #e9f3ed;
}

.lu-flow__icon img {
	display: block;
	width: 21px;
	height: 21px;
	object-fit: contain;
	opacity: 0.82;
}

.lu-flow__number {
	grid-row: 1;
	grid-column: 2;
	align-self: center;
	color: var(--lu-green);
	font-size: 0.95rem;
	font-weight: 900;
	line-height: 1;
}

.lu-flow li:nth-child(1) .lu-flow__icon img {
	filter: invert(37%) sepia(23%) saturate(899%) hue-rotate(164deg) brightness(88%) contrast(88%);
}

.lu-flow li:nth-child(2) .lu-flow__icon img,
.lu-flow li:nth-child(8) .lu-flow__icon img {
	filter: invert(32%) sepia(25%) saturate(925%) hue-rotate(103deg) brightness(90%) contrast(88%);
}

.lu-flow li:nth-child(3) .lu-flow__icon img,
.lu-flow li:nth-child(6) .lu-flow__icon img {
	filter: invert(52%) sepia(31%) saturate(744%) hue-rotate(3deg) brightness(91%) contrast(86%);
}

.lu-flow li:nth-child(4) .lu-flow__icon img {
	filter: invert(42%) sepia(16%) saturate(980%) hue-rotate(218deg) brightness(91%) contrast(87%);
}

.lu-flow li:nth-child(5) .lu-flow__icon img {
	filter: invert(33%) sepia(25%) saturate(777%) hue-rotate(151deg) brightness(90%) contrast(88%);
}

.lu-flow li:nth-child(7) .lu-flow__icon img {
	filter: invert(36%) sepia(12%) saturate(453%) hue-rotate(159deg) brightness(89%) contrast(84%);
}

.lu-flow strong {
	grid-row: 1;
	grid-column: 3;
	align-self: center;
	color: var(--lu-green);
	font-size: 0.95rem;
	line-height: 1.55;
	margin-left: -1px;
}

.lu-flow p {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--lu-muted);
	font-size: 0.86rem;
	line-height: 1.7;
}

.lu-section--works .section__head > div {
	width: 100%;
}

.lu-consult-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(14px, 2.4vw, 22px);
}

.lu-consult-grid article {
	display: grid;
	gap: 12px;
	min-height: 150px;
	padding: clamp(18px, 2.8vw, 26px);
	border: 1px solid rgba(23, 63, 54, 0.16);
	background:
		linear-gradient(135deg, rgba(181, 138, 58, 0.1), transparent 48%),
		#fff;
	color: var(--lu-green);
	font-weight: 900;
	line-height: 1.7;
	box-shadow: 0 14px 34px rgba(23, 63, 54, 0.07);
}

.lu-consult-grid span {
	color: var(--lu-gold);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.lu-consult-grid h3,
.lu-consult-grid p {
	margin: 0;
}

.lu-consult-grid h3 {
	color: var(--lu-green);
	font-size: 1.05rem;
	line-height: 1.5;
}

.lu-consult-grid p {
	color: var(--lu-muted);
	font-size: 0.92rem;
	line-height: 1.8;
}

.lu-empty {
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid var(--lu-line);
	background: #fff;
}

.lu-empty h3,
.lu-empty p {
	margin: 0;
}

.lu-empty p {
	margin-top: 10px;
	color: var(--lu-muted);
	line-height: 1.85;
}

.lu-cta {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	margin-block: clamp(34px, 6vw, 72px);
	padding: clamp(28px, 5vw, 48px);
	border: 1px solid rgba(23, 63, 54, 0.22);
	background:
		linear-gradient(135deg, rgba(181, 138, 58, 0.15), transparent 42%),
		#f5f2e8;
	box-shadow: 0 20px 52px rgba(23, 63, 54, 0.1);
}

.lu-cta p:not(.lu-kicker) {
	max-width: 820px;
	margin: 16px 0 0;
	color: #4b5a54;
	line-height: 1.9;
}

.lu-cta .button {
	flex: 0 0 auto;
	background: var(--lu-green);
}

@media (max-width: 760px) {
	.lu-option-grid,
	.lu-check-grid,
	.lu-flow {
		grid-template-columns: 1fr;
	}

	.lu-option-card.has-image {
		min-height: 190px;
		padding: 12px;
	}

	.lu-option-card.has-image h3 {
		font-size: 1.46rem;
	}

	.lu-check-grid {
		gap: 14px;
	}

	.lu-check-card {
		min-height: 168px;
		padding: 20px;
	}

	.lu-feature {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-block: 28px;
		padding: 24px 18px;
	}

	.lu-feature__head {
		position: static;
		gap: 12px;
	}

	.lu-feature h2 {
		font-size: clamp(1.7rem, 8vw, 2.35rem);
	}

	.lu-feature__cards article {
		grid-template-columns: 36px minmax(0, 1fr);
		gap: 6px 12px;
		padding: 16px;
	}

	.lu-flow {
		gap: 12px;
		border: 0;
		background: transparent;
	}

	.lu-flow li {
		grid-template-columns: 44px minmax(0, 1fr);
		grid-template-rows: auto 1fr;
		align-items: start;
		min-height: 156px;
		padding: 16px;
		border: 1px solid rgba(23, 63, 54, 0.14);
		border-radius: 16px;
		box-shadow: 0 10px 24px rgba(23, 63, 54, 0.05);
	}

	.lu-flow__icon {
		grid-row: 1 / 3;
		grid-column: 1;
		align-self: start;
		width: 42px;
		height: 42px;
	}

	.lu-flow__number {
		display: none;
	}

	.lu-flow strong {
		grid-row: 1;
		grid-column: 2;
		display: flex;
		align-items: center;
		min-height: 42px;
		margin-left: 0;
	}

	.lu-flow p {
		grid-column: 2;
	}

	.lu-cta {
		display: grid;
		gap: 18px;
		margin-block: 30px;
		padding: 22px 18px;
	}

	.lu-cta .button {
		width: 100%;
	}

	.lu-option-table {
		display: grid;
		gap: 12px;
		overflow: visible;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.lu-option-table__head {
		display: none;
	}

	.lu-option-table__row {
		overflow: hidden;
		grid-template-columns: 1fr;
		border: 1px solid rgba(23, 63, 54, 0.14);
		border-radius: 14px;
		background: rgba(255, 255, 255, 0.92);
		box-shadow: 0 8px 20px rgba(23, 63, 54, 0.05);
	}

	.lu-option-table__row > div {
		padding: 11px 14px;
		font-size: 0.9rem;
		line-height: 1.55;
	}

	.lu-option-table__row > div + div {
		border-top: 1px solid rgba(23, 63, 54, 0.1);
		border-left: 0;
	}

	.lu-option-table__row > div:first-child {
		background: #edf3ee;
		color: var(--lu-green);
	}

	.lu-option-table__row > div[role="cell"] {
		display: grid;
		grid-template-columns: minmax(72px, 0.36fr) minmax(0, 1fr);
		gap: 10px;
		align-items: start;
		background: #fff;
	}

	.lu-option-table__row > div[role="cell"]::before {
		color: #806b43;
		font-size: 0.78rem;
		font-weight: 900;
		letter-spacing: 0.04em;
		content: attr(data-label);
	}
}
