/* Architectural BIM Services — HiTech-like (/bimサービス/) */

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

/* Banner with quote + BIM hero image */
.service-page-arch-bim-landing .hh-arch-banner {
	position: relative;
	overflow: hidden;
	padding-bottom: 52px;
	background-color: #0b2a5b;
	background-image:
		linear-gradient(
			90deg,
			rgba(11, 42, 91, 0.98) 0%,
			rgba(11, 42, 91, 0.94) 28%,
			rgba(11, 42, 91, 0.78) 42%,
			rgba(11, 42, 91, 0.45) 58%,
			rgba(11, 42, 91, 0.12) 72%,
			rgba(11, 42, 91, 0) 88%
		),
		var(--hh-banner-image);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	min-height: 300px;
}

.service-page-arch-bim-landing .hh-arch-banner .container {
	position: relative;
	z-index: 1;
}

.service-page-arch-bim-landing .hh-banner-quote {
	margin: 18px 0 12px;
	padding: 0 0 0 18px;
	border-left: 4px solid var(--hh-accent);
	color: rgba(255, 255, 255, 0.96);
	font-size: clamp(17px, 2vw, 20px);
	font-weight: 600;
	line-height: 1.55;
	max-width: 72ch;
}

.service-page-arch-bim-landing .hh-banner-lead {
	color: rgba(255, 255, 255, 0.9);
	font-size: 17px;
	max-width: 65ch;
	margin-bottom: 18px;
}

.service-page-arch-bim-landing .hh-banner-cta { margin: 0; }

.service-page-arch-bim-landing .hh-banner-cta .hh-btn-accent {
	background: #f39200;
	border: 2px solid #f39200;
	color: #fff;
	font-weight: 900;
	padding: 13px 22px;
}

.service-page-arch-bim-landing .hh-banner-cta .hh-btn-accent:hover {
	background: #e58500;
	border-color: #e58500;
	color: #fff;
	filter: none;
}

/* Body layout */
.service-page-arch-bim-landing .hh-arch-body {
	padding: 36px 0 56px;
	background: #fff;
}

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

.service-page-arch-bim-landing .hh-section-heading,
.service-page-arch-bim-landing .industry-copy h2 {
	margin-top: 40px;
	margin-bottom: 16px;
	font-size: clamp(22px, 2.2vw, 28px);
	font-weight: 900;
	letter-spacing: -0.02em;
	color: var(--hh-text);
}

.service-page-arch-bim-landing .hh-section-heading:first-child,
.service-page-arch-bim-landing .industry-copy h2:first-child { margin-top: 0; }

.service-page-arch-bim-landing .industry-copy h2 strong,
.service-page-arch-bim-landing .hh-section-heading strong {
	color: #0b7fb2;
	font-weight: 900;
}

/* Intro — centered copy like HiTech reference */
.service-page-arch-bim-landing .hh-intro-centered {
	max-width: 920px;
	margin: 0 auto 12px;
	text-align: center;
}

.service-page-arch-bim-landing .hh-intro-title {
	margin: 0 0 22px;
	font-size: clamp(24px, 3vw, 32px);
	line-height: 1.35;
	font-weight: 800;
	color: var(--hh-text);
}

.service-page-arch-bim-landing .hh-intro-title strong {
	color: #0b7fb2;
	font-weight: 900;
}

.service-page-arch-bim-landing .hh-intro-copy {
	display: grid;
	gap: 16px;
}

.service-page-arch-bim-landing .hh-intro-copy p {
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	color: rgba(15, 23, 42, 0.82);
}

.service-page-arch-bim-landing .hh-intro-copy strong {
	color: #0b7fb2;
	font-weight: 800;
}

/* Software band */
.service-page-arch-bim-landing .hh-software-band {
	margin: 40px 0 12px;
	padding: 32px 24px 28px;
	background: #f6f7fb;
	border: 1px solid var(--hh-border);
}

.service-page-arch-bim-landing .hh-software-band--grid {
	border-left: 0;
}

.service-page-arch-bim-landing .hh-software-title {
	margin: 0 0 24px;
	font-size: clamp(20px, 2.4vw, 24px);
	font-weight: 900;
	text-align: center;
	color: var(--hh-text);
	text-transform: none;
	letter-spacing: 0;
}

.service-page-arch-bim-landing .hh-software-rows {
	display: grid;
	gap: 22px;
	max-width: 760px;
	margin: 0 auto;
}

.service-page-arch-bim-landing .hh-software-row {
	display: grid;
	gap: 12px;
}

