/* 木造特化 pillar landing */

.service-page-wood-bim-landing .section:nth-of-type(even) { background: transparent; }

.service-page-wood-bim-landing .hh-wood-banner {
	position: relative;
	overflow: hidden;
	padding-bottom: 52px;
	background-color: #0b2a5b;
	background-image:
		linear-gradient(
			90deg,
			rgba(11, 42, 91, 0.92) 0%,
			rgba(11, 42, 91, 0.78) 35%,
			rgba(11, 42, 91, 0.45) 55%,
			rgba(11, 42, 91, 0.15) 75%,
			rgba(11, 42, 91, 0) 100%
		),
		var(--hh-banner-image);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	min-height: 320px;
}

.service-page-wood-bim-landing .hh-wood-banner-lead {
	color: rgba(255, 255, 255, 0.94);
	font-size: clamp(15px, 1.8vw, 18px);
	line-height: 1.75;
	max-width: 72ch;
	margin: 16px 0 20px;
}

.service-page-wood-bim-landing .hh-wood-body {
	padding: 40px 0 0;
	background: #fff;
}

.service-page-wood-bim-landing .hh-wood-content {
	max-width: 1100px;
	margin-inline: auto;
}

.service-page-wood-bim-landing .hh-wood-section-title {
	margin: 0 0 24px;
	font-size: clamp(22px, 2.4vw, 28px);
	font-weight: 900;
	color: var(--hh-text);
	text-align: center;
	letter-spacing: -0.02em;
}

.service-page-wood-bim-landing .hh-wood-section-title--left {
	text-align: left;
}

.service-page-wood-bim-landing .hh-wood-strengths,
.service-page-wood-bim-landing .hh-wood-why,
.service-page-wood-bim-landing .hh-wood-merits,
.service-page-wood-bim-landing .hh-wood-phases,
.service-page-wood-bim-landing .hh-wood-faq,
.service-page-wood-bim-landing .hh-wood-offerings {
	margin-top: 48px;
}

.service-page-wood-bim-landing .hh-wood-strengths-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.service-page-wood-bim-landing .hh-wood-strength-card {
	padding: 24px 18px;
	text-align: center;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.1);
	box-shadow: 0 10px 24px rgba(2, 6, 23, 0.05);
}

.service-page-wood-bim-landing .hh-wood-strength-icon {
	display: block;
	width: 88px;
	height: 88px;
	margin: 0 auto 14px;
	object-fit: contain;
}

.service-page-wood-bim-landing .hh-wood-strength-title {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.45;
	color: #0b2a5b;
}

.service-page-wood-bim-landing .hh-wood-strength-title a {
	color: #0b7fb2;
	text-decoration: none;
}

.service-page-wood-bim-landing .hh-wood-strength-title a:hover {
	color: #096a94;
}

.service-page-wood-bim-landing .hh-wood-strength-desc {
	margin: 0;
	font-size: 13px;
	line-height: 1.65;
	color: rgba(15, 23, 42, 0.72);
}

.service-page-wood-bim-landing .hh-wood-why-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 32px;
	align-items: center;
}

.service-page-wood-bim-landing .hh-wood-why-quote {
	margin: 0 0 22px;
	padding: 0 0 0 16px;
	border-left: 4px solid #f59e0b;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.75;
	color: rgba(15, 23, 42, 0.82);
}

.service-page-wood-bim-landing .hh-wood-why-visual img {
	display: block;
	width: 100%;
	height: auto;
}

.service-page-wood-bim-landing .hh-wood-merits-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.service-page-wood-bim-landing .hh-wood-merit-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.1);
	box-shadow: 0 8px 20px rgba(2, 6, 23, 0.05);
}

.service-page-wood-bim-landing .hh-wood-merit-title {
	margin: 0;
	padding: 14px 18px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.45;
	color: #fff;
	background: #0b2a5b;
}

.service-page-wood-bim-landing .hh-wood-merit-desc {
	margin: 0;
	padding: 18px 20px 20px;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(15, 23, 42, 0.78);
	background: #f8fafc;
}

.service-page-wood-bim-landing .hh-wood-phases {
	padding: 40px 20px 44px;
	background: #fff;
	text-align: center;
}

.service-page-wood-bim-landing .hh-wood-phases-title {
	margin: 0 0 28px;
	font-size: clamp(22px, 2.4vw, 28px);
	font-weight: 900;
	line-height: 1.4;
	color: #0b2a5b;
	letter-spacing: -0.02em;
}

.service-page-wood-bim-landing .hh-wood-phases-title strong {
	color: #0b2a5b;
}

.service-page-wood-bim-landing .hh-wood-phases-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px 8px;
	max-width: 920px;
	margin-inline: auto;
}

.service-page-wood-bim-landing .hh-wood-phase-tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.service-page-wood-bim-landing .hh-wood-phase-icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	background: transparent;
}

