/* =========================================================
   UTHINK Solar Project Cases — wide editorial layout
   ========================================================= */

/* WoodMart / theme layout compatibility */
body.uthsc-page .page-title,
body.uthsc-page .wd-page-title,
body.uthsc-page .woodmart-page-title,
body.uthsc-page .page-title-default,
body.uthsc-page .entry-header.page-title,
body.uthsc-page .title-size-default,
body.uthsc-page .wd-breadcrumbs,
body.uthsc-page .woocommerce-breadcrumb {
	display: none !important;
}

body.uthsc-page .main-page-wrapper,
body.uthsc-page .main-page-wrapper.uthsc-main-page-wrapper,
body.uthsc-page .main-page-wrapper > .container,
body.uthsc-page .main-page-wrapper > .container-fluid,
body.uthsc-page .content-layout-wrapper,
body.uthsc-page .wd-content-layout,
body.uthsc-page .site-content,
body.uthsc-page .uthsc-template-main {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	float: none !important;
	flex: 0 0 100% !important;
	grid-column: 1 / -1 !important;
}

body.uthsc-page .main-page-wrapper,
body.uthsc-page .main-page-wrapper.uthsc-main-page-wrapper {
	padding-top: 0 !important;
}

body.uthsc-single-page .sidebar-container,
body.uthsc-single-page aside.sidebar-container {
	display: none !important;
}

.uthsc,
.uthsc * {
	box-sizing: border-box;
}

.uthsc {
	--uthsc-primary: #13934b;
	--uthsc-accent: #91c83e;
	--uthsc-dark: #102a21;
	--uthsc-surface: #f2f6f2;
	--uthsc-surface-2: #e9f0eb;
	--uthsc-border: #d9e4dc;
	--uthsc-text: #1d2d26;
	--uthsc-muted: #68766f;
	--uthsc-shell: 1600px;
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
	color: var(--uthsc-text);
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

.uthsc-template-main {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.uthsc a {
	text-decoration: none;
}

.uthsc img {
	display: block;
	max-width: 100%;
}

.uthsc button,
.uthsc input,
.uthsc textarea,
.uthsc select {
	font: inherit;
}

.uthsc-shell {
	width: min(var(--uthsc-shell), calc(100% - 72px));
	margin-inline: auto;
}

.uthsc-kicker,
.uthsc-section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--uthsc-primary);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.uthsc-kicker::before,
.uthsc-section-kicker::before {
	content: "";
	width: 46px;
	height: 2px;
	background: var(--uthsc-accent);
}

.uthsc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 54px;
	padding: 0 28px;
	border: 1px solid transparent;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .02em;
	transition: transform .25s, background .25s, color .25s, border-color .25s;
}

.uthsc-btn:hover {
	transform: translateY(-3px);
}

.uthsc-btn-accent {
	background: var(--uthsc-accent);
	color: var(--uthsc-dark) !important;
}

.uthsc-btn-accent:hover {
	background: #a8da5d;
}

.uthsc-btn-outline {
	border-color: rgba(255,255,255,.45);
	color: #fff !important;
}

.uthsc-btn-outline:hover {
	background: #fff;
	color: var(--uthsc-dark) !important;
}

/* Archive hero */
.uthsc-hero {
	position: relative;
	min-height: 720px;
	display: flex;
	align-items: center;
	background-image: var(--uthsc-hero);
	background-size: cover;
	background-position: center;
	color: #fff;
}

.uthsc-hero-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(4,29,20,.94) 0%, rgba(7,49,34,.76) 43%, rgba(7,42,30,.20) 78%, rgba(7,42,30,.08) 100%);
}

.uthsc-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
	background-size: 54px 54px;
	pointer-events: none;
}

.uthsc-hero-inner {
	position: relative;
	z-index: 2;
	max-width: 1120px;
	padding: 118px 0;
}

.uthsc-hero .uthsc-kicker {
	color: #d8f5ba;
}