.service-page-arch-bim-landing .hh-software-group-label {
	margin: 0;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
	color: rgba(15, 23, 42, 0.62);
	letter-spacing: 0.08em;
}

.service-page-arch-bim-landing .hh-software-logos {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.service-page-arch-bim-landing .hh-software-logos--tiles {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.service-page-arch-bim-landing .hh-service-software-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 56px;
	padding: 12px 16px;
	border: 1px solid rgba(11, 127, 178, 0.18);
	border-radius: 6px;
	background: #fff;
	box-sizing: border-box;
}

.service-page-arch-bim-landing .hh-service-software-item--text {
	width: 100%;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	text-align: center;
	color: #0b2a5b;
}

.service-page-arch-bim-landing .hh-software-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 12px 16px;
	border: 1px solid rgba(11, 127, 178, 0.24);
	border-radius: 6px;
	background: #fff;
	font-size: 14px;
	font-weight: 800;
	color: #0b2a5b;
	text-transform: none;
	letter-spacing: 0.02em;
	box-shadow: none;
}

/* Offerings lineup — text cards */
.service-page-arch-bim-landing .hh-offerings-lineup {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px 24px;
	margin: 18px 0 32px;
}

.service-page-arch-bim-landing .hh-offerings-lineup--duo {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-page-arch-bim-landing .hh-offering-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	padding: 22px 20px 24px;
	text-align: left;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.1);
	box-shadow: 0 10px 24px rgba(2, 6, 23, 0.05);
}

.service-page-arch-bim-landing .hh-offering-item h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.4;
	color: #0b7fb2;
}

.service-page-arch-bim-landing .hh-offering-item p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(15, 23, 42, 0.72);
}

/* Offerings CTA banner */
.service-page-arch-bim-landing .hh-offerings-cta {
	margin: 8px 0 32px;
	padding: 36px 28px;
	background:
		radial-gradient(circle at 18% 30%, rgba(255, 255, 255, 0.10), transparent 35%),
		radial-gradient(circle at 82% 64%, rgba(255, 255, 255, 0.10), transparent 40%),
		linear-gradient(180deg, #0b7fb2, #0a6b96);
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.service-page-arch-bim-landing .hh-offerings-cta--banner {
	position: relative;
	overflow: hidden;
	min-height: 220px;
	display: flex;
	align-items: center;
	background:
		linear-gradient(
			90deg,
			rgba(11, 42, 91, 0.96) 0%,
			rgba(11, 42, 91, 0.88) 38%,
			rgba(11, 127, 178, 0.72) 62%,
			rgba(11, 127, 178, 0.45) 100%
		),
		var(--hh-offerings-cta-bg, none);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
}

.service-page-arch-bim-landing .hh-offerings-cta-inner {
	max-width: 78ch;
	color: #fff;
}

.service-page-arch-bim-landing .hh-offerings-cta-lead {
	margin: 0 0 10px;
	font-size: clamp(18px, 2.2vw, 22px);
	font-weight: 800;
	line-height: 1.45;
	color: #fff;
}

.service-page-arch-bim-landing .hh-offerings-cta-copy {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.9);
}

.service-page-arch-bim-landing .hh-offerings-cta .hh-cta-row {
	margin: 0;
}

/* Buttons / CTA rows — override industry.css `all: unset` on .industry-copy a */
.service-page-arch-bim-landing .hh-cta-row { margin: 16px 0 24px; }
.service-page-arch-bim-landing .hh-cta-row--center { text-align: center; }

.service-page-arch-bim-landing.industry-page-building-products .industry-copy a.hh-btn {
	all: unset;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	border: 2px solid rgba(15, 23, 42, 0.18);
	background: #fff;
	color: var(--hh-primary);
	text-decoration: none;
	font-weight: 800;
	font-size: 14px;
	line-height: 1.35;
	letter-spacing: 0.02em;
	cursor: pointer;
}

.service-page-arch-bim-landing.industry-page-building-products .industry-copy a.hh-btn:hover {
	text-decoration: none;
	filter: none;
}

.service-page-arch-bim-landing.industry-page-building-products .industry-copy a.hh-btn:focus-visible {
	outline: 2px solid #0b7fb2;
	outline-offset: 2px;
}

.service-page-arch-bim-landing.industry-page-building-products .industry-copy a.hh-btn-accent {
	background: #f39200;
	border-color: #f39200;
	color: #fff;
	padding-inline: 26px;
}

.service-page-arch-bim-landing.industry-page-building-products .industry-copy a.hh-btn-accent:hover {
	background: #e58500;
	border-color: #e58500;
	color: #fff;
}

.service-page-arch-bim-landing.industry-page-building-products .industry-copy a.hh-btn-outline {
	background: #fff;
	border: 2px solid #0b7fb2;
	color: #0b2a5b;
}

.service-page-arch-bim-landing.industry-page-building-products .industry-copy a.hh-btn-outline:hover {
	background: #fff;
	border-color: #0b7fb2;
	color: #0b2a5b;
}

/* Case studies */
.service-page-arch-bim-landing .hh-case-studies {
	margin-top: 40px;
}

.service-page-arch-bim-landing .hh-case-studies-lead {
	margin: -6px 0 22px;
	max-width: 72ch;
	font-size: 15px;
	line-height: 1.7;
	color: rgba(15, 23, 42, 0.72);
}

.service-page-arch-bim-landing .hh-case-studies-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-bottom: 8px;
}

