/* Dimension Group — architectural, premium static site */
:root {
	--bg: #ffffff;
	--bg-elevated: #ffffff;
	--surface: #ffffff;
	--ink: #141414;
	--ink-soft: #3d3d3a;
	--muted: #6b6b68;
	--line: #e2e0db;
	--line-strong: #c9c6bf;
	--accent: #1565c0;
	--accent-hover: #0d47a1;
	--accent-warm: #1976d2;
	--grid: rgba(20, 20, 20, 0.06);
	--blueprint-line: rgba(21, 101, 192, 0.14);
	--blueprint-bg: #ffffff;
	--radius: 2px;
	--radius-lg: 4px;
	--radius-xl: 14px;
	--space-xs: 0.5rem;
	--space-sm: 1rem;
	--space-md: 1.5rem;
	--space-lg: 2.5rem;
	--space-xl: 4rem;
	--space-2xl: 6rem;
	--page-top: clamp(2rem, 3.5vw, 3.25rem);
	--max: 92rem;
	--site-gutter: clamp(1rem, 2vw, 1.75rem);
	--narrow: 40rem;
	--font-sans: "DM Sans", system-ui, sans-serif;
	--font-display: "Syne", var(--font-sans);
	--ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	min-height: 100%;
}

body {
	margin: 0;
	font-family: var(--font-sans);
	font-size: 1.0625rem;
	line-height: 1.6;
	color: var(--ink-soft);
	background: transparent;
	-webkit-font-smoothing: antialiased;
	position: relative;
	min-height: 100%;
}

/* Sitewide blueprint — fixed layer behind all page content */
body.grid-bg::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background-color: var(--blueprint-bg);
	background-image:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='288' height='288' viewBox='0 0 288 288'%3E%3Cpath d='M288 0H0V288' fill='none' stroke='%231565C0' stroke-opacity='0.09' stroke-width='1'/%3E%3Cpath d='M0 144h288M144 0v288' fill='none' stroke='%231565C0' stroke-opacity='0.06' stroke-width='1' stroke-dasharray='2 10'/%3E%3C/svg%3E"),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cpath d='M72 0H0V72' fill='none' stroke='%231565C0' stroke-opacity='0.14' stroke-width='1' stroke-dasharray='5 7'/%3E%3C/svg%3E");
	background-size:
		288px 288px,
		72px 72px;
	background-position:
		-1px -1px,
		-1px -1px;
}

body.menu-open {
	overflow: hidden;
}

h1,
h2,
h3,
h4 {
	font-family: var(--font-display);
	font-weight: 600;
	color: var(--ink);
	line-height: 1.15;
	letter-spacing: -0.02em;
}

h1 {
	font-size: clamp(2.25rem, 5vw, 3.75rem);
}

h2 {
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
	margin: 0 0 var(--space-md);
}

h3 {
	font-size: 1.25rem;
	margin: 0 0 var(--space-sm);
}

p {
	margin: 0 0 var(--space-md);
	max-width: 42em;
}

a {
	color: var(--accent);
	text-decoration: none;
	transition: color 0.2s var(--ease);
}

a:hover {
	color: var(--accent-warm);
}

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

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Legacy class — blueprint applied via body.grid-bg::before above */
.grid-bg {
	background: transparent;
}

/* Layout */
.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--line);
}

.header-inner {
	max-width: var(--max);
	margin: 0 auto;
	padding: 0.65rem var(--site-gutter);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-md);
}

