/**
 * Service hero banner styles.
 * SAVE AS: inc/service/assets/css/single-service.css
 *
 * Placeholder layout/colors -- adjust once you have a design reference
 * for this page, same as Our Work's banner was refined against a
 * client mockup.
 */

.container {
	width: 100%;
	max-width: 1528px;
	margin: 0 auto;
	padding: 0 20px;
}

.dhg-service-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 696px;
	background-size: cover;
	background-position: center;
	background-color: #1c1c1c;
	color: #fff;
	padding: 60px 0;
}

.dhg-service-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.75);
}

.dhg-service-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 625px;
}

.dhg-service-hero__title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 30px;
    padding-bottom: 30px;
    position: relative;
}

.dhg-service-hero__title span {
	color: var(--e-global-color-accent);
}

.dhg-service-hero__title::after,
.dhg-service-section-left-right__title:after,
.dhg-service-section-left-right-lists__title:after,
.dhg-service-list-card__title:after,
.dhg-service-section-image-content-cards__title:after,
.dhg-service-icc-card__title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 2px;
    background-color: var(--e-global-color-accent);
}

.dhg-service-hero__content {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 30px;
}

.dhg-service-hero__content p:last-child {
	margin-bottom: 0;
}

.dhg-service__button {
    padding: 16px 14px;
    border-radius: 4px !important;
    background-color: var(--e-global-color-accent);
    color: #fff !important;
    border: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    min-width: 200px;
    text-align: center;
    transition: background-color 0.15s ease;
    letter-spacing: 0.5px;
    display: inline-block;
}

.dhg-service__button:hover {
	background-color: var( --e-global-color-text );
	color: #fff !important;
}

.dhg-service-hero .dhg-service__button:hover {
	background-color: #fff;
	color: var(--e-global-color-accent) !important;
}

/* ── Section: Left/Right Content Block ──────────────────────────────── */

.dhg-service-section-left-right {
	padding: 80px 0;
	background-size: cover;
	background-position: center;
}

.dhg-service-section-left-right .dhg-service__button {
	min-width: 150px;
}

.dhg-service-section-left-right__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

/* Layout toggle: default markup order is content, then media. The
   "media left / content right" option just swaps their visual order
   via CSS `order` -- no markup duplication needed. */
.dhg-service-section-left-right--image-right .dhg-service-section-left-right__content {
	order: 1;
}

.dhg-service-section-left-right--image-right .dhg-service-section-left-right__image {
	order: 2;
}

.dhg-service-section-left-right--image-left .dhg-service-section-left-right__content {
	order: 2;
}

.dhg-service-section-left-right--image-left .dhg-service-section-left-right__image {
	order: 1;
}

.dhg-service-section-left-right__title,
.dhg-service-section-left-right-lists__title,
.dhg-service-section-image-content-cards__title,
.dhg-service-icc-card__title {
    margin: 0 0 30px;
    padding-bottom: 30px;
    color: var( --e-global-color-text );
    position: relative;
}

.dhg-service-section-left-right__title span,
.dhg-service-section-left-right-lists__title span,
.dhg-service-section-card-grid__title span,
.dhg-service-section-image-content-cards__title span,
.dhg-service-icc-card__title span {
    color: var(--e-global-color-accent);
}

.dhg-service-section-left-right__text {
	font-size: 18px;
	line-height: 1.6;
	color: var( --e-global-color-text );
}

.dhg-service-section-left-right__text p:last-child {
	margin-bottom: 0;
}

.dhg-service-section-left-right__button {
	margin-top: 30px;
}

.dhg-service-section-left-right__image img {
	width: 100%;
	height: 469px;
	object-fit: cover;
	display: block;
}

.dhg-service-section-left-right__video {
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* 16:9 */
	overflow: hidden;
}

.dhg-service-section-left-right__video iframe,
.dhg-service-section-left-right__video video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

/* ── Section: Numbered Card Grid ─────────────────────────────────────── */

.dhg-service-section-card-grid {
	padding: 80px 0;
}