.uthsc-hero h1 {
	max-width: 980px;
	margin: 24px 0 0;
	color: #fff;
	font-size: clamp(58px, 5.8vw, 92px);
	font-weight: 800;
	line-height: .98;
	letter-spacing: -.055em;
}

.uthsc-hero p {
	max-width: 820px;
	margin: 30px 0 0;
	color: rgba(255,255,255,.82);
	font-size: 18px;
	line-height: 1.85;
}

.uthsc-hero .uthsc-btn {
	margin-top: 38px;
}

/* Intro */
.uthsc-intro {
	padding: 126px 0 0;
	background: #fff;
}

.uthsc-intro-layout {
	display: grid;
	grid-template-columns: minmax(0,.84fr) minmax(0,1.16fr);
	gap: 130px;
	align-items: start;
}

.uthsc-intro h2,
.uthsc-projects h2,
.uthsc-section-head h2,
.uthsc-case-main h2,
.uthsc-cta h2 {
	margin: 18px 0 0;
	color: var(--uthsc-dark);
	font-size: clamp(42px, 3.8vw, 62px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -.045em;
}

.uthsc-intro-layout > p {
	max-width: 800px;
	margin: 7px 0 0;
	color: var(--uthsc-muted);
	font-size: 17px;
	line-height: 2;
}

.uthsc-stats {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	margin-top: 82px;
	border: 1px solid var(--uthsc-border);
	background: #fff;
	box-shadow: 0 30px 80px rgba(16,42,33,.09);
}

.uthsc-stats > div {
	min-height: 154px;
	padding: 34px 42px;
	border-right: 1px solid var(--uthsc-border);
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.uthsc-stats > div:last-child {
	border-right: 0;
}

.uthsc-stats strong {
	color: var(--uthsc-primary);
	font-size: 34px;
	line-height: 1.1;
}

.uthsc-stats span {
	margin-top: 10px;
	color: var(--uthsc-muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

/* Project archive */
.uthsc-projects {
	padding: 130px 0 140px;
	background: var(--uthsc-surface);
}

.uthsc-projects-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 60px;
	margin-bottom: 58px;
}

.uthsc-projects-head h2 {
	font-size: clamp(44px, 3.7vw, 60px);
}

.uthsc-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}

.uthsc-filters button {
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid var(--uthsc-border);
	background: #fff;
	color: var(--uthsc-muted);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .04em;
	cursor: pointer;
	transition: .2s;
}

.uthsc-filters button:hover,
.uthsc-filters button.is-active {
	border-color: var(--uthsc-primary);
	background: var(--uthsc-primary);
	color: #fff;
}

.uthsc-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 32px;
}

.uthsc-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--uthsc-border);
	transition: transform .3s, box-shadow .3s, border-color .3s;
}

.uthsc-card:hover {
	transform: translateY(-8px);
	border-color: #c9d8ce;
	box-shadow: 0 34px 75px rgba(16,42,33,.13);
}

.uthsc-card.is-hidden {
	display: none;
}

.uthsc-card-media {
	position: relative;
	display: block;
	height: 410px;
	overflow: hidden;
	background: #dce9e0;
}

.uthsc-card-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(5,33,23,.30), transparent 48%);
}

.uthsc-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s;
}

.uthsc-card:hover .uthsc-card-media img {
	transform: scale(1.045);
}

.uthsc-card-media span {
	position: absolute;
	z-index: 2;
	left: 24px;
	top: 24px;
	padding: 10px 14px;
	background: var(--uthsc-primary);
	color: #fff;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.uthsc-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 36px 38px 34px;
}