.logo {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.logo img {
	display: block;
	height: clamp(60px, 11vw, 72px);
	width: auto;
	max-width: min(395px, 46vw);
	filter: contrast(1.08);
}

.nav-desktop {
	display: flex;
	align-items: center;
	gap: var(--space-lg);
}

.nav-desktop a {
	font-size: 0.9375rem;
	font-weight: 500;
	color: var(--ink-soft);
}

.nav-desktop a:hover,
.nav-desktop a[aria-current="page"] {
	color: var(--ink);
}

.nav-desktop a[aria-current="page"] {
	box-shadow: inset 0 -2px 0 var(--accent);
}

.nav-cta {
	display: flex;
	align-items: center;
	gap: var(--space-sm);
}

.btn-nav-toggle {
	display: none;
	background: none;
	border: 1px solid var(--line);
	padding: var(--space-xs) var(--space-sm);
	font-family: inherit;
	font-size: 0.875rem;
	cursor: pointer;
	color: var(--ink);
	border-radius: var(--radius);
}

@media (max-width: 860px) {
	.btn-nav-toggle {
		display: block;
	}

	.nav-desktop {
		display: none;
	}

	.nav-cta .btn-whatsapp-header {
		display: none;
	}

	.nav-cta .btn-secondary {
		display: inline-flex;
	}
}

.nav-mobile {
	display: none;
	position: fixed;
	inset: 0;
	top: 56px;
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(8px);
	padding: var(--space-md);
	flex-direction: column;
	gap: var(--space-sm);
	border-top: 1px solid var(--line);
	z-index: 99;
}

.nav-mobile.is-open {
	display: flex;
}

.nav-mobile a {
	font-weight: 600;
	font-size: 1.125rem;
	padding: var(--space-sm) 0;
	border-bottom: 1px solid var(--line);
	color: var(--ink);
}

main {
	min-height: 50vh;
	background: transparent;
}

.section,
.section-tight,
.hero,
.service-detail,
.contact-layout {
	background: transparent;
}

.footer {
	background: var(--ink);
	color: rgba(255, 255, 255, 0.75);
	margin-top: var(--space-2xl);
	padding: var(--space-xl) var(--site-gutter);
}

.footer-inner {
	max-width: var(--max);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: var(--space-lg);
}

.footer h4 {
	color: #fff;
	font-size: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin: 0 0 var(--space-sm);
}

.footer a {
	color: rgba(255, 255, 255, 0.85);
}

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

.footer-regions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-xs);
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-regions li {
	font-size: 0.8125rem;
	padding: 0.25rem 0.5rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--radius);
}

.footer-bottom {
	max-width: var(--max);
	margin: var(--space-lg) auto 0;
	padding-top: var(--space-md);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.5);
}

.container {
	max-width: var(--max);
	margin: 0 auto;
	padding: 0 var(--site-gutter);
}

.section {
	padding: var(--space-2xl) 0;
}

.section-tight {
	padding: var(--space-xl) 0;
}

.section-label {
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: var(--muted);
	margin: 0 0 var(--space-sm);
}

/* Buttons */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.75rem 1.25rem;
	font-family: inherit;
	font-size: 0.9375rem;
	font-weight: 600;
	border-radius: var(--radius);
	border: 1px solid transparent;
	cursor: pointer;
	transition:
		background 0.2s var(--ease),
		color 0.2s var(--ease),
		border-color 0.2s var(--ease);
	text-decoration: none;
}

.btn-primary {
	background: var(--accent);
	color: #fff;
}

.btn-primary:hover {
	background: var(--accent-hover);
	color: #fff;
}

.btn-secondary {
	background: transparent;
	color: var(--ink);
	border-color: var(--line-strong);
}

.btn-secondary:hover {
	border-color: var(--ink);
	color: var(--ink);
}

.btn-whatsapp,
.btn-whatsapp-header {
	background: var(--accent);
	color: #fff;
	border-color: var(--accent);
}

.btn-whatsapp:hover,
.btn-whatsapp-header:hover {
	background: var(--accent-hover);
	color: #fff;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm);
	margin-top: var(--space-lg);
}

/* Hero */
.hero {
	position: relative;
	padding: var(--page-top) 0 calc(var(--space-2xl) + 2rem);
	overflow: hidden;
	background: transparent;
}

.hero-grid {
	display: grid;
	grid-template-columns: 1fr minmax(300px, 1fr);
	gap: var(--space-xl);
	align-items: center;
}

.hero .section-label {
	color: var(--accent);
	font-weight: 700;
	letter-spacing: 0.12em;
}

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

.hero-lede {
	font-size: 1.1875rem;
	color: var(--muted);
	max-width: 36em;
}

.hero-visual {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: var(--space-sm);
	background: transparent;
	border: none;
	box-shadow: none;
	overflow: visible;
}

.hero-image-wrap {
	position: relative;
	margin: 0;
	border-radius: var(--radius-xl);
	overflow: hidden;
	border: 1px solid rgba(21, 101, 192, 0.12);
	box-shadow: 0 20px 44px rgba(21, 101, 192, 0.1);
}