.dhg-service-section-card-grid--green {
	background-color: var( --e-global-color-accent );
}

.dhg-service-section-card-grid--dark {
	background-color: #2F2F2F;
}

.dhg-service-section-card-grid__header {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 50px;
}

.dhg-service-section-card-grid__logo {
	margin-bottom: 20px;
}

.dhg-service-section-card-grid__logo img {
	display: inline-block;
	height: 49px;
	width: auto;
}

.dhg-service-section-card-grid--green .dhg-service-section-card-grid__logo img {
	filter: brightness(0) invert(1);
}

.dhg-service-section-card-grid__title {
	line-height: 1.2;
	color: #fff;
	margin: 0 0 30px;
}

.dhg-service-section-card-grid__content {
	line-height: 1.6;
	color: #fff;
}

.dhg-service-section-card-grid__content p:last-child {
	margin-bottom: 0;
}

.dhg-service-section-card-grid__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

/* "Black - 4 Cards" background option: same dark color styling as
   --dark (see the shared rules below), just a 4-column grid instead
   of the default 3 -- confined to desktop widths (min-width) so it
   doesn't fight the existing 1024/900/600px collapse rules further
   down this file, which already take the grid down to 2 then 1
   column regardless of this modifier. */
@media (min-width: 1025px) {
	.dhg-service-section-card-grid--dark-4 .dhg-service-section-card-grid__cards {
		grid-template-columns: repeat(4, 1fr);
	}
}

.dhg-service-card-grid-item {
	padding: 28px;
	border-radius: 4px;
}

.dhg-service-card-grid-item__number {
	font-size: 150px;
    font-weight: 100;
    line-height: 1;
    margin-bottom: 20px;
}

.dhg-service-card-grid-item__subtitle {
	font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.dhg-service-card-grid-item__title {
	font-size: 29px !important;
    font-weight: 900 !important;
    margin: 0 0 20px;
    padding-bottom: 0;
    line-height: 120% !important;
}

.dhg-service-card-grid-item__content {
	font-size: 18px;
    line-height: 130%;
    margin: 0;
	border-bottom: 1px solid var( --e-global-color-accent );
	padding-bottom: 30px;
}

/* Card color scheme when the section background is green: dark cards
   with green accents, matching the reference design. */
.dhg-service-section-card-grid--green .dhg-service-card-grid-item {
	background-color: #2f2f2f;
}

.dhg-service-section-card-grid--green .dhg-service-card-grid-item__number,
.dhg-service-section-card-grid--green .dhg-service-card-grid-item__title {
	color: var( --e-global-color-accent );
}

.dhg-service-section-card-grid--green .dhg-service-card-grid-item__title {
	border-top: 1px solid var(--e-global-color-accent);
    padding-top: 20px;
}

.dhg-service-section-card-grid--green .dhg-service-card-grid-item__subtitle {
	color: #fff;
}

.dhg-service-section-card-grid--green .dhg-service-card-grid-item__content {
	color: #fff;
}

/* Card color scheme when the section background is dark: lighter
   cards for contrast, same green accent on numbers/titles. */
.dhg-service-section-card-grid--dark .dhg-service-card-grid-item {
	background-color: #000;
}

.dhg-service-section-card-grid--dark .dhg-service-card-grid-item__number,
.dhg-service-section-card-grid--dark .dhg-service-card-grid-item__title {
	color: var( --e-global-color-accent );
}

.dhg-service-section-card-grid--dark .dhg-service-card-grid-item__title {
	border-top: 1px solid var(--e-global-color-accent);
    padding-top: 20px;
}

.dhg-service-section-card-grid--dark .dhg-service-card-grid-item__subtitle {
	color: #fff;
}

.dhg-service-section-card-grid--dark .dhg-service-card-grid-item__content {
	color: #fff;
}

.dhg-service-section-card-grid--dark-4 {
	background-color: var(--e-global-color-accent) !important;
}

.dhg-service-section-card-grid--dark-4 .dhg-service-section-card-grid__header {
	display: none;
}

.dhg-service-section-card-grid--dark-4 .dhg-service-card-grid-item__title {
	color: #fff !important;
}


.dhg-service-card-grid-item {
  display: flex;
  flex-direction: column;
}

.dhg-service-card-grid-item__content {
  flex: 1 1 auto;
  margin: 0;
}

.dhg-service-card-grid-item__content {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  margin: 0;
}

/* Numbered Card Grid: number + top label row */
.dhg-service-card-grid-item__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 20px;
}