.uthsc-card-body small {
	color: var(--uthsc-primary);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.uthsc-card h3 {
	margin: 13px 0 0;
	color: var(--uthsc-dark);
	font-size: clamp(25px, 2vw, 32px);
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -.028em;
}

.uthsc-card h3 a {
	color: inherit;
}

.uthsc-card-type {
	margin-top: 18px;
	padding-top: 17px;
	border-top: 1px solid var(--uthsc-border);
	color: #4f6459;
	font-size: 12px;
	font-weight: 750;
}

.uthsc-card p {
	margin: 17px 0 0;
	color: var(--uthsc-muted);
	font-size: 14px;
	line-height: 1.8;
}

.uthsc-text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
	padding-top: 27px;
	color: var(--uthsc-primary) !important;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .05em;
}

.uthsc-text-link span {
	font-size: 17px;
	transition: transform .2s;
}

.uthsc-text-link:hover span {
	transform: translateX(5px);
}

/* First project receives a wide editorial treatment */
.uthsc-card.is-featured {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(0,1.35fr) minmax(410px,.65fr);
	min-height: 575px;
}

.uthsc-card.is-featured .uthsc-card-media {
	height: 100%;
	min-height: 575px;
}

.uthsc-card.is-featured .uthsc-card-body {
	padding: 58px 56px 52px;
	justify-content: center;
}

.uthsc-card.is-featured h3 {
	font-size: clamp(36px, 3.1vw, 52px);
	line-height: 1.08;
}

.uthsc-card.is-featured p {
	font-size: 15px;
	line-height: 1.9;
}

.uthsc-empty {
	grid-column: 1 / -1;
	display: flex;
	min-height: 320px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 1px dashed #becdc3;
	background: #fff;
	color: var(--uthsc-muted);
}

.uthsc-empty strong {
	color: var(--uthsc-dark);
	font-size: 24px;
}

/* CTA */
.uthsc-cta {
	position: relative;
	padding: 132px 0;
	background: linear-gradient(120deg,#092d22,#124c38 57%,#19704b);
	color: #fff;
}

.uthsc-cta::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
		linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
	background-size: 54px 54px;
}

.uthsc-cta-layout {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0,1fr) minmax(460px,.78fr);
	gap: 110px;
	align-items: center;
}

.uthsc-cta .uthsc-section-kicker {
	color: #d8f5ba;
}

.uthsc-cta h2 {
	max-width: 820px;
	color: #fff;
}

.uthsc-cta p {
	max-width: 780px;
	margin: 25px 0 0;
	color: rgba(255,255,255,.78);
	font-size: 16px;
	line-height: 1.9;
}

.uthsc-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.uthsc-cta-panel,
.uthsc-form {
	padding: 42px;
	background: #fff;
	color: var(--uthsc-dark);
	box-shadow: 0 30px 70px rgba(0,0,0,.20);
}

.uthsc-cta-panel strong {
	font-size: 22px;
}

.uthsc-cta-panel ul {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.uthsc-cta-panel li {
	position: relative;
	padding: 12px 0 12px 24px;
	border-bottom: 1px solid var(--uthsc-border);
	font-size: 14px;
}

.uthsc-cta-panel li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--uthsc-primary);
	font-weight: 900;
}

.uthsc-cta-panel small {
	display: block;
	margin-top: 20px;
	color: var(--uthsc-muted);
	font-size: 11px;
}

.uthsc-form p {
	margin: 0 0 13px;
}

.uthsc-form input,
.uthsc-form textarea,
.uthsc-form select {
	width: 100%;
	border: 1px solid var(--uthsc-border);
	background: #fff;
	padding: 12px 14px;
}

.uthsc-form input,
.uthsc-form select {
	height: 48px;
}

.uthsc-form input[type=submit] {
	width: auto;
	border: 0;
	background: var(--uthsc-primary);
	color: #fff;
	font-weight: 900;
	cursor: pointer;
}

/* Single case hero */
.uthsc-single-hero {
	position: relative;
	min-height: 760px;
	display: flex;
	align-items: flex-end;
	background-image: var(--uthsc-case-hero);
	background-size: cover;
	background-position: center;
	color: #fff;
}