.hero-image {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background: var(--surface);
	display: block;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.hero-image-caption {
	position: absolute;
	right: 0.75rem;
	bottom: 0.75rem;
	margin: 0;
	padding: 0.35rem 0.65rem;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.95);
	background: rgba(20, 20, 20, 0.55);
	border-radius: var(--radius);
	backdrop-filter: blur(4px);
	max-width: none;
}

.hero-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	background: var(--surface);
	border: 1px solid rgba(21, 101, 192, 0.12);
	border-radius: var(--radius-xl);
	box-shadow: 0 12px 32px rgba(21, 101, 192, 0.08);
	overflow: hidden;
}

.hero-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: var(--space-md) var(--space-sm);
	min-height: 168px;
	border-right: 1px solid var(--line);
}

.hero-stat:last-child {
	border-right: none;
}

.hero-stat-icon {
	width: 2rem;
	height: 2rem;
	color: var(--accent);
	margin-bottom: var(--space-xs);
	flex-shrink: 0;
}

.hero-stat-value {
	margin: 0 0 0.15rem;
	font-family: var(--font-display);
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 700;
	line-height: 1;
	color: var(--accent);
}

.hero-stat-label {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.35;
	color: var(--muted);
	max-width: none;
}

.hero-stat--services {
	gap: 0.1rem;
}

.hero-stat-services {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--ink);
	max-width: none;
}

@media (max-width: 900px) {
	.hero-stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.hero-stat:nth-child(2) {
		border-right: none;
	}

	.hero-stat:nth-child(1),
	.hero-stat:nth-child(2) {
		border-bottom: 1px solid var(--line);
	}
}

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

	.hero-stat {
		border-right: none;
		border-bottom: 1px solid var(--line);
		min-height: auto;
		padding: var(--space-md);
	}

	.hero-stat:last-child {
		border-bottom: none;
	}
}

/* Cards & services */
.cards-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--space-md);
}

@media (max-width: 900px) {
	.cards-3 {
		grid-template-columns: 1fr;
	}
}

.card {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	padding: var(--space-lg);
	transition:
		border-color 0.2s var(--ease),
		box-shadow 0.2s var(--ease);
}

.card:hover {
	border-color: var(--line-strong);
	box-shadow: 0 12px 32px rgba(20, 20, 20, 0.06);
}

.card h3 {
	margin-top: 0;
}

.card-link {
	font-weight: 600;
	font-size: 0.9375rem;
	margin-top: var(--space-md);
	display: inline-block;
}

/* What we do — home */
.what-we-do-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(var(--space-lg), 4vw, var(--space-xl));
	align-items: start;
}

.what-we-do-intro .section-label {
	color: var(--accent);
}

.what-we-do-intro h2 {
	margin-bottom: 0;
	max-width: 14em;
}

.what-we-do-rule {
	width: 3.5rem;
	height: 4px;
	background: var(--accent);
	margin-top: var(--space-md);
	border-radius: 2px;
}

.service-cards-row {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: clamp(0.625rem, 1.2vw, 0.875rem);
	align-items: stretch;
}

.service-card {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius-xl);
	padding: clamp(1.125rem, 1.8vw, 1.5rem) clamp(0.875rem, 1.2vw, 1rem);
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 17.5rem;
	color: inherit;
	text-decoration: none;
	transition:
		border-color 0.2s var(--ease),
		box-shadow 0.2s var(--ease),
		transform 0.2s var(--ease);
}

.service-card:hover {
	border-color: var(--line-strong);
	box-shadow: 0 12px 32px rgba(20, 20, 20, 0.07);
	transform: translateY(-2px);
	color: inherit;
}

.service-card-icon {
	width: 2.5rem;
	height: 2.5rem;
	color: var(--accent);
	margin-bottom: var(--space-sm);
	flex-shrink: 0;
}

.service-card h3 {
	font-size: 0.8125rem;
	line-height: 1.35;
	min-height: 2.7em;
	margin: 0 0 var(--space-sm);
	color: var(--ink);
	overflow-wrap: break-word;
	hyphens: auto;
}

.service-card p {
	font-size: 0.75rem;
	line-height: 1.5;
	color: var(--muted);
	margin: 0;
	max-width: none;
	flex: 1;
}