.dhg-service-card-grid-item__header .dhg-service-card-grid-item__number {
	margin-bottom: 0;
}

.dhg-service-card-grid-item__top-label {
	font-size: 18px;
    font-weight: 400;
    color: var(--e-global-color-accent);
}

/* ── Video poster / click-to-play overlay ────────────────────────────── */

.dhg-video-poster-wrap {
	position: relative;
}

.dhg-video-poster {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 1;
}

.dhg-video-poster__play {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.15s ease, transform 0.15s ease;
}

.dhg-video-poster__play::after {
	content: "";
	width: 0;
	height: 0;
	margin-left: 6px;
	border-style: solid;
	border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent #fff;
}

.dhg-video-poster:hover .dhg-video-poster__play {
	background-color: var(--e-global-color-accent);
	transform: scale(1.08);
}

.dhg-video-poster.is-hidden,
.dhg-video-poster__embed.is-hidden {
	display: none;
}

.dhg-video-poster__embed iframe,
.dhg-video-poster__embed video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

/* ── Section: Left/Right Content Block with Lists ─────────────────────── */

.dhg-service-section-left-right-lists {
	padding: 80px 0;
}

.dhg-service-section-left-right-lists__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.dhg-service-section-left-right-lists__title {
	margin: 0 0 20px;
	color: var( --e-global-color-text );
}


.dhg-service-section-left-right-lists__text {
	font-size: 18px;
	line-height: 1.6;
	color: var( --e-global-color-text );
	margin-bottom: 20px;
}

.dhg-service-section-left-right-lists__list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.dhg-service-section-left-right-lists__list li,
.dhg-service-list-card__list li {
	font-size: 18px;
	line-height: 135%;
	font-weight: 700;
	color: var(--e-global-color-accent);
	margin-bottom: 8px;
	position: relative;
	padding-left: 15px;
}

.dhg-service-section-left-right-lists__list li:before,
.dhg-service-list-card__list li:before {
	width: 2px;
	height: 85%;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #000;
}

.dhg-service-section-left-right-lists__list.lists__col___inline {
	display: flex;
    gap: 40px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.dhg-service-section-left-right-lists__image img {
	width: 100%;
	height: 469px;
	object-fit: cover;
	display: block;
}

.dhg-service-section-left-right-lists__col___right .dhg-service-section-left-right-lists__title {
  font-size: 30px !important;
}



/* ── Section: 3-Box Feature Cards ─────────────────────────────────────── */

.dhg-service-section-feature-cards {
	padding: 80px 0;
	background-color: #F3F3F3;
}

.dhg-service-section-feature-cards__header {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 50px;
}

.dhg-service-section-feature-cards__logo img {
	display: inline-block;
	height: 49px;
	width: auto;
	margin-bottom: 20px;
}

.dhg-service-section-feature-cards__title {
	margin: 0 0 20px;
}

.dhg-service-section-feature-cards__subtitle {
	font-size: 40px;
    line-height: 120%;
    font-weight: 700;
	color: var(--e-global-color-accent);
}

.dhg-service-section-feature-cards__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.dhg-service-feature-card {
	padding: 50px 30px;
    background: #fff;
    border-radius: 5px;
    justify-content: center;
    display: flex;
    flex-direction: column;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.10);
}

.featured-min-height .dhg-service-feature-card {
	min-height: 511px;
}

.dhg-service-feature-card__subtitle {
	font-size: 18px;
    font-weight: 900;
    margin-bottom: 20px;
	padding-bottom: 20px;
	color: var(--e-global-color-accent);
    border-bottom: 1px solid var(--e-global-color-accent);
}