.uthsc-single-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(to top,rgba(4,26,18,.96) 0%,rgba(4,27,19,.68) 43%,rgba(4,27,19,.22) 78%,rgba(4,27,19,.10) 100%);
}

.uthsc-single-hero .uthsc-shell {
	position: relative;
	z-index: 2;
	padding: 112px 0 132px;
}

.uthsc-back {
	display: inline-flex;
	align-items: center;
	margin-bottom: 34px;
	color: rgba(255,255,255,.78) !important;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .02em;
}

.uthsc-single-hero .uthsc-kicker {
	color: #d8f5ba;
}

.uthsc-single-hero h1 {
	max-width: 1180px;
	margin: 22px 0 0;
	color: #fff;
	font-size: clamp(58px, 5.6vw, 88px);
	font-weight: 800;
	line-height: 1.01;
	letter-spacing: -.055em;
}

.uthsc-single-hero p {
	max-width: 920px;
	margin: 28px 0 0;
	color: rgba(255,255,255,.82);
	font-size: 17px;
	line-height: 1.9;
}

/* Floating project facts */
.uthsc-single-facts-wrap {
	position: relative;
	z-index: 5;
	margin-top: -72px;
}

.uthsc-single-facts {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(230px,1fr));
	background: #fff;
	border: 1px solid var(--uthsc-border);
	box-shadow: 0 32px 85px rgba(16,42,33,.15);
}