@media (min-width: 1400px) {
	.what-we-do-grid {
		grid-template-columns: minmax(240px, 0.82fr) 2fr;
	}
}

@media (max-width: 1200px) {
	.service-cards-row {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.service-cards-row {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		gap: var(--space-sm);
		padding-bottom: var(--space-xs);
		margin-right: calc(-1 * var(--site-gutter));
		padding-right: var(--site-gutter);
	}

	.service-card {
		flex: 0 0 min(10.5rem, 72vw);
		scroll-snap-align: start;
		min-height: 15.5rem;
	}
}

/* Why us */
.split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--space-xl);
	align-items: start;
}

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

/* About page */
.about-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
	gap: clamp(var(--space-lg), 5vw, var(--space-xl));
	align-items: start;
}

.about-layout h1,
.about-layout p {
	max-width: none;
}

.about-content {
	display: flex;
	flex-direction: column;
	gap: var(--space-xl);
}

.about-block h2 {
	margin-top: 0;
}

.about-actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm);
	margin-top: var(--space-md);
}

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

.list-check {
	list-style: none;
	padding: 0;
	margin: 0;
}

.list-check li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: var(--space-sm) 0;
	border-bottom: 1px solid var(--line);
}

.list-check li::before {
	content: "";
	flex-shrink: 0;
	width: 8px;
	height: 2px;
	margin-top: 0.55em;
	background: var(--accent);
}

/* Projects grid */
.projects-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: var(--space-md);
}

.project-card {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	overflow: hidden;
	transition:
		transform 0.25s var(--ease),
		box-shadow 0.25s var(--ease);
}

.project-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 40px rgba(20, 20, 20, 0.1);
}

.project-card--interactive {
	cursor: pointer;
}

.project-card--interactive:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 2px;
}

.project-card-hint {
	margin: var(--space-sm) 0 0;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--accent);
}

body.modal-open {
	overflow: hidden;
}

.project-modal {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: var(--site-gutter);
}

.project-modal[hidden] {
	display: none;
}

.project-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(20, 20, 20, 0.78);
	backdrop-filter: blur(4px);
}

.project-modal-panel {
	position: relative;
	z-index: 1;
	background: var(--surface);
	border-radius: var(--radius-lg);
	border: 1px solid var(--line);
	width: min(72rem, 100%);
	max-height: min(92vh, 100%);
	overflow: auto;
	padding: var(--space-md);
	box-shadow: 0 24px 64px rgba(20, 20, 20, 0.28);
}

.project-modal-close {
	position: sticky;
	top: 0;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	margin-left: auto;
	margin-bottom: var(--space-xs);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
	color: var(--ink);
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	transition:
		border-color 0.2s var(--ease),
		background 0.2s var(--ease);
}

.project-modal-close:hover {
	border-color: var(--line-strong);
	background: var(--bg);
}

.project-modal-title {
	clear: both;
	margin: 0 0 var(--space-sm);
	font-family: var(--font-display);
	font-size: 1.125rem;
	font-weight: 600;
	color: var(--ink);
}

.project-modal-image {
	width: 100%;
	height: auto;
	display: block;
	border-radius: var(--radius);
}

.project-card-image {
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.project-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-card-body {
	padding: var(--space-md);
}

.project-meta {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-xs);
	margin-bottom: var(--space-sm);
}

.tag {
	font-size: 0.6875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 0.2rem 0.45rem;
	background: var(--bg);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	color: var(--muted);
}

/* Services page */
.services-intro-lede {
	max-width: 42em;
	margin-bottom: 0;
}

.service-detail > .container {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.service-detail .service-text p,
.service-detail .service-sub-lede,
.service-detail .bim-category-intro,
.service-detail .bim-category-note,
.service-detail .project-highlight-text p {
	max-width: none;
}

.service-detail > .container > .service-block:first-child {
	padding-top: var(--space-lg);
}

.service-block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--space-xl);
	align-items: start;
	padding: var(--space-xl) 0;
	border-bottom: 1px solid var(--line);
}

.service-block:last-child {
	border-bottom: none;
}

.service-block:nth-child(even) .service-text {
	order: 2;
}

.service-block:nth-child(even) .service-media {
	order: 1;
}

@media (max-width: 768px) {
	.service-block,
	.service-block:nth-child(even) .service-text,
	.service-block:nth-child(even) .service-media {
		grid-template-columns: 1fr;
		order: unset;
	}
}