.service-page-arch-bim-landing .hh-case-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid var(--hh-border);
	background: #fff;
	box-shadow: 0 8px 22px rgba(2, 6, 23, 0.06);
	overflow: hidden;
}

.service-page-arch-bim-landing .hh-case-card-media {
	aspect-ratio: 16 / 9;
	background-color: #eef2f7;
	overflow: hidden;
}

.service-page-arch-bim-landing .hh-case-card-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-page-arch-bim-landing .hh-case-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 10px;
	padding: 16px 16px 18px;
}

.service-page-arch-bim-landing .hh-case-card-head {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.service-page-arch-bim-landing .hh-case-card-icon {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border-radius: 999px;
	background: #0b2a5b;
	color: #fff;
}

.service-page-arch-bim-landing .hh-case-card-icon svg {
	width: 18px;
	height: 18px;
}

.service-page-arch-bim-landing .hh-case-card-title {
	margin: 2px 0 0;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
	color: #0b2a5b;
}

.service-page-arch-bim-landing .hh-case-card-client {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	color: rgba(15, 23, 42, 0.62);
}

.service-page-arch-bim-landing .hh-case-client-icon {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	color: #0b7fb2;
}

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

.service-page-arch-bim-landing .hh-case-card-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: auto;
	padding-top: 4px;
}

.service-page-arch-bim-landing .hh-case-tag {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border: 1px solid rgba(11, 127, 178, 0.28);
	border-radius: 4px;
	background: rgba(11, 127, 178, 0.08);
	font-size: 12px;
	font-weight: 700;
	color: #0b7fb2;
}

.service-page-arch-bim-landing .hh-case-studies .hh-cta-row {
	margin-top: 24px;
}

/* Deliverables (主な成果物) */
.service-page-arch-bim-landing .hh-deliverables {
	margin-top: 44px;
	padding: 40px 24px 32px;
	background: #f3f5f9;
	border: 1px solid var(--hh-border);
	text-align: center;
}

.service-page-arch-bim-landing .hh-deliverables-title {
	margin: 0 0 12px;
	font-size: clamp(24px, 2.8vw, 32px);
	font-weight: 900;
	line-height: 1.3;
	color: #0b2a5b;
}

.service-page-arch-bim-landing .hh-deliverables-lead {
	max-width: 760px;
	margin: 0 auto 28px;
	font-size: 15px;
	line-height: 1.75;
	color: rgba(15, 23, 42, 0.72);
}

.service-page-arch-bim-landing .hh-deliverables-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	max-width: 1080px;
	margin: 0 auto;
	text-align: left;
}

.service-page-arch-bim-landing .hh-deliverable-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 28px 22px 24px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(2, 6, 23, 0.06);
}

.service-page-arch-bim-landing .hh-deliverable-icon {
	width: 52px;
	height: 52px;
	margin-bottom: 14px;
	color: #0b2a5b;
}

.service-page-arch-bim-landing .hh-deliverable-icon svg,
.service-page-arch-bim-landing .hh-deliverable-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.service-page-arch-bim-landing .hh-deliverable-heading {
	width: 100%;
	margin: 0 0 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(2, 6, 23, 0.08);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.4;
	color: #0b2a5b;
	text-align: center;
}

.service-page-arch-bim-landing .hh-deliverable-list {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.service-page-arch-bim-landing .hh-deliverable-list li {
	position: relative;
	padding: 8px 0 8px 30px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color: rgba(15, 23, 42, 0.78);
	border-bottom: 1px solid rgba(2, 6, 23, 0.06);
}

.service-page-arch-bim-landing .hh-deliverable-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.service-page-arch-bim-landing .hh-deliverable-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 18px;
	height: 18px;
	border-radius: 999px;
	background: #0b7fb2;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M4 8l2.5 2.5L12 5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 11px 11px;
}