.dhg-service-feature-card__title {
	font-size: 30px !important;
    margin: 0 0 15px;
    font-weight: 900 !important;
    min-height: 70px;
    line-height: 120% !important;
}

.dhg-service-feature-card__content {
	font-size: 18px;
	margin: 0;
}

.dhg-service-feature-card__button {
	display: flex;
	gap: 15px;
	font-size: 16px;
	font-weight: 700;
	color: var(--e-global-color-accent) !important;
	align-items: center;
	border-top: 1px solid var(--e-global-color-accent);
	margin-top: 20px;
	padding-top: 20px;
}

.dhg-service-feature-card__button .dhg-sector-card__arrow {
	width: 13px;
    height: 13px;
	transition: transform 0.3s ease;
}

.dhg-service-feature-card__button:hover .dhg-sector-card__arrow {
	transform: rotate(45deg);
}



/* ── Section: Image Column Grid ───────────────────────────────────────── */
/* Markup reuses Our Work's .dhg-sector-grid / .dhg-sector-card classes
   directly (see single-service-section-column-grid.php), so no card
   styling is duplicated here -- just the section's own vertical rhythm. */

.dhg-service-section-column-grid {
	padding: 60px 0;
}

/* ── Section: List Cards Grid ──────────────────────────────────────────── */

.dhg-service-section-list-cards-grid {
	padding: 80px 0;
}

.dhg-service-section-list-cards-grid__title {
	text-align: left;
    margin: 0 auto 50px;
}

.dhg-service-section-list-cards-grid__title span {
	color: var(--e-global-color-accent);
}

.dhg-service-section-list-cards-grid__cards {
	display: grid;
	grid-template-columns: repeat(var(--dhg-lcg-columns, 3), 1fr);
	gap: 70px;
}

.dhg-service-list-card__subtitle {
	font-size: 18px;
	margin-bottom: 12px;
	color: var(--e-global-color-accent);
}

.dhg-service-list-card__title {
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
	font-weight: 400 !important;
}

.dhg-service-list-card__list {
	padding-left: 0;
    list-style-type: none;
}




/* ── Section: Featured Project ─────────────────────────────────────────── */

.dhg-service-section-featured-project {
	padding: 80px 0;
	background-color: var(--e-global-color-accent);
}

.dhg-service-section-featured-project__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.dhg-service-section-featured-project__image img {
	width: 100%;
    height: 469px;
    display: block;
    border-radius: 0;
    object-fit: cover;
}

.dhg-service-section-featured-project__sector {
	font-size: 18px;
	font-weight: 400;
	color: var(--e-global-color-text);
}

.dhg-service-section-featured-project__grid__header__title {
	font-size: 30px;
	font-weight: 400;
	line-height: 120%;
	display: block;
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}

.dhg-service-section-featured-project__grid__header__title:after,
.dhg-service-section-featured-project__title:after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 2px;
    background-color: #fff;
}

.dhg-service-section-featured-project__title {
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}

.dhg-service-section-featured-project__text {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.dhg-service-section-featured-project__meta {
	gap: 30px;
    display: grid;
    grid-template-columns: repeat(var(--dhg-lcg-columns, 3), 1fr);
}

.dhg-service-section-featured-project__meta span {
	display: block;
	color: var(--e-global-color-text);
	font-weight: 400;
	margin-bottom: 5px;
}

.dhg-service-section-featured-project__meta-item {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	position: relative;
	padding-left: 20px;
}

.dhg-service-section-featured-project__meta-item:before {
	width: 2px;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
}

.dhg-service-section-featured-project__meta ul {
	padding: 0;
    margin: 0 0 0 18px;
}

/* ── Section: Quote ────────────────────────────────────────────────────── */
/* Two-column layout matching the live site's homepage quote block:
   image as a CSS background on the left, dark content panel on the
   right (icon marks, text, divider, name, button) -- verified via
   computed styles on https://deanhouse-group.wearenotlive.com/. */

.dhg-service-section-quote__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 982px;
}