.service-media {
	position: relative;
	margin: 0;
	border-radius: var(--radius-lg);
	overflow: hidden;
	border: 1px solid var(--line);
	background: var(--surface);
	line-height: 0;
}

.service-media img {
	width: 100%;
	height: auto;
	display: block;
}

.service-image-caption {
	position: absolute;
	right: 0.75rem;
	bottom: 0.75rem;
	margin: 0;
	padding: 0.35rem 0.65rem;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.95);
	background: rgba(20, 20, 20, 0.55);
	border-radius: var(--radius);
	backdrop-filter: blur(4px);
	line-height: 1.4;
}

.service-actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm);
	margin-top: var(--space-md);
}

.service-detail {
	padding-top: 0;
	border-top: 1px solid var(--line);
}

.service-detail:first-of-type {
	border-top: none;
}

/* Page intro — same top gap below navbar on every page */
main > section:first-child {
	padding-top: var(--page-top);
}

main > section.section-tight + section.section-tight {
	padding-top: var(--space-md);
}

.service-subsection {
	padding: var(--space-xl) 0;
	border-top: 1px solid var(--line);
}

.service-subsection h3 {
	margin-top: 0;
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}

.service-subsection-head {
	display: flex;
	align-items: flex-start;
	gap: var(--space-md);
	margin-bottom: var(--space-lg);
	text-align: left;
}

.service-subsection-head .service-sub-lede {
	margin-bottom: 0;
}

.service-subsection-icon {
	width: 2.75rem;
	height: 2.75rem;
	color: var(--accent);
	flex-shrink: 0;
	margin-top: 0.15rem;
}

.service-sub-lede {
	color: var(--muted);
	max-width: 40em;
	margin-bottom: var(--space-lg);
}

.service-offerings {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: var(--space-md);
	text-align: left;
}

.service-offerings li {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	padding: var(--space-md);
	font-size: 0.9375rem;
	line-height: 1.55;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}

.service-offerings strong {
	display: block;
	color: var(--ink);
	margin-bottom: 0.35rem;
}

.service-offerings li span {
	color: var(--muted);
	font-size: 0.875rem;
	line-height: 1.55;
}

.project-highlight {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--space-xl);
	align-items: start;
	padding: var(--space-xl) 0;
	border-top: 1px solid var(--line);
}

.project-highlight h3 {
	margin: 0 0 var(--space-sm);
	font-size: 1.35rem;
}

.project-loc {
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--muted);
	margin-top: 0.25rem;
}

.project-highlight-list {
	margin: 0;
}

.project-highlight-list li {
	border-bottom-color: var(--line);
}

.process-steps {
	list-style: none;
	padding: 0;
	margin: var(--space-lg) 0 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: var(--space-md);
}

.process-steps li {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	padding: var(--space-md);
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.process-num {
	font-family: var(--font-display);
	font-size: 0.8125rem;
	font-weight: 700;
	color: var(--accent);
	letter-spacing: 0.06em;
}

.process-steps strong {
	color: var(--ink);
	font-size: 1rem;
}

.process-steps li > span:last-child {
	font-size: 0.875rem;
	color: var(--muted);
	line-height: 1.5;
}

@media (max-width: 768px) {
	.project-highlight {
		grid-template-columns: 1fr;
	}
}

/* BIM catalog (Deploi-style service breakdown) */
.bim-catalog {
	padding: var(--space-xl) 0 0;
	border-top: 1px solid var(--line);
}

.bim-catalog-nav {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm);
	margin-bottom: var(--space-xl);
	padding-bottom: var(--space-md);
	border-bottom: 1px solid var(--line);
}

.bim-catalog-nav a {
	font-size: 0.8125rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 0.4rem 0.75rem;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	color: var(--ink-soft);
	background: var(--surface);
	transition:
		border-color 0.2s var(--ease),
		color 0.2s var(--ease),
		background 0.2s var(--ease);
}

.bim-catalog-nav a:hover {
	border-color: var(--accent);
	color: var(--accent);
	background: rgba(21, 101, 192, 0.04);
}

.bim-category {
	padding: var(--space-xl) 0;
	border-top: 1px solid var(--line);
	scroll-margin-top: 5rem;
}