.service-page-arch-bim-landing .hh-deliverables-note {
	margin: 24px 0 0;
	font-size: 13px;
	line-height: 1.6;
	color: rgba(15, 23, 42, 0.55);
}

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

.service-page-arch-bim-landing .hh-check-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.service-page-arch-bim-landing .hh-check-list li {
	position: relative;
	padding: 9px 0 9px 20px;
	color: var(--hh-subtext);
	font-weight: 600;
	font-size: 14px;
	line-height: 1.45;
	border-bottom: 1px solid rgba(2, 6, 23, 0.07);
}

.service-page-arch-bim-landing .hh-check-list li::before {
	content: "›";
	position: absolute;
	left: 0;
	top: 9px;
	color: #0b7fb2;
	font-weight: 900;
	font-size: 16px;
}

/* Benefits */
.service-page-arch-bim-landing .hh-benefits-arch {
	margin-top: 14px;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	align-items: start;
	text-align: center;
}

.service-page-arch-bim-landing .hh-benefit-icon {
	width: 88px;
	height: 88px;
	margin: 4px auto 12px;
	border: 3px solid #d1d5db;
	border-radius: 999px;
	display: grid;
	place-items: center;
	color: #0b2a5b;
	background: white;
}

.service-page-arch-bim-landing .hh-benefit-icon svg { width: 40px; height: 40px; }

.service-page-arch-bim-landing .hh-benefit-icon--img {
	width: auto;
	height: auto;
	max-width: 148px;
	margin: 0 auto 14px;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.service-page-arch-bim-landing .hh-benefit-icon--img img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 148px;
	margin: 0 auto;
}

.service-page-arch-bim-landing .hh-benefit-title {
	font-weight: 800;
	font-size: 14px;
	color: rgba(15, 23, 42, 0.88);
	line-height: 1.4;
}

.service-page-arch-bim-landing .hh-benefit-copy {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.6;
	color: rgba(15, 23, 42, 0.68);
	text-align: left;
}

/* Customers */
.service-page-arch-bim-landing .hh-customers-arch {
	margin-top: 40px;
	padding: 28px 0 10px;
	border-top: 1px solid var(--hh-border);
	border-bottom: 1px solid var(--hh-border);
	background: linear-gradient(180deg, rgba(246, 247, 251, 0.6), transparent);
}

.service-page-arch-bim-landing .hh-customers-title {
	margin: 0 0 18px;
	font-size: 22px;
	font-weight: 900;
	text-align: center;
	color: var(--hh-text);
}

.service-page-arch-bim-landing .hh-customers-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 14px 20px;
}

.service-page-arch-bim-landing .hh-customer-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 118px;
	min-height: 54px;
	padding: 10px 16px;
	border: 1px solid var(--hh-border);
	background: white;
	color: rgba(15, 23, 42, 0.42);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	box-shadow: 0 4px 12px rgba(2, 6, 23, 0.04);
}

/* Sectors — 対応可能な建物用途 */
.service-page-arch-bim-landing .hh-sectors-arch {
	background: #fff;
}