.service-page-wood-bim-landing .hh-wood-phase-icon {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 50%;
}

.service-page-wood-bim-landing .hh-wood-phase-label {
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
	color: #0b2a5b;
}

.service-page-wood-bim-landing .hh-wood-phases-cta {
	margin-top: 28px;
	margin-bottom: 0;
}

.service-page-wood-bim-landing .hh-wood-faq-list {
	display: grid;
	gap: 10px;
	max-width: 900px;
	margin-inline: auto;
}

.service-page-wood-bim-landing .hh-wood-faq-item {
	border: 1px solid rgba(15, 23, 42, 0.1);
	background: #fff;
}

.service-page-wood-bim-landing .hh-wood-faq-item summary {
	padding: 16px 18px;
	font-size: 14px;
	font-weight: 800;
	color: #0b2a5b;
	cursor: pointer;
	list-style: none;
}

.service-page-wood-bim-landing .hh-wood-faq-item summary::-webkit-details-marker {
	display: none;
}

.service-page-wood-bim-landing .hh-wood-faq-item p {
	margin: 0;
	padding: 0 18px 16px;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(15, 23, 42, 0.72);
}

.service-page-wood-bim-landing .hh-wood-offerings-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.service-page-wood-bim-landing .hh-wood-offering-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.1);
	box-shadow: 0 10px 24px rgba(2, 6, 23, 0.05);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.service-page-wood-bim-landing .hh-wood-offering-card:hover {
	border-color: rgba(11, 127, 178, 0.35);
	box-shadow: 0 14px 28px rgba(11, 127, 178, 0.1);
	transform: translateY(-2px);
}

.service-page-wood-bim-landing .hh-wood-offering-media {
	display: block;
	line-height: 0;
	background: #f1f5f9;
	text-decoration: none;
}

.service-page-wood-bim-landing .hh-wood-offering-img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: contain;
	padding: 16px;
	background: #f8fafc;
}

.service-page-wood-bim-landing .hh-wood-offering-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 20px 24px;
	text-align: left;
}

.service-page-wood-bim-landing .hh-wood-offering-title {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.45;
}

.service-page-wood-bim-landing .hh-wood-offering-title a {
	color: #0b7fb2;
	text-decoration: none;
}

.service-page-wood-bim-landing .hh-wood-offering-title a:hover {
	color: #096a94;
}

.service-page-wood-bim-landing .hh-wood-offering-desc {
	flex: 1;
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(15, 23, 42, 0.72);
}

.service-page-wood-bim-landing .hh-wood-offering-link {
	font-size: 13px;
	font-weight: 800;
	color: #0b7fb2;
	text-decoration: none;
}

.service-page-wood-bim-landing .hh-wood-offering-link:hover {
	text-decoration: underline;
}

.service-page-wood-bim-landing .hh-seamless-wood {
	margin-top: 0;
	padding: 52px 24px;
	background:
		radial-gradient(circle at 18% 30%, rgba(255, 255, 255, 0.1), transparent 35%),
		linear-gradient(180deg, #0b2a5b, #0a2347);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.service-page-wood-bim-landing .hh-seamless-wood .hh-seamless-inner {
	max-width: 820px;
	margin-inline: auto;
	text-align: center;
}

.service-page-wood-bim-landing .hh-seamless-wood .hh-seamless-title,
.service-page-wood-bim-landing .hh-seamless-wood .hh-seamless-copy {
	color: #fff;
}

.service-page-wood-bim-landing .hh-seamless-wood .hh-seamless-copy {
	margin: 0 auto 24px;
	max-width: 52ch;
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.92);
}

.service-page-wood-bim-landing .hh-seamless-wood .hh-seamless-cta-row {
	display: flex;
	justify-content: center;
	margin: 0;
}

@media (max-width: 1024px) {
	.service-page-wood-bim-landing .hh-wood-strengths-grid,
	.service-page-wood-bim-landing .hh-wood-offerings-grid {
		grid-template-columns: 1fr;
		max-width: 520px;
		margin-inline: auto;
	}

	.service-page-wood-bim-landing .hh-wood-why-grid {
		grid-template-columns: 1fr;
	}

	.service-page-wood-bim-landing .hh-wood-phases-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		max-width: 480px;
	}

	.service-page-wood-bim-landing .hh-wood-merits-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.service-page-wood-bim-landing .hh-wood-strengths-grid {
		grid-template-columns: 1fr;
	}

	.service-page-wood-bim-landing .hh-wood-phases-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px 10px;
		max-width: 280px;
	}

	.service-page-wood-bim-landing .hh-wood-phase-icon-wrap {
		width: 88px;
		height: 88px;
	}

	.service-page-wood-bim-landing .hh-seamless-wood {
		padding: 40px 18px;
	}
}