.dhg-service-section-quote__image {
	background-size: cover;
	background-position: center;
	background-color: #1c1c1c;
	min-height: 480px;
}

.dhg-service-section-quote__content-col {
	background-color: #2F2F2F;
	display: flex;
	align-items: center;
}

.dhg-service-section-quote__inner {
	padding: 70px 40px;
	max-width: 860px;
	width: 100%;
}

.dhg-service-section-quote__icon {
	color: #fff;
	margin-bottom: 25px;
}

.dhg-service-section-quote__icon--close {
	margin-top: 25px;
	margin-bottom: 0;
}

.dhg-service-section-quote__content {
	font-size: 35px;
    line-height: 120%;
	font-weight: 400;
	color: #fff;
}

.dhg-service-section-quote__content p:last-child {
	margin-bottom: 0;
}

.dhg-service-section-quote__divider {
	width: 200px;
	height: 2px;
	background-color: var(--e-global-color-accent);
	margin: 30px 0;
}

.dhg-service-section-quote__name {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 25px;
}

.dhg-service-section-quote__name span {
	color: var(--e-global-color-accent);
}

.dhg-service__button--outline {
	background-color: transparent;
	color: #fff !important;
	border: 2px solid #fff;
}

.dhg-service__button--outline:hover {
	background-color: #fff;
	color: #2F2F2F !important;
}

/* ── Section: Recent Projects ──────────────────────────────────────────── */

.dhg-service-section-recent-projects {
	padding: 80px 0;
}

.dhg-service-section-recent-projects__header {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 50px;
}

.dhg-service-section-recent-projects__subtitle {
	font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
	color: var(--e-global-color-accent);
}

.dhg-service-section-recent-projects__title {
	margin: 0;
	color: var(--e-global-color-accent);
    font-weight: 900 !important;
	position: relative;
	padding-bottom: 30px;
}

.dhg-service-section-recent-projects__title:after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
	transform: translateX(-50%);
    width: 200px;
    height: 2px;
    background-color: var(--e-global-color-accent);
}

.dhg-service-section-recent-projects__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-bottom: 70px;
}

.dhg-service-recent-project-card {
	text-decoration: none;
	color: inherit;
	display: flex;
    flex-direction: column;
}

.dhg-service-recent-project-card__image {
	width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 0;
    margin-bottom: 15px;
    min-height: 416px;
}

.dhg-service-recent-project-card__title {
	font-size: 28px !important;
	color: var(--e-global-color-accent);
	margin: 0;
}

.dhg-service-section-recent-projects__cta {
	text-align: center;
}

/* ── Section: Image + Content Cards (2 columns) ───────────────────────── */

.dhg-service-section-image-content-cards {
	padding: 80px 0;
}


.dhg-service-section-image-content-cards__content {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 40px;
	width: 100%;
    max-width: 750px;
}

.dhg-service-section-image-content-cards__cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px;
}

.dhg-service-icc-card__image img {
	width: 100%;
	height: 416px;
	object-fit: cover;
	display: block;
	margin-bottom: 30px;
}


.dhg-service-icc-card__content {
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
}

.dhg-service-recent-project-card__content {
	border-left: 2px solid var(--e-global-color-accent);
	padding-left: 20px;
	margin-bottom: 30px;
	height: 100%;
}

.dhg-service-recent-project-card__content__btn__wrap {
	display: flex;
    border-top: 2px solid var(--e-global-color-accent);
    padding-top: 20px;
    margin-top: auto;
    color: var(--e-global-color-accent);
    font-size: 18px;
    font-weight: 700;
	gap: 10px;
	align-items: center;
}

.dhg-service-recent-project-card__content__btn__wrap .dhg-sector-card__arrow {
	width: 13px;
	height: 13px;
	transition: transform 0.3s ease;
}

.dhg-service-recent-project-card__content__btn__wrap:hover .dhg-sector-card__arrow {
	transform: rotate(45deg);
}