.uthsc-single-facts > div {
	min-height: 144px;
	padding: 34px 38px;
	border-right: 1px solid var(--uthsc-border);
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.uthsc-single-facts > div:last-child {
	border-right: 0;
}

.uthsc-single-facts span {
	color: var(--uthsc-primary);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.uthsc-single-facts strong {
	margin-top: 9px;
	color: var(--uthsc-dark);
	font-size: 18px;
	line-height: 1.45;
}

/* Single case content */
.uthsc-case-content {
	padding: 128px 0 132px;
	background: #fff;
}

.uthsc-case-layout {
	display: grid;
	grid-template-columns: minmax(0,1fr) 440px;
	gap: 110px;
	align-items: start;
}

.uthsc-case-main {
	min-width: 0;
}

.uthsc-case-main h2 {
	max-width: 900px;
	font-size: clamp(44px, 3.7vw, 60px);
}

.uthsc-richtext {
	max-width: 980px;
	margin-top: 34px;
	color: var(--uthsc-muted);
	font-size: 17px;
	line-height: 2;
}

.uthsc-richtext p {
	margin: 0 0 24px;
}

.uthsc-richtext img,
.uthsc-richtext figure {
	max-width: 100%;
}

.uthsc-highlights {
	max-width: 1040px;
	margin-top: 52px;
	padding: 42px 46px;
	background: var(--uthsc-surface);
	border-left: 5px solid var(--uthsc-accent);
}

.uthsc-highlights h3 {
	margin: 0;
	color: var(--uthsc-dark);
	font-size: 28px;
}

.uthsc-highlights ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 17px 34px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.uthsc-highlights li {
	display: flex;
	gap: 12px;
	color: #4f6459;
	font-size: 14px;
	line-height: 1.65;
}

.uthsc-highlights li span {
	flex: 0 0 auto;
	color: var(--uthsc-primary);
	font-weight: 900;
}

.uthsc-case-specs {
	position: sticky;
	top: 105px;
	padding: 40px;
	background: var(--uthsc-dark);
	color: #fff;
	box-shadow: 0 26px 70px rgba(16,42,33,.18);
}

.admin-bar .uthsc-case-specs {
	top: 137px;
}

.uthsc-case-specs h3 {
	margin: 0 0 20px;
	color: #fff;
	font-size: 28px;
}

.uthsc-case-specs > div {
	padding: 19px 0;
	border-top: 1px solid rgba(255,255,255,.14);
}

.uthsc-case-specs span,
.uthsc-case-specs strong {
	display: block;
}

.uthsc-case-specs span {
	color: rgba(255,255,255,.58);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.uthsc-case-specs strong {
	margin-top: 7px;
	color: #fff;
	font-size: 15px;
	line-height: 1.55;
}

.uthsc-case-specs .uthsc-btn {
	width: 100%;
	margin-top: 26px;
}

/* Gallery */
.uthsc-gallery-section {
	padding: 132px 0 140px;
	background: var(--uthsc-surface);
}

.uthsc-section-head {
	max-width: 880px;
	margin: 0 auto 58px;
	text-align: center;
}

.uthsc-section-head .uthsc-section-kicker::after {
	content: "";
	width: 46px;
	height: 2px;
	background: var(--uthsc-accent);
}

.uthsc-section-head h2 {
	font-size: clamp(44px, 3.7vw, 60px);
}

.uthsc-gallery {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 24px;
}

.uthsc-gallery-item {
	position: relative;
	height: 430px;
	overflow: hidden;
	background: #dce9e0;
	cursor: zoom-in;
}

.uthsc-gallery-item.is-featured {
	grid-column: 1 / -1;
	height: clamp(620px, 45vw, 780px);
	background: #0d2a20;
}

.uthsc-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s;
}

.uthsc-gallery-item.is-featured img {
	object-fit: contain;
}

.uthsc-gallery-item:hover img {
	transform: scale(1.025);
}

.uthsc-lightbox {
	position: fixed;
	z-index: 999999;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	background: rgba(2,15,10,.94);
	opacity: 0;
	visibility: hidden;
	transition: .22s;
}

.uthsc-lightbox.is-open {
	opacity: 1;
	visibility: visible;
}

.uthsc-lightbox img {
	max-width: 94vw;
	max-height: 90vh;
}

.uthsc-lightbox button {
	position: absolute;
	right: 28px;
	top: 20px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 44px;
	cursor: pointer;
}

/* Related products */
.uthsc-related-products {
	padding: 132px 0;
	background: #fff;
}

.uthsc-product-grid {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 26px;
}

.uthsc-product-grid article {
	padding: 22px;
	border: 1px solid var(--uthsc-border);
	background: #fff;
	transition: transform .25s, box-shadow .25s;
}

.uthsc-product-grid article:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 55px rgba(16,42,33,.10);
}

.uthsc-product-grid img {
	width: 100%;
	height: 280px;
	object-fit: contain;
	background: var(--uthsc-surface);
}

.uthsc-product-grid h3 {
	margin: 20px 0 0;
	color: var(--uthsc-dark);
	font-size: 19px;
	line-height: 1.35;
}

.uthsc-product-grid h3 a {
	color: inherit;
}

/* Tablet */
@media (max-width: 1280px) {
	.uthsc-shell {
		width: min(var(--uthsc-shell), calc(100% - 48px));
	}

	.uthsc-intro-layout {
		gap: 72px;
	}

	.uthsc-card.is-featured {
		grid-template-columns: minmax(0,1.08fr) minmax(380px,.92fr);
	}

	.uthsc-cta-layout {
		gap: 65px;
	}

	.uthsc-case-layout {
		grid-template-columns: minmax(0,1fr) 390px;
		gap: 66px;
	}
}

@media (max-width: 1100px) {
	.uthsc-hero {
		min-height: 640px;
	}

	.uthsc-intro-layout {
		grid-template-columns: 1fr 1fr;
		gap: 48px;
	}

	.uthsc-stats {
		grid-template-columns: repeat(2,1fr);
	}

	.uthsc-stats > div:nth-child(2) {
		border-right: 0;
	}

	.uthsc-stats > div:nth-child(-n+2) {
		border-bottom: 1px solid var(--uthsc-border);
	}

	.uthsc-card.is-featured {
		display: flex;
		grid-column: 1 / -1;
	}

	.uthsc-card.is-featured .uthsc-card-media {
		height: 470px;
		min-height: 0;
	}

	.uthsc-card.is-featured .uthsc-card-body {
		padding: 42px;
	}

	.uthsc-cta-layout {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.uthsc-case-layout {
		grid-template-columns: 1fr;
		gap: 52px;
	}

	.uthsc-case-specs {
		position: relative;
		top: auto;
	}

	.admin-bar .uthsc-case-specs {
		top: auto;
	}

	.uthsc-product-grid {
		grid-template-columns: repeat(2,1fr);
	}
}

/* Mobile */
@media (max-width: 767px) {
	.uthsc-shell {
		width: calc(100% - 30px);
	}

	.uthsc-kicker,
	.uthsc-section-kicker {
		font-size: 9px;
		letter-spacing: .16em;
	}

	.uthsc-kicker::before,
	.uthsc-section-kicker::before,
	.uthsc-section-head .uthsc-section-kicker::after {
		width: 30px;
	}

	.uthsc-hero {
		min-height: 560px;
	}

	.uthsc-hero-inner {
		padding: 78px 0;
	}

	.uthsc-hero h1 {
		font-size: 46px;
	}

	.uthsc-hero p {
		font-size: 14px;
		line-height: 1.75;
	}

	.uthsc-intro {
		padding-top: 78px;
	}

	.uthsc-intro-layout {
		grid-template-columns: 1fr;
		gap: 27px;
	}

	.uthsc-intro h2,
	.uthsc-projects h2,
	.uthsc-section-head h2,
	.uthsc-case-main h2,
	.uthsc-cta h2 {
		font-size: 34px;
	}

	.uthsc-intro-layout > p {
		font-size: 14px;
		line-height: 1.85;
	}

	.uthsc-stats {
		grid-template-columns: 1fr 1fr;
		margin-top: 44px;
	}

	.uthsc-stats > div {
		min-height: 112px;
		padding: 21px 18px;
	}

	.uthsc-stats strong {
		font-size: 22px;
	}

	.uthsc-stats span {
		font-size: 8px;
	}

	.uthsc-projects {
		padding: 78px 0 84px;
	}

	.uthsc-projects-head {
		display: block;
		margin-bottom: 35px;
	}

	.uthsc-filters {
		justify-content: flex-start;
		overflow-x: auto;
		flex-wrap: nowrap;
		margin-top: 25px;
		padding-bottom: 5px;
	}

	.uthsc-filters button {
		flex: 0 0 auto;
	}

	.uthsc-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.uthsc-card.is-featured {
		grid-column: auto;
		min-height: 0;
	}

	.uthsc-card-media,
	.uthsc-card.is-featured .uthsc-card-media {
		height: 290px;
	}

	.uthsc-card-body,
	.uthsc-card.is-featured .uthsc-card-body {
		padding: 25px 23px 24px;
	}

	.uthsc-card h3,
	.uthsc-card.is-featured h3 {
		font-size: 24px;
		line-height: 1.2;
	}

	.uthsc-card p,
	.uthsc-card.is-featured p {
		font-size: 13px;
	}

	.uthsc-cta {
		padding: 82px 0;
	}

	.uthsc-cta-layout {
		grid-template-columns: 1fr;
	}

	.uthsc-cta-panel,
	.uthsc-form {
		padding: 26px 21px;
	}

	.uthsc-contact-actions {
		display: grid;
	}

	.uthsc-contact-actions .uthsc-btn {
		width: 100%;
	}

	.uthsc-single-hero {
		min-height: 590px;
	}

	.uthsc-single-hero .uthsc-shell {
		padding: 82px 0 94px;
	}

	.uthsc-single-hero h1 {
		font-size: 43px;
		line-height: 1.04;
	}

	.uthsc-single-hero p {
		font-size: 14px;
		line-height: 1.75;
	}

	.uthsc-single-facts-wrap {
		margin-top: -42px;
	}

	.uthsc-single-facts {
		grid-template-columns: 1fr 1fr;
	}

	.uthsc-single-facts > div {
		min-height: 106px;
		padding: 20px 17px;
		border-bottom: 1px solid var(--uthsc-border);
	}

	.uthsc-single-facts > div:nth-child(2n) {
		border-right: 0;
	}

	.uthsc-single-facts > div:nth-last-child(-n+2) {
		border-bottom: 0;
	}

	.uthsc-single-facts strong {
		font-size: 13px;
	}

	.uthsc-case-content,
	.uthsc-gallery-section,
	.uthsc-related-products {
		padding: 82px 0;
	}

	.uthsc-case-main h2 {
		font-size: 35px;
	}

	.uthsc-richtext {
		font-size: 14px;
		line-height: 1.9;
	}

	.uthsc-highlights {
		padding: 27px 22px;
	}

	.uthsc-highlights ul {
		grid-template-columns: 1fr;
	}

	.uthsc-case-specs {
		padding: 29px 24px;
	}

	.uthsc-gallery {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.uthsc-gallery-item,
	.uthsc-gallery-item.is-featured {
		grid-column: auto;
		height: 330px;
	}

	.uthsc-product-grid {
		grid-template-columns: 1fr 1fr;
		gap: 11px;
	}

	.uthsc-product-grid article {
		padding: 12px;
	}

	.uthsc-product-grid img {
		height: 165px;
	}

	.uthsc-product-grid h3 {
		font-size: 14px;
	}

	.uthsc-lightbox {
		padding: 18px;
	}
}

/* =========================================================
   v1.1.1 — regular archive cards + simplified WoodMart header
   ========================================================= */

/* Hide the WoodMart top information bar on case pages.
   This removes the small phone/mail round icons and their empty row. */
body.uthsc-page .whb-top-bar,
body.uthsc-page .whb-row.whb-top-bar,
body.uthsc-page .whb-top-bar-inner,
body.uthsc-page .wd-header-text.set-cont-mb-s,
body.uthsc-page .whb-column > .wd-header-text:only-child {
	display: none !important;
}

/* Hide WoodMart's scroll-triggered sticky/drop-down clone on case pages,
   while keeping the normal header visible at the top of the page. */
body.uthsc-page .whb-clone,
body.uthsc-page .whb-sticky-header,
body.uthsc-page .wd-sticky-nav,
body.uthsc-page .whb-main-header.whb-sticked,
body.uthsc-page .whb-sticked .whb-main-header,
body.uthsc-page .whb-sticked.whb-header-bottom,
body.uthsc-page .whb-sticked.whb-header-main {
	display: none !important;
}

/* Restore a conventional project-card layout: no oversized first card. */
.uthsc-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.uthsc-card,
.uthsc-card.is-featured {
	display: flex;
	grid-column: auto;
	grid-template-columns: none;
	min-height: 0;
	flex-direction: column;
}

.uthsc-card-media,
.uthsc-card.is-featured .uthsc-card-media {
	height: 300px;
	min-height: 0;
}

.uthsc-card-body,
.uthsc-card.is-featured .uthsc-card-body {
	padding: 30px 30px 28px;
	justify-content: flex-start;
}

.uthsc-card h3,
.uthsc-card.is-featured h3 {
	font-size: clamp(23px, 1.65vw, 29px);
	line-height: 1.2;
}

.uthsc-card p,
.uthsc-card.is-featured p {
	font-size: 14px;
	line-height: 1.75;
}

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

	.uthsc-card-media,
	.uthsc-card.is-featured .uthsc-card-media {
		height: 320px;
	}
}

@media (max-width: 767px) {
	.uthsc-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.uthsc-card-media,
	.uthsc-card.is-featured .uthsc-card-media {
		height: 270px;
	}

	.uthsc-card-body,
	.uthsc-card.is-featured .uthsc-card-body {
		padding: 24px 22px;
	}
}