.bim-category:first-of-type {
	border-top: none;
	padding-top: 0;
}

.bim-category-title {
	font-size: clamp(1.5rem, 3vw, 2rem);
	margin: 0 0 var(--space-md);
	padding-bottom: var(--space-sm);
	border-bottom: 2px solid var(--accent);
	display: block;
	width: 100%;
}

.bim-category-intro {
	max-width: none;
	font-size: 1.0625rem;
	line-height: 1.65;
	margin-bottom: var(--space-md);
}

.bim-category-note {
	max-width: none;
	font-size: 0.9375rem;
	color: var(--muted);
	font-style: italic;
	margin-bottom: var(--space-lg);
}

.bim-services {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: var(--space-md);
	margin-top: var(--space-lg);
}

.bim-service {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	padding: var(--space-md) var(--space-md) var(--space-lg);
	display: flex;
	flex-direction: column;
	transition:
		border-color 0.2s var(--ease),
		box-shadow 0.2s var(--ease);
}

.bim-service:hover {
	border-color: rgba(21, 101, 192, 0.35);
	box-shadow: 0 8px 24px rgba(21, 101, 192, 0.08);
}

.bim-service-code {
	font-family: ui-monospace, "Cascadia Code", "Segoe UI Mono", monospace;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: lowercase;
	color: var(--accent);
	margin: 0 0 var(--space-sm);
}

.bim-service h4 {
	margin: 0 0 var(--space-sm);
	font-size: 1.125rem;
	line-height: 1.25;
}

.bim-service p {
	font-size: 0.9375rem;
	line-height: 1.55;
	margin: 0 0 var(--space-md);
	flex: 1;
	max-width: none;
}

.bim-service .card-link {
	margin-top: auto;
	font-size: 0.875rem;
}

/* Lead strip */
.lead-strip {
	background: var(--accent);
	color: rgba(255, 255, 255, 0.9);
	padding: var(--space-xl) var(--site-gutter);
	margin: var(--space-xl) 0 0;
}

.lead-strip-inner {
	max-width: var(--max);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-md);
}

.lead-strip h2 {
	color: #fff;
	margin: 0 0 var(--space-xs);
}

.lead-strip p {
	margin: 0;
	max-width: 36em;
	color: rgba(255, 255, 255, 0.8);
}

/* Forms */
.form-panel {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	padding: var(--space-lg);
	max-width: 640px;
}

.form-panel-wide {
	max-width: 100%;
}

.form-row {
	margin-bottom: var(--space-md);
}

.form-row label {
	display: block;
	font-size: 0.8125rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--muted);
	margin-bottom: var(--space-xs);
}

.form-row input,
.form-row select,
.form-row textarea {
	width: 100%;
	padding: 0.65rem 0.75rem;
	font-family: inherit;
	font-size: 1rem;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--bg-elevated);
	color: var(--ink);
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
	outline: 2px solid var(--accent);
	outline-offset: 1px;
}

.form-row textarea {
	min-height: 120px;
	resize: vertical;
}

.form-step {
	display: none;
}

.form-step.is-active {
	display: block;
}

.form-step h3 {
	margin-top: 0;
}

.form-nav {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm);
	margin-top: var(--space-lg);
}

.wizard-service-btns {
	display: flex;
	flex-direction: column;
	gap: var(--space-sm);
}

.wizard-service-btns .btn {
	justify-content: flex-start;
	text-align: left;
}

.wizard-service-btns .btn.is-selected {
	border-color: var(--accent);
	background: var(--accent);
	color: #fff;
}

.contact-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--space-xl);
	align-items: start;
}

@media (max-width: 900px) {
	.contact-layout {
		grid-template-columns: 1fr;
	}
}

.contact-card {
	padding: var(--space-md) 0;
	border-bottom: 1px solid var(--line);
}

.contact-card:last-child {
	border-bottom: none;
}

.contact-card strong {
	display: block;
	color: var(--ink);
	margin-bottom: 0.25rem;
}

/* Hidden until launch (remove this block to re-enable) */
[data-whatsapp],
.btn-whatsapp,
.btn-whatsapp-header,
.contact-hidden {
	display: none !important;
}

.contact-card:has([data-whatsapp]) {
	display: none;
}

p:has([data-whatsapp]) {
	display: none;
}