.dhg-service-recent-project-card__content .dhg-service-section-featured-project__sector {
	margin-bottom: 10px;
	color: var(--e-global-color-accent);
}

.dhg-service-section-column-grid .dhg-sector-card__arrow {
	flex: 0 0 22px;
}

.dhg-service-section-column-grid .dhg-sector-card:hover .dhg-sector-card__description {
	margin-top: 50px;
	max-height: 100%;
	opacity: 1;
}

.left-right-min-height {
	min-height: 769px;
	display: flex;
	align-items: center;
}

@media (max-width: 1600px) {
	.dhg-service-section-left-right-lists__list.lists__col___inline {
		gap: 20px;
	}
}

@media (max-width: 1300px) {
	.dhg-service-section-left-right-lists__grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

@media (max-width: 1024px) {
	.dhg-service-section-card-grid__cards {
		grid-template-columns: repeat(2, 1fr);
	}

	.dhg-service-section-image-content-cards__cards,
	.dhg-service-section-list-cards-grid__cards,
	.dhg-service-section-featured-project__grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.left-right-min-height {
		min-height: auto;
	}

}


@media (max-width: 900px) {

	.dhg-service-section-list-cards-grid__cards {
		grid-template-columns: repeat(2, 1fr);
	}

	.dhg-service-section-left-right__grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.dhg-service-section-left-right-lists__grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	/* On mobile, always show content above media regardless of the
	   desktop layout choice -- avoids a media-first reading order on
	   small screens. */
	.dhg-service-section-left-right--image-left .dhg-service-section-left-right__content,
	.dhg-service-section-left-right--image-right .dhg-service-section-left-right__content {
		order: 1;
	}

	.dhg-service-section-left-right--image-left .dhg-service-section-left-right__image,
	.dhg-service-section-left-right--image-right .dhg-service-section-left-right__image {
		order: 2;
	}

	.dhg-service-section-image-content-cards__cards {
		grid-template-columns: 1fr;
	}

	.dhg-service-section-card-grid__cards {
		grid-template-columns: 1fr 1fr;
	}

	.dhg-service-section-feature-cards__cards {
		grid-template-columns: 1fr;
	}

	.dhg-service-section-featured-project__grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.dhg-service-section-quote__grid {
		grid-template-columns: 1fr;
	}

	.dhg-service-section-quote__image {
		min-height: 571px;
	}

	.dhg-service-section-quote__inner {
		max-width: none;
		padding: 50px 20px;
	}

	.dhg-service-section-quote__content {
		font-size: 24px;
	}

	.dhg-service-section-recent-projects__cards {
		grid-template-columns: 1fr 1fr;
	}
}


@media (max-width: 767px) {
	.dhg-service-hero__title {
		font-size: 32px;
	}

	.dhg-service-section-left-right,
	.dhg-service-section-left-right-lists,
	.dhg-service-section-card-grid,
	.dhg-service-section-feature-cards,
	.dhg-service-section-featured-project,
	.dhg-service-section-list-cards-grid,
	.dhg-service-section-image-content-cards,
	.dhg-service-section-recent-projects,
	.dhg-service-section-column-grid {
		padding: 30px 0;
	}

	.featured-min-height .dhg-service-feature-card {
		min-height: auto;
	}

	.dhg-service-section-left-right-lists__list.lists__col___inline {
        gap: 0;
        flex-direction: column;
    }

	.dhg-service-hero {
		min-height: auto;
	}

	.dhg-service-section-card-grid__cards,
	.dhg-service-section-featured-project__meta {
		grid-template-columns: 1fr;
	}

	.dhg-service-section-list-cards-grid__cards {
		grid-template-columns: 1fr;
	}

	.dhg-service-section-recent-projects__cards {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.dhg-service-section-feature-cards__subtitle {
    	font-size: 30px;
	}

	.dhg-service-feature-card__title {
		min-height: auto;
	}

	.dhg-service-card-grid-item__number {
    	font-size: 100px;
	}

	.dhg-service-section-featured-project__meta {
    	gap: 15px;
	}
}