.service-page-arch-bim-landing .hh-sectors-arch .hh-expertise-grid-sectors {
	margin-top: 14px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.service-page-arch-bim-landing .hh-sectors-arch .hh-sector-tile {
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	padding: 0 !important;
	display: grid;
	grid-template-rows: 1fr auto;
	gap: 10px;
	justify-items: stretch;
	text-align: center;
	box-shadow: none !important;
	overflow: hidden;
}

.service-page-arch-bim-landing .hh-sectors-arch .hh-sector-tile:hover {
	transform: none;
}

.service-page-arch-bim-landing .hh-sectors-arch .hh-sector-icon-wrap {
	width: 100%;
	aspect-ratio: 1;
	background: #fff;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.service-page-arch-bim-landing .hh-sectors-arch .hh-sector-icon {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	background: #fff;
	border-radius: 0;
}

.service-page-arch-bim-landing .hh-sectors-arch .hh-expertise-label {
	padding: 0 8px 12px;
	font-size: 13px;
	line-height: 1.4;
}

.service-page-arch-bim-landing .hh-solid-icon {
	width: 56px;
	height: 56px;
	border-radius: 999px;
	box-shadow: inset 0 -6px 0 rgba(0, 0, 0, 0.16);
}

.service-page-arch-bim-landing .hh-solid-3 { background: #1d4ed8; }
.service-page-arch-bim-landing .hh-solid-4 { background: #7c3aed; }
.service-page-arch-bim-landing .hh-solid-5 { background: #0f172a; }
.service-page-arch-bim-landing .hh-solid-7 { background: #0b7fb2; }
.service-page-arch-bim-landing .hh-solid-11 { background: #16a34a; }

.service-page-arch-bim-landing .hh-expertise-label {
	font-size: 13px;
	font-weight: 700;
	color: rgba(15, 23, 42, 0.78);
	line-height: 1.35;
}

/* Related articles */
.service-page-arch-bim-landing .hh-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 14px;
}

.service-page-arch-bim-landing .hh-related-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 14px;
	min-height: 130px;
	padding: 18px 16px;
	border: 1px solid var(--hh-border);
	background: white;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(2, 6, 23, 0.05);
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.service-page-arch-bim-landing .hh-related-card:hover {
	border-color: rgba(11, 127, 178, 0.35);
	box-shadow: 0 14px 28px rgba(11, 127, 178, 0.10);
}

.service-page-arch-bim-landing .hh-related-card-title {
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
	color: #0b2a5b;
}

.service-page-arch-bim-landing .hh-related-card-link {
	font-size: 13px;
	font-weight: 800;
	color: #0b7fb2;
}

/* Bottom CTA */
.service-page-arch-bim-landing .hh-seamless-arch {
	margin-top: 44px;
	padding: 44px 24px;
	background:
		radial-gradient(circle at 18% 30%, rgba(255,255,255,0.10), transparent 35%),
		radial-gradient(circle at 82% 64%, rgba(255,255,255,0.10), transparent 40%),
		linear-gradient(180deg, #0b7fb2, #0a6b96);
	border: 1px solid rgba(255,255,255,0.18);
}

.service-page-arch-bim-landing .hh-seamless-inner {
	max-width: none;
	text-align: center;
	color: white;
}

.service-page-arch-bim-landing .hh-seamless-title {
	color: white;
	margin-bottom: 10px;
	font-size: clamp(22px, 2.5vw, 30px);
}

.service-page-arch-bim-landing .hh-seamless-copy {
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 22px;
	font-size: 16px;
	max-width: 72ch;
	margin-inline: auto;
	line-height: 1.65;
}

.service-page-arch-bim-landing .hh-seamless .hh-cta-row { margin-bottom: 0; }

.service-page-arch-bim-landing .hh-seamless-cta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px 16px;
}

.service-page-arch-bim-landing.industry-page-building-products .industry-copy .hh-seamless-arch a.hh-btn-light {
	all: unset;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	text-decoration: none;
	font-weight: 800;
	font-size: 14px;
	line-height: 1.35;
	cursor: pointer;
}

.service-page-arch-bim-landing.industry-page-building-products .industry-copy .hh-seamless-arch a.hh-btn-light:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	text-decoration: none;
}

.service-page-arch-bim-landing.industry-page-building-products .industry-copy .hh-seamless-arch a.hh-btn-accent {
	border: 2px solid #f39200;
}

/* Responsive */
@media (max-width: 1100px) {
	.service-page-arch-bim-landing .hh-benefits-arch { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.service-page-arch-bim-landing .hh-expertise-grid-sectors { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
	.service-page-arch-bim-landing .hh-offerings-lineup { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.service-page-arch-bim-landing .hh-case-studies-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.service-page-arch-bim-landing .hh-deliverables-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.service-page-arch-bim-landing .hh-deliverable-card:last-child {
		grid-column: 1 / -1;
		max-width: calc(50% - 10px);
		justify-self: center;
	}
	.service-page-arch-bim-landing .hh-offerings-grid { grid-template-columns: 1fr; }
	.service-page-arch-bim-landing .hh-related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
	.service-page-arch-bim-landing .hh-offerings-lineup { grid-template-columns: 1fr; }
	.service-page-arch-bim-landing .hh-case-studies-grid { grid-template-columns: 1fr; }
	.service-page-arch-bim-landing .hh-deliverables-grid { grid-template-columns: 1fr; }
	.service-page-arch-bim-landing .hh-deliverable-card:last-child {
		grid-column: auto;
		max-width: none;
		justify-self: stretch;
	}
	.service-page-arch-bim-landing .hh-deliverables { padding: 32px 18px 26px; }
	.service-page-arch-bim-landing .hh-benefits-arch { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.service-page-arch-bim-landing .hh-expertise-grid-sectors { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.service-page-arch-bim-landing .hh-software-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.service-page-arch-bim-landing .hh-offerings-cta { padding: 28px 20px; }
}

@media (max-width: 520px) {
	.service-page-arch-bim-landing .hh-benefits-arch { grid-template-columns: 1fr; }
	.service-page-arch-bim-landing .hh-software-logos { grid-template-columns: 1fr; }
}
