/*
Theme Name: Digitec Hellas
Theme URI: https://www.digitechellas.eu/
Author: Digitec Hellas
Author URI: https://www.digitechellas.eu/
Description: Siemens-style WordPress theme for Digitec Hellas electronics manufacturing.
Version: 2.6.5
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digitechellas
Tags: custom-logo, custom-menu, featured-images, wide-blocks, responsive-layout
*/

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("assets/fonts/inter-latin-variable.woff2") format("woff2");
}

:root {
	--dh-black: #111111;
	--dh-ink: #2d373c;
	--dh-muted: rgba(45, 55, 60, 0.66);
	--dh-light: #ebf0f2;
	--dh-yellow: #fec21e;
	--dh-green: #5f7216;
	--dh-white: #ffffff;
	--dh-line: rgba(17, 17, 17, 0.1);
	--dh-container: 1600px;
	--dh-shadow: 0 28px 70px rgba(17, 17, 17, 0.16);
}

* {
	box-sizing: border-box;
}

html {
	font-size: 93.75%;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	background: var(--dh-white);
	color: var(--dh-ink);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.5;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.menu-is-open {
	overflow: hidden;
}

img,
video,
svg {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	cursor: pointer;
}

::selection {
	background: var(--dh-yellow);
	color: #000;
}

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

.skip-link:focus {
	z-index: 1000;
	top: 1rem;
	left: 1rem;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	clip: auto;
	background: var(--dh-yellow);
	color: #000;
	font-weight: 700;
}

.section-container {
	width: min(100% - 3rem, var(--dh-container));
	margin-inline: auto;
}

.section-full {
	min-height: 100svh;
}

.section-panel {
	padding: clamp(5.5rem, 9vw, 8rem) 0;
}

.section-panel--dark {
	background: var(--dh-black);
	color: #fff;
}

.section-heading {
	margin-bottom: clamp(3rem, 6vw, 5rem);
}

.section-heading--split {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2rem;
	padding-bottom: clamp(2rem, 4vw, 4rem);
	border-bottom: 2px solid var(--dh-line);
}

.section-heading--split p:not(.eyebrow) {
	max-width: 460px;
}

.section-heading h2,
.industry-section h2,
.technical-data-section h2,
.cta-section h2 {
	margin: 0;
	color: inherit;
	font-size: clamp(2.8rem, 5vw, 5.6rem);
	font-weight: 700;
	line-height: 0.92;
	letter-spacing: -0.055em;
	text-transform: uppercase;
}

.section-heading p:not(.eyebrow),
.industry-section p,
.cta-section p {
	color: var(--dh-muted);
	font-size: clamp(1rem, 1.25vw, 1.18rem);
	font-weight: 500;
	line-height: 1.7;
}

.eyebrow {
	margin: 0 0 1rem;
	color: var(--dh-green);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.eyebrow--light {
	color: var(--dh-yellow);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	border: 0;
	padding: 1rem 2.1rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	font-family: inherit;
	cursor: pointer;
	transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover,
.button:focus-visible {
	transform: translateY(-1px);
}

.button--primary {
	background: var(--dh-yellow);
	color: #000;
}

.button--primary:hover,
.button--primary:focus-visible {
	background: var(--dh-green);
	color: #000;
}

.button--ghost {
	border: 2px solid currentColor;
	color: #fff;
}

.button--ghost:hover,
.button--ghost:focus-visible {
	background: #fff;
	color: #000;
}

.button--dark {
	background: var(--dh-black);
	color: var(--dh-yellow);
}

.button--dark:hover,
.button--dark:focus-visible {
	background: var(--dh-yellow);
	color: #000;
}

.button-group {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.icon {
	width: 1.1rem;
	height: 1.1rem;
	flex: 0 0 auto;
}

.site-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 100;
	color: #fff;
	transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease, padding 220ms ease;
}

body:not(.home) .site-header,
.site-header.is-scrolled {
	background: rgba(255, 255, 255, 0.96);
	color: var(--dh-ink);
	box-shadow: 0 8px 24px rgba(17, 17, 17, 0.12);
	backdrop-filter: blur(14px);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(100% - 3rem, var(--dh-container));
	min-height: 88px;
	margin-inline: auto;
	gap: 1.5rem;
	transition: min-height 220ms ease;
}

.site-header.is-scrolled .site-header__inner {
	min-height: 68px;
}

.site-brand {
	display: inline-flex;
	align-items: center;
	gap: 1.5rem;
	min-width: 0;
}

.site-logo {
	display: grid;
	place-items: center;
	width: 96px;
	height: 56px;
	padding: 0.5rem;
	border-bottom: 4px solid var(--dh-yellow);
	background: #fff;
	box-shadow: 0 10px 28px rgba(17, 17, 17, 0.12);
	transition: transform 180ms ease;
}

.site-brand:hover .site-logo {
	transform: scale(1.04);
}

.site-logo__image,
.custom-logo {
	max-height: 40px;
	width: auto;
	object-fit: contain;
}

.site-brand__name,
.site-brand__tagline {
	display: block;
}

.site-brand__name {
	color: var(--dh-yellow);
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.site-brand__tagline {
	margin-top: 0.1rem;
	color: currentColor;
	opacity: 0.72;
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.site-header.is-scrolled .site-brand__text {
	opacity: 0;
}

.primary-navigation__list,
.mobile-navigation__list,
.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-navigation__list {
	display: flex;
	align-items: center;
	gap: clamp(1.2rem, 2.5vw, 2.5rem);
}

.primary-navigation a {
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	transition: color 160ms ease;
}

.primary-navigation a:hover,
.primary-navigation a:focus-visible,
.primary-navigation .current-menu-item > a,
.primary-navigation .current_page_item > a {
	color: var(--dh-yellow);
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.button--quote {
	min-height: auto;
	padding: 0;
	background: transparent;
	color: var(--dh-yellow);
}

.button--quote:hover,
.button--quote:focus-visible {
	background: transparent;
	color: var(--dh-green);
	text-decoration: underline;
	transform: none;
}

.menu-toggle {
	position: relative;
	display: none;
	width: 44px;
	height: 44px;
}

.menu-toggle__line,
.menu-toggle__line::before,
.menu-toggle__line::after {
	position: absolute;
	left: 50%;
	width: 26px;
	height: 2px;
	background: currentColor;
	content: "";
	transform: translateX(-50%);
	transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle__line {
	top: 50%;
}

.menu-toggle__line::before {
	top: -8px;
}

.menu-toggle__line::after {
	top: 8px;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line {
	background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line::before {
	top: 0;
	transform: translateX(-50%) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line::after {
	top: 0;
	transform: translateX(-50%) rotate(-45deg);
}

.mobile-navigation {
	background: var(--dh-black);
	color: #fff;
}

.mobile-navigation__list {
	display: grid;
	gap: 0.5rem;
	width: min(100% - 3rem, var(--dh-container));
	margin-inline: auto;
	padding: 1.25rem 0 1.5rem;
}

.mobile-navigation a {
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: 0.35rem 0;
	color: #fff;
	font-size: clamp(1.35rem, 3.2vw, 2rem);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.15;
	text-transform: uppercase;
}

.mobile-navigation a:hover {
	color: var(--dh-yellow);
}

.mobile-navigation .current-menu-item > a,
.mobile-navigation .current_page_item > a {
	color: var(--dh-yellow);
}

.hero-section {
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: var(--dh-black);
	color: #fff;
}

.hero-section__video,
.hero-section__poster,
.hero-section__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.hero-section__video,
.hero-section__poster {
	object-fit: cover;
	filter: grayscale(1);
	opacity: 0.3;
}

.hero-section__overlay {
	background: linear-gradient(90deg, #111 0%, rgba(17, 17, 17, 0.84) 52%, rgba(17, 17, 17, 0.18) 100%);
}

.hero-section__content {
	position: relative;
	z-index: 1;
	padding-top: 7rem;
}

.hero-section__rule,
.section-rule {
	display: block;
	width: 64px;
	height: 6px;
	margin-bottom: 2rem;
	background: var(--dh-green);
}

.hero-section h1 {
	max-width: 960px;
	margin: 0;
	color: #fff;
	font-size: clamp(4rem, 8.2vw, 8rem);
	font-weight: 700;
	line-height: 0.94;
	letter-spacing: -0.07em;
	text-transform: uppercase;
}

.hero-section h1 span {
	color: var(--dh-yellow);
}

.hero-section__intro {
	max-width: 720px;
	margin: 2rem 0 3rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1.1rem, 1.65vw, 1.35rem);
	font-weight: 500;
	line-height: 1.65;
}

.hero-section__info {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 3rem;
	max-width: 560px;
	padding: 3rem;
	background: var(--dh-yellow);
	color: #000;
}

.hero-section__info strong {
	display: block;
	font-size: 2.7rem;
	font-weight: 700;
	line-height: 1;
}

.hero-section__info span {
	display: block;
	margin-top: 0.5rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	opacity: 0.78;
}

.services-section {
	background: var(--dh-light);
}

.services-switcher {
	display: grid;
	grid-template-columns: 400px minmax(0, 1fr);
	gap: clamp(2rem, 4vw, 4rem);
}

.services-switcher__tabs {
	display: grid;
	align-content: start;
	gap: 1rem;
}

.service-tab {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	width: 100%;
	padding: 1.8rem 2rem;
	border-left: 8px solid transparent;
	color: var(--dh-ink);
	text-align: left;
	transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-tab:hover {
	background: rgba(255, 255, 255, 0.5);
}

.service-tab.is-active {
	border-color: var(--dh-yellow);
	background: #fff;
	box-shadow: var(--dh-shadow);
}

.service-tab__number {
	display: block;
	margin-bottom: 0.45rem;
	color: var(--dh-green);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.service-tab__title {
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	text-transform: uppercase;
}

.service-tab .icon {
	width: 1.25rem;
	height: 1.25rem;
	color: rgba(45, 55, 60, 0.2);
	transition: color 180ms ease, transform 180ms ease;
}

.service-tab.is-active .icon {
	color: var(--dh-yellow);
	transform: translateX(0.5rem);
}

.services-switcher__panels {
	min-height: 650px;
}

.service-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
	gap: clamp(2rem, 4vw, 4rem);
	align-items: center;
	min-height: 650px;
	padding: clamp(2rem, 5vw, 5rem);
	border-top: 8px solid var(--dh-yellow);
	background: #fff;
	box-shadow: var(--dh-shadow);
}

.service-panel[hidden] {
	display: none;
}

.service-panel h3 {
	margin: 0;
	max-width: 620px;
	color: var(--dh-ink);
	font-size: clamp(2.4rem, 4vw, 4.6rem);
	font-weight: 700;
	line-height: 0.9;
	letter-spacing: -0.065em;
	text-transform: uppercase;
}

.service-panel p:not(.eyebrow) {
	max-width: 600px;
	margin: 2rem 0 0;
	color: var(--dh-muted);
	font-size: 1.12rem;
	font-weight: 500;
	line-height: 1.75;
}

.service-panel__metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
	margin: 3rem 0;
	padding-top: 3rem;
	border-top: 1px solid rgba(45, 55, 60, 0.1);
}

.service-panel__metrics small,
.service-panel__metrics strong {
	display: block;
}

.service-panel__metrics small {
	margin-bottom: 0.4rem;
	color: rgba(45, 55, 60, 0.42);
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.service-panel__metrics strong {
	color: var(--dh-ink);
	font-size: 1.25rem;
	font-weight: 700;
}

.service-panel__media {
	position: relative;
	height: 500px;
	overflow: hidden;
}

.service-panel__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1);
	transition: filter 500ms ease, transform 700ms ease;
}

.service-panel:hover .service-panel__media img {
	filter: grayscale(0);
	transform: scale(1.04);
}

.service-panel__media span {
	position: absolute;
	inset: 20px;
	border: 20px solid rgba(254, 194, 30, 0.12);
	pointer-events: none;
}

.industry-section {
	background: #fff;
}

.industry-section__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
	gap: clamp(3rem, 7vw, 8rem);
	align-items: center;
}

.industry-section__intro {
	position: relative;
}

.industry-section__intro > span {
	position: absolute;
	top: -3rem;
	left: -3rem;
	z-index: -1;
	width: 16rem;
	height: 16rem;
	background: rgba(170, 192, 45, 0.08);
}

.industry-section h2 span,
.industry-section h2 {
	max-width: 760px;
}

.industry-section h2::after {
	content: "";
	display: block;
	width: 0;
}

.industry-section h2 {
	margin-bottom: 2rem;
}

.industry-section h2::first-line {
	color: var(--dh-ink);
}

.capability-stack {
	display: grid;
	gap: 1.05rem;
}

.capability-stack__item {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.capability-stack__item i {
	width: 2rem;
	height: 2px;
	background: var(--dh-yellow);
	transition: width 180ms ease;
}

.capability-stack__item:hover i {
	width: 3rem;
}

.technical-data-section {
	background: #fff;
}

.technical-data-section .section-heading {
	max-width: 920px;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid var(--dh-line);
	background: var(--dh-line);
}

.stat-card {
	padding: clamp(2rem, 4vw, 3rem);
	background: #fff;
	text-align: center;
	transition: background 180ms ease, color 180ms ease;
}

.stat-card:hover {
	background: var(--dh-yellow);
	color: #000;
}

.stat-card strong {
	display: block;
	color: currentColor;
	font-size: clamp(2rem, 3vw, 3.4rem);
	font-weight: 700;
	line-height: 1;
}

.stat-card span {
	display: block;
	margin-bottom: 1rem;
	color: rgba(45, 55, 60, 0.44);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.customers-section .section-heading h2 {
	color: #fff;
}

.customers-section .section-heading {
	max-width: 900px;
}

.customers-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: 4rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.1);
}

.customer-card {
	display: block;
	min-height: 250px;
	padding: clamp(3rem, 5vw, 4rem);
	background: #1a1a1a;
	transition: background 220ms ease;
}

.customer-card__inner {
	display: grid;
	grid-template-rows: 5.5rem minmax(2.7rem, auto);
	gap: 1rem;
	width: 100%;
	height: 100%;
	align-content: center;
}

.customer-card__media {
	display: grid;
	min-width: 0;
	place-items: center;
}

.customers-strip img {
	width: auto;
	max-width: 100%;
	max-height: 70px;
	object-fit: contain;
	filter: grayscale(1);
	opacity: 0.52;
	transition: filter 300ms ease, opacity 300ms ease, transform 300ms ease;
}

.customers-strip span {
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	transition: color 220ms ease;
}

.customer-card__name {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-height: 2.7rem;
	text-align: center;
}

.customer-card:hover {
	background: var(--dh-yellow);
}

.customer-card:hover img {
	filter: grayscale(0);
	opacity: 1;
	transform: translateY(-2px);
}

.customer-card:hover span {
	color: #000;
}

.cta-section {
	padding: clamp(4rem, 7vw, 6rem) 0;
	background: var(--dh-black);
	color: #fff;
}

.cta-section__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding-top: clamp(2rem, 4vw, 3rem);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-section h2 {
	max-width: 820px;
	color: #fff;
	font-size: clamp(2.5rem, 4.5vw, 5rem);
}

.cta-section p:not(.eyebrow) {
	max-width: 760px;
	color: rgba(255, 255, 255, 0.54);
}

.cta-section__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: flex-end;
}

.site-footer {
	border-top: 8px solid var(--dh-yellow);
	background: var(--dh-black);
	color: #fff;
}

.site-footer__inner {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1fr;
	gap: clamp(2rem, 5vw, 5rem);
	width: min(100% - 3rem, var(--dh-container));
	margin-inline: auto;
	padding: clamp(5rem, 9vw, 8rem) 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-logo--footer {
	margin-bottom: 3rem;
}

.site-footer__lead {
	max-width: 520px;
	margin: 0;
	color: rgba(255, 255, 255, 0.52);
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.7;
}

.site-footer h2 {
	margin: 0 0 2rem;
	color: var(--dh-yellow);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.site-footer ul {
	display: grid;
	gap: 1rem;
}

.site-footer a {
	color: rgba(255, 255, 255, 0.72);
	font-weight: 650;
	transition: color 160ms ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
	color: var(--dh-yellow);
}

.site-footer__contact {
	font-style: normal;
}

.site-footer__contact p {
	display: flex;
	gap: 0.8rem;
	align-items: flex-start;
	color: rgba(255, 255, 255, 0.72);
}

.site-footer__contact .icon {
	margin-top: 0.2rem;
	color: var(--dh-yellow);
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: min(100% - 3rem, var(--dh-container));
	margin-inline: auto;
	padding: 2rem 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.site-footer__bottom nav {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.content-area {
	width: min(100% - 3rem, 920px);
	margin: 0 auto;
	padding: 8rem 0 5rem;
}

.content-area--embedded {
	padding: 0;
}

.page-content-section {
	padding-top: 0;
	background: #fff;
}

.entry {
	margin-bottom: 3rem;
}

.entry-title {
	margin: 0 0 1rem;
	font-size: clamp(2.4rem, 5vw, 5rem);
	font-weight: 700;
	line-height: 0.95;
	letter-spacing: -0.055em;
	text-transform: uppercase;
}

.entry-meta,
.entry-content {
	color: var(--dh-muted);
}

.entry-content {
	font-size: 1.08rem;
	line-height: 1.75;
}

.privacy-policy-content {
	color: var(--dh-ink);
}

.privacy-policy-content .legal-updated {
	margin: 0 0 1.25rem;
	color: var(--dh-muted);
	font-size: 0.9rem;
}

.privacy-policy-content .legal-intro {
	max-width: 820px;
	margin: 0 0 2.5rem;
	color: var(--dh-ink);
	font-size: clamp(1.15rem, 2vw, 1.35rem);
	line-height: 1.65;
}

.privacy-policy-content h2 {
	margin: 4rem 0 1rem;
	color: var(--dh-ink);
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	line-height: 1.2;
}

.privacy-policy-content h3 {
	margin: 2.25rem 0 0.65rem;
	color: var(--dh-ink);
	font-size: 1.25rem;
	line-height: 1.35;
}

.privacy-policy-content p,
.privacy-policy-content li {
	max-width: 820px;
}

.privacy-policy-content ul {
	margin: 1rem 0 1.5rem;
	padding-left: 1.35rem;
}

.privacy-policy-content li + li {
	margin-top: 0.55rem;
}

.privacy-policy-content a {
	color: #466d17;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.legal-toc {
	margin: 2rem 0 3.5rem;
	padding: 1.5rem 1.75rem;
	background: #edf1ea;
	border-left: 4px solid var(--dh-accent);
}

.legal-toc strong {
	display: block;
	margin-bottom: 0.75rem;
	color: var(--dh-ink);
	font-size: 1rem;
}

.legal-toc ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.5rem 2rem;
	margin: 0;
	padding-left: 1.15rem;
}

.legal-toc li + li {
	margin-top: 0;
}

.legal-note {
	margin: 1.75rem 0;
	padding: 1.15rem 1.35rem;
	background: #f7f8f5;
	border: 1px solid var(--dh-line);
}

.privacy-contact {
	margin-top: 4rem;
	padding: 2rem 0;
	border-top: 1px solid var(--dh-line);
	border-bottom: 1px solid var(--dh-line);
}

.privacy-contact p {
	margin: 0;
}

.privacy-contact p + p {
	margin-top: 0.5rem;
}

@media (max-width: 680px) {
	.legal-toc ul {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1100px) {
	.primary-navigation {
		display: none;
	}

	.menu-toggle {
		display: inline-grid;
		place-items: center;
	}

	.services-switcher,
	.service-panel,
	.industry-section__grid,
	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.services-switcher__panels,
	.service-panel {
		min-height: auto;
	}

	.service-panel__media {
		height: min(60vw, 460px);
	}

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

	.cta-section__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.cta-section__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 720px) {
	.section-container,
	.site-header__inner,
	.site-footer__inner,
	.site-footer__bottom,
	.content-area {
		width: min(100% - 1.25rem, var(--dh-container));
	}

	.section-panel {
		padding: 4.5rem 0;
	}

	.site-header__inner {
		min-height: 72px;
	}

	.site-logo {
		width: 82px;
		height: 50px;
	}

	.site-brand__text,
	.button--quote {
		display: none;
	}

	.hero-section h1 {
		font-size: clamp(3.3rem, 18vw, 5.6rem);
	}

	.hero-section__content {
		padding-top: 6rem;
	}

	.button-group,
	.cta-section__actions {
		width: 100%;
		flex-direction: column;
	}

	.button {
		width: 100%;
	}

	.section-heading--split {
		align-items: flex-start;
		flex-direction: column;
	}

	.services-switcher {
		grid-template-columns: 1fr;
	}

	.service-tab {
		padding: 1.25rem;
	}

	.service-panel {
		padding: 1.4rem;
	}

	.service-panel__metrics,
	.stats-grid,
	.customers-strip {
		grid-template-columns: 1fr;
	}

	.service-panel__media {
		height: 330px;
	}

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

.page-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(9rem, 14vw, 12rem) 0 clamp(4.5rem, 8vw, 7rem);
	background:
		linear-gradient(90deg, rgba(17, 17, 17, 0.94), rgba(17, 17, 17, 0.72)),
		url("assets/images/pcb-dark-hero.jpg") center / cover;
	color: #fff;
}

.page-hero h1 {
	max-width: 980px;
	margin: 0;
	color: #fff;
	font-size: clamp(3rem, 7vw, 7rem);
	font-weight: 700;
	line-height: 0.94;
	letter-spacing: -0.065em;
	text-transform: uppercase;
}

.page-hero p:not(.eyebrow) {
	max-width: 760px;
	margin: 1.5rem 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: clamp(1.05rem, 1.5vw, 1.3rem);
	font-weight: 500;
	line-height: 1.65;
}

.service-panel__bullets,
.service-card ul,
.service-detail ul {
	display: grid;
	gap: 0.85rem;
	margin: 2rem 0 3rem;
	padding: 0;
	list-style: none;
}

.service-panel__bullets li,
.service-card li,
.service-detail li {
	position: relative;
	padding-left: 1.5rem;
	color: var(--dh-ink);
	font-weight: 650;
}

.service-panel__bullets li::before,
.service-card li::before,
.service-detail li::before {
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 0.55rem;
	height: 0.55rem;
	background: var(--dh-yellow);
	content: "";
}

.service-card-grid {
	display: grid;
	gap: 1.5rem;
}

.service-card {
	display: grid;
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(1.5rem, 4vw, 4rem);
	align-items: center;
	padding: clamp(1.2rem, 3vw, 2rem);
	border: 1px solid var(--dh-line);
	background: #fff;
	box-shadow: 0 18px 50px rgba(17, 17, 17, 0.08);
}

.service-card img,
.service-detail img {
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	filter: grayscale(0.35);
}

.service-card h2,
.company-grid h2 {
	margin: 0;
	color: var(--dh-ink);
	font-size: clamp(2rem, 4vw, 4.5rem);
	font-weight: 700;
	line-height: 0.95;
	letter-spacing: -0.06em;
	text-transform: uppercase;
}

.service-card p:not(.eyebrow),
.company-grid p,
.contact-card p {
	color: var(--dh-muted);
	font-weight: 500;
	line-height: 1.7;
}

.work-preview {
	background: #fff;
}

.work-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	background: var(--dh-line);
	border: 1px solid var(--dh-line);
}

.work-grid--preview {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.work-card {
	min-width: 0;
	background: #fff;
}

.work-card a {
	display: grid;
	grid-template-rows: 280px auto auto;
	min-height: 100%;
}

.work-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(0.5);
	transition: filter 220ms ease, transform 360ms ease;
}

.work-card:hover img {
	filter: grayscale(0);
	transform: scale(1.025);
}

.work-card span,
.work-card h2,
.work-card h3 {
	margin-inline: 1.4rem;
}

.work-card span {
	margin-top: 1.25rem;
	color: var(--dh-green);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.work-card h2,
.work-card h3 {
	margin-top: 0.65rem;
	margin-bottom: 1.4rem;
	color: var(--dh-ink);
	font-size: clamp(1.2rem, 2vw, 1.8rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.035em;
	text-transform: uppercase;
}

.sponsorship-section {
	position: relative;
	overflow: hidden;
	padding: clamp(4rem, 7vw, 6rem) 0;
	background: #f5f6f3;
}

/* Both university seals are one watermark, filling the open space under the
   heading: a 2.2:1 box wide enough to hold two square seals side by side, each
   sized by `contain`. Anchored to the inner container so its left edge lines up
   with the heading rather than with the full-bleed section. */
.sponsorship-section__inner::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: min(48%, 580px);
	aspect-ratio: 2.2 / 1;
	background:
		var(--sponsorship-background-2, none) left center / contain no-repeat,
		var(--sponsorship-background, none) right center / contain no-repeat;
	content: "";
	opacity: 0.6;
	pointer-events: none;
}

@media (max-width: 1100px) {
	/* Single column below this width, so the seals fall behind body copy and
	   have to drop back to a true watermark to keep the text readable. */
	.sponsorship-section__inner::before {
		width: min(72%, 400px);
		opacity: 0.15;
	}
}

.sponsorship-section__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
	gap: clamp(2rem, 7vw, 7rem);
	align-items: start;
}

.sponsorship-section h2 {
	max-width: 680px;
	margin: 0;
	color: #000;
	font-size: clamp(2.2rem, 4vw, 4rem);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.055em;
}

.sponsorship-section p:not(.eyebrow) {
	margin: 0 0 2rem;
	color: var(--dh-ink);
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.65;
}

.team-support-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.sponsor-card {
	display: grid;
	grid-template-rows: auto auto auto 1fr;
	min-height: 18rem;
	border: 1px solid var(--dh-line);
	background: #fff;
	padding: 1.25rem;
	align-content: start;
	color: var(--dh-ink);
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sponsor-card__media {
	display: grid;
	height: 6.5rem;
	margin: -0.25rem -0.25rem 1.25rem;
	place-items: center;
	border-bottom: 1px solid var(--dh-line);
	background: #f8faf6;
	padding: 1rem;
}

.sponsor-card__media img {
	display: block;
	max-width: 100%;
	max-height: 4.5rem;
	object-fit: contain;
}

.sponsor-card:hover,
.sponsor-card:focus-visible {
	border-color: var(--dh-yellow);
	box-shadow: var(--dh-shadow);
	transform: translateY(-3px);
}

.sponsor-card__label {
	color: var(--dh-green);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sponsor-card__name {
	display: block;
	min-height: 2.1em;
	margin-top: 1.1rem;
	color: #000;
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	font-weight: 700;
	line-height: 1.05;
}

.sponsor-card__description {
	display: block;
	align-self: start;
	margin-top: 1rem;
	color: #445049;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.5;
}

.contact-grid,
.company-grid,
.service-detail {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
}

.contact-card,
.fact-list article {
	display: grid;
	gap: 0.8rem;
	padding: clamp(1.4rem, 3vw, 2rem);
	background: #fff;
	border: 1px solid var(--dh-line);
	box-shadow: 0 18px 50px rgba(17, 17, 17, 0.08);
}

.contact-card strong,
.fact-list strong {
	color: var(--dh-green);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.contact-grid {
	align-items: stretch;
}

.contact-card h2 {
	margin: 0;
	font-size: clamp(2rem, 3vw, 3.4rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.05em;
	text-transform: uppercase;
}

.contact-card p {
	display: grid;
	gap: 0.25rem;
	margin: 0;
}

.contact-card a:not(.button) {
	color: var(--dh-ink);
	font-weight: 700;
}

.contact-map {
	width: 100%;
	min-height: 520px;
	border: 0;
	filter: grayscale(0.35);
}

.fact-list {
	display: grid;
	gap: 1rem;
}

.fact-list span {
	color: var(--dh-muted);
	font-weight: 500;
	line-height: 1.6;
}

@media (max-width: 1100px) {
	.service-card,
	.work-grid,
	.work-grid--preview,
	.contact-grid,
	.company-grid,
	.service-detail,
	.sponsorship-section__inner {
		grid-template-columns: 1fr;
	}

	.work-card a {
		grid-template-rows: 340px auto auto;
	}
}

@media (max-width: 720px) {
	.page-hero {
		padding-top: 7rem;
	}

	.page-hero h1 {
		font-size: clamp(2.7rem, 14vw, 4.8rem);
	}

	.service-card {
		padding: 1rem;
	}

	.service-card img,
	.service-detail img,
	.contact-map {
		min-height: 300px;
	}

	.team-support-list {
		grid-template-columns: 1fr;
	}

	.work-card a {
		grid-template-rows: 260px auto auto;
	}
}

/* React local-site parity pass for the front page. */
:root {
	--dh-black: #17201b;
	--dh-ink: #17201b;
	--dh-muted: #56625b;
	--dh-light: #edf1ea;
	--dh-yellow: #f4c430;
	--dh-green: #5f7216;
	--dh-line: #dfe5dc;
	--dh-container: 1280px;
	--dh-shadow: 0 18px 50px rgba(23, 32, 27, 0.08);
}

body {
	background: #f5f7f4;
	color: var(--dh-ink);
}

.site-header {
	position: sticky;
	background: rgba(23, 32, 27, 0.92);
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(18px);
}

body:not(.home) .site-header,
.site-header.is-scrolled {
	background: rgba(249, 250, 247, 0.95);
	color: var(--dh-ink);
	border-color: var(--dh-line);
	box-shadow: none;
}

.site-header__inner {
	min-height: 97px;
	width: min(100% - 2.5rem, var(--dh-container));
}

.site-header.is-scrolled .site-header__inner {
	min-height: 78px;
}

.site-logo {
	width: 96px;
	height: 64px;
	border: 1px solid var(--dh-line);
	border-radius: 6px;
	padding: 0.75rem;
	box-shadow: var(--dh-shadow);
}

.site-logo__image,
.custom-logo {
	max-height: 48px;
}

.site-brand__name {
	color: var(--dh-green);
	font-size: 0.9rem;
	letter-spacing: 0.18em;
}

.home .site-header:not(.is-scrolled) .site-brand__name {
	color: var(--dh-yellow);
}

.site-brand__tagline {
	font-size: 0.75rem;
	letter-spacing: 0;
	text-transform: none;
}

.site-header.is-scrolled .site-brand__text {
	opacity: 1;
}

.primary-navigation a {
	font-size: 0.9rem;
	letter-spacing: 0;
	text-transform: none;
}

.button,
.sponsor-card {
	border-radius: 6px;
}

.button--quote {
	padding: 0.55rem 0.9rem;
	border-radius: 6px;
	background: var(--dh-yellow);
	color: var(--dh-ink);
	text-decoration: none;
}

.button--quote:hover,
.button--quote:focus-visible {
	background: #fff;
	color: var(--dh-ink);
	text-decoration: none;
}

.section-container {
	width: min(100% - 2.5rem, var(--dh-container));
}

.section-panel {
	padding: 5rem 0;
}

.section-heading--split {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	align-items: end;
	gap: 2rem;
	border-bottom: 0;
	padding-bottom: 0;
}

.section-heading--split p:not(.eyebrow) {
	max-width: 640px;
	justify-self: end;
}

.section-heading h2,
.industry-section h2,
.technical-data-section h2,
.cta-section h2 {
	font-size: clamp(2.35rem, 4vw, 3.6rem);
	line-height: 1.05;
	letter-spacing: 0;
	text-transform: none;
}

.eyebrow {
	color: var(--dh-green);
	font-size: 0.88rem;
	letter-spacing: 0.22em;
}

.hero-section {
	min-height: calc(100svh - 97px);
	background: var(--dh-black);
}

.hero-section__overlay {
	background:
		linear-gradient(90deg, #17201b 0%, rgba(23, 32, 27, 0.85) 54%, rgba(23, 32, 27, 0.4) 100%),
		linear-gradient(0deg, #17201b 0%, transparent 42%, rgba(23, 32, 27, 0.4) 100%);
}

.hero-section__content {
	padding: clamp(2.5rem, 6vw, 3.5rem) 0;
}

.hero-section__rule {
	margin-bottom: 1.25rem;
	background: var(--dh-green);
}

.hero-section__pill {
	display: inline-flex;
	max-width: 100%;
	margin: 0;
	padding: 0.5rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: var(--dh-yellow);
	backdrop-filter: blur(10px);
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hero-section h1 {
	max-width: 880px;
	margin-top: 1.25rem;
	font-size: clamp(2.7rem, 7vw, 5.8rem);
	line-height: 0.92;
	letter-spacing: 0;
}

.hero-section__intro {
	max-width: 640px;
	margin: 1.25rem 0 1.75rem;
	font-size: clamp(1rem, 1.35vw, 1.125rem);
	line-height: 1.75;
}

.hero-section__info {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
	max-width: 34rem;
	padding: 1.75rem;
	color: var(--dh-ink);
}

.hero-section__info strong {
	font-size: 2rem;
}

.services-section {
	background: #fff;
}

.services-switcher {
	grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
	gap: 1.75rem;
}

.services-switcher__tabs {
	gap: 0.75rem;
}

.service-tab {
	display: block;
	border: 1px solid var(--dh-line);
	border-radius: 12px;
	background: #f8faf6;
	padding: 1.25rem;
	box-shadow: none;
	transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-tab:hover {
	background: #fff;
	transform: translateY(-2px);
	box-shadow: var(--dh-shadow);
}

.service-tab.is-active {
	border-color: var(--dh-yellow);
	background: #fffaf0;
	box-shadow: 0 16px 36px rgba(23, 32, 27, 0.1);
}

.service-tab__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.service-tab__eyebrow {
	color: var(--dh-green);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.service-tab__number {
	display: grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	margin: 0;
	border-radius: 999px;
	background: #fff;
	color: var(--dh-green);
	font-size: 0.75rem;
	box-shadow: inset 0 0 0 1px var(--dh-line);
}

.service-tab.is-active .service-tab__number {
	background: var(--dh-yellow);
	color: var(--dh-ink);
	box-shadow: none;
}

.service-tab__title {
	margin-top: 0.75rem;
	color: var(--dh-ink);
	font-size: clamp(1.15rem, 1.9vw, 1.55rem);
	letter-spacing: 0;
	text-transform: none;
}

.service-tab__summary {
	display: block;
	margin-top: 0.5rem;
	color: var(--dh-muted);
	font-weight: 500;
	line-height: 1.65;
}

.services-switcher__panels,
.service-panel {
	min-height: auto;
}

.service-panel {
	display: block;
	overflow: hidden;
	padding: 0;
	border: 1px solid var(--dh-line);
	border-radius: 16px;
	background: var(--dh-black);
	color: #fff;
	box-shadow: 0 26px 80px rgba(23, 32, 27, 0.22);
}

.service-panel__visual {
	position: relative;
	min-height: 420px;
	overflow: hidden;
}

.service-panel__visual img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: none;
	opacity: 0.78;
	transition: transform 300ms ease;
}

.service-panel:hover .service-panel__visual img {
	transform: scale(1.035);
}

.service-panel__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, #17201b 0%, rgba(23, 32, 27, 0.45) 48%, rgba(23, 32, 27, 0.1) 100%);
}

.service-panel__content {
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	padding: clamp(1.5rem, 3vw, 2rem);
}

.service-panel__content span {
	display: inline-flex;
	border-radius: 999px;
	background: var(--dh-yellow);
	padding: 0.35rem 0.8rem;
	color: var(--dh-ink);
	font-size: 0.85rem;
	font-weight: 700;
}

.service-panel h3 {
	max-width: 680px;
	margin-top: 1rem;
	color: #fff;
	font-size: clamp(2.2rem, 4vw, 3.4rem);
	line-height: 1.05;
	letter-spacing: 0;
	text-transform: none;
}

.service-panel p:not(.eyebrow) {
	max-width: 680px;
	margin-top: 1rem;
	color: #e9eee6;
	font-size: 1.08rem;
	line-height: 1.65;
}

.service-panel__footer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1.5rem;
	align-items: end;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: clamp(1.5rem, 3vw, 2rem);
}

.service-panel__bullets {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.service-panel__bullets li {
	color: #dfe8da;
	font-size: 0.95rem;
}

.service-panel__bullets li::before {
	border-radius: 999px;
	background: var(--dh-yellow);
}

.services-homepage-features {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2rem);
	margin-top: clamp(1.5rem, 3vw, 2rem);
}

.services-homepage-feature {
	display: grid;
	grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
	overflow: hidden;
	border: 1px solid var(--dh-line);
	border-radius: 14px;
	background: #f7f9f5;
	box-shadow: 0 22px 55px rgba(23, 32, 27, 0.11);
}

.services-homepage-feature__media {
	position: relative;
	min-height: 350px;
	overflow: hidden;
	background: #152019;
}

.services-homepage-feature__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.services-homepage-feature:hover .services-homepage-feature__media img {
	transform: scale(1.025);
}

.services-homepage-feature__body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	padding: clamp(1.75rem, 3.5vw, 3rem);
}

.services-homepage-feature__body .eyebrow {
	margin-bottom: 0.75rem;
}

.services-homepage-feature__body h3 {
	max-width: 720px;
	margin: 0;
	color: var(--dh-ink);
	font-size: clamp(2rem, 3.4vw, 3.25rem);
	line-height: 1.05;
	letter-spacing: 0;
}

.services-homepage-feature__description {
	max-width: 760px;
	margin: 1rem 0 0;
	color: var(--dh-muted);
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1.7;
}

.services-homepage-feature__bullets {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
}

.services-homepage-feature__bullets li {
	position: relative;
	min-width: 0;
	border-top: 3px solid var(--homepage-panel-accent, var(--dh-yellow));
	padding-top: 0.75rem;
	color: var(--dh-ink);
	font-size: 0.88rem;
	font-weight: 650;
	line-height: 1.5;
}

.services-homepage-feature__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem 1.25rem;
	margin-top: 1.75rem;
}

.services-homepage-feature__actions .button {
	gap: 0.75rem;
}

.services-homepage-feature__actions .service-link {
	margin: 0;
	padding: 0;
}

.services-more {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1.5rem;
	align-items: center;
	margin-top: clamp(1.5rem, 3vw, 2rem);
	border: 1px solid var(--dh-line);
	border-radius: 12px;
	background: #fff;
	padding: clamp(1.25rem, 2.4vw, 1.75rem);
	box-shadow: 0 18px 45px rgba(23, 32, 27, 0.08);
}

.services-more h3 {
	margin: 0.2rem 0 0;
	color: var(--dh-ink);
	font-size: clamp(1.35rem, 2.2vw, 1.9rem);
	line-height: 1.15;
	letter-spacing: 0;
}

.services-more p:not(.eyebrow) {
	max-width: 620px;
	margin: 0.55rem 0 0;
	color: var(--dh-muted);
	font-size: 1rem;
	line-height: 1.6;
}

.proof-section {
	background: var(--dh-light);
}

.proof-section__grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 2rem;
}

.proof-section__intro {
	border-radius: 12px;
	background: var(--dh-black);
	padding: 2rem;
	color: #fff;
	box-shadow: 0 22px 50px rgba(23, 32, 27, 0.16);
}

.proof-section__intro .eyebrow {
	color: var(--dh-yellow);
}

.proof-section__intro h2 {
	margin: 0;
	font-size: clamp(2rem, 3.5vw, 3.2rem);
	line-height: 1.12;
	letter-spacing: 0;
}

.proof-section__intro p:not(.eyebrow) {
	color: #dfe8da;
	font-size: 1.08rem;
	line-height: 1.75;
}

.proof-section__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.proof-card {
	border: 1px solid var(--dh-line);
	border-radius: 12px;
	background: #fff;
	padding: 1.5rem;
	box-shadow: var(--dh-shadow);
}

.proof-card span {
	display: block;
	width: 3.5rem;
	height: 0.375rem;
	border-radius: 999px;
	background: var(--dh-yellow);
}

.proof-card h3 {
	margin: 1.25rem 0 0;
	color: var(--dh-ink);
	font-size: 1.25rem;
	font-weight: 700;
}

.proof-card p {
	margin: 0.75rem 0 0;
	color: var(--dh-muted);
	line-height: 1.7;
}

.work-preview,
.customers-section {
	background: #fff;
}

.work-grid,
.work-grid--preview {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	border: 0;
	background: transparent;
}

.work-card {
	overflow: hidden;
	border: 1px solid var(--dh-line);
	border-radius: 12px;
	box-shadow: var(--dh-shadow);
}

.work-card a {
	grid-template-rows: 224px auto auto;
}

.work-card img {
	filter: none;
}

.work-card span {
	color: var(--dh-green);
}

.work-card h2,
.work-card h3 {
	letter-spacing: 0;
	text-transform: none;
}

.customers-section .section-heading {
	max-width: 760px;
	margin-inline: auto;
	text-align: center;
}

.customers-section .section-heading h2 {
	color: var(--dh-ink);
}

.customers-section .section-heading p:not(.eyebrow) {
	margin-inline: auto;
}

.customers-strip {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
	max-width: 1040px;
	margin: 3rem auto 0;
	border: 0;
	background: transparent;
}

.customer-card {
	min-height: 208px;
	border: 1px solid var(--dh-line);
	border-radius: 8px;
	background: #fff;
	padding: 2rem;
	box-shadow: var(--dh-shadow);
}

.customer-card:hover {
	background: #fff;
	border-color: var(--dh-yellow);
	transform: translateY(-4px);
}

.customers-strip img {
	opacity: 1;
}

.customers-strip span,
.customer-card:hover span {
	color: #445049;
}

.sponsorship-section {
	border-block: 1px solid var(--dh-line);
	background: #f1f3ef;
}

.sponsorship-section h2 {
	font-size: clamp(2.25rem, 4vw, 3.2rem);
	letter-spacing: 0;
}

.sponsor-card {
	min-width: 9rem;
	box-shadow: var(--dh-shadow);
}

.site-footer {
	border-top: 0;
	background: var(--dh-black);
}

.site-footer__inner {
	grid-template-columns: 1fr 1fr 220px;
	width: min(100% - 2.5rem, var(--dh-container));
	padding: 3.5rem 0 2rem;
	gap: 2rem;
}

.site-footer__brand {
	grid-column: auto;
}

.site-logo--footer {
	margin-bottom: 1.5rem;
}

.site-footer__lead {
	font-size: 1rem;
}

.site-footer__brand + .site-footer__column {
	display: none;
}

.site-footer__bottom {
	width: min(100% - 2.5rem, var(--dh-container));
	padding: 1.5rem 0;
	letter-spacing: 0;
	text-transform: none;
}

@media (max-width: 1100px) {
	.hero-section {
		display: block;
	}

	.section-heading--split,
	.services-switcher,
	.services-homepage-feature,
	.proof-section__grid,
	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.section-heading--split p:not(.eyebrow) {
		justify-self: start;
	}

	.service-panel__footer,
	.services-more {
		grid-template-columns: 1fr;
		align-items: start;
		flex-direction: column;
	}

	.services-homepage-feature__media {
		min-height: 320px;
	}

	.hero-section__info {
		position: static;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.75rem;
		width: calc(100% - 3rem);
		max-width: 36rem;
		margin: 1.75rem auto 1.5rem;
		padding: 1rem;
		background: var(--dh-yellow);
		color: var(--dh-ink);
	}

	.hero-section__info strong,
	.hero-section__info span {
		display: block;
	}

	.hero-section__info strong {
		font-size: 1.55rem;
		font-weight: 700;
	}

	.hero-section__info span {
		margin-top: 0.25rem;
		font-size: 0.68rem;
		font-weight: 700;
		letter-spacing: 0.12em;
		text-transform: uppercase;
	}

	.customers-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 760px;
	}
}

@media (max-width: 760px) {
	.section-container,
	.site-header__inner,
	.site-footer__inner,
	.site-footer__bottom {
		width: min(100% - 1.25rem, var(--dh-container));
	}

	.site-header__inner {
		min-height: 78px;
	}

	.hero-section {
		min-height: calc(100svh - 78px);
	}

	.hero-section__info {
		width: calc(100% - 1.25rem);
	}

	.hero-section h1 {
		font-size: clamp(2rem, 9.1vw, 2.95rem);
		line-height: 1.02;
	}

	.hero-section__pill {
		display: inline-block;
		max-width: 100%;
		white-space: normal;
		overflow-wrap: anywhere;
		line-height: 1.35;
		font-size: 0.72rem;
		letter-spacing: 0.08em;
	}

	.hero-section__intro {
		max-width: 100%;
		font-size: 1rem;
	}

	.button-group,
	.button {
		width: 100%;
	}

	.services-more {
		align-items: stretch;
		border-radius: 10px;
	}

	.services-more .button {
		justify-content: center;
	}

	.services-homepage-feature__media {
		min-height: 260px;
	}

	.services-homepage-feature__body {
		padding: 1.5rem;
	}

	.services-homepage-feature__body h3 {
		font-size: 2rem;
	}

	.services-homepage-feature__bullets {
		grid-template-columns: 1fr;
		gap: 0.85rem;
	}

	.services-homepage-feature__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.services-homepage-feature__actions .button,
	.services-homepage-feature__actions .service-link {
		width: 100%;
		justify-content: center;
	}

	.service-panel__visual {
		min-height: 360px;
	}

	.service-panel__bullets,
	.proof-section__cards,
	.work-grid,
	.work-grid--preview,
	.customers-strip {
		grid-template-columns: 1fr;
	}
}

.page-hero {
	padding: clamp(5rem, 9vw, 7rem) 0 clamp(3.5rem, 7vw, 5rem);
	background: #edf1ea;
	color: var(--dh-ink);
	border-bottom: 1px solid var(--dh-line);
}

.page-hero h1 {
	color: var(--dh-ink);
	font-size: clamp(3rem, 6vw, 4.8rem);
	line-height: 1.05;
	letter-spacing: 0;
	text-transform: none;
}

.page-hero p:not(.eyebrow) {
	color: var(--dh-muted);
	font-size: clamp(1rem, 1.4vw, 1.18rem);
	line-height: 1.7;
}

.services-page-hero h1 {
	max-width: 900px;
}

.services-overview-section,
.related-services-section {
	background: #fff;
}

.services-overview-lead {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
	gap: clamp(1.5rem, 4vw, 4rem);
	align-items: end;
	margin-bottom: clamp(2rem, 5vw, 4rem);
}

.services-overview-lead h2 {
	max-width: 760px;
	margin: 0;
	color: var(--dh-ink);
	font-size: clamp(2.2rem, 4.4vw, 4rem);
	line-height: 1.05;
	letter-spacing: 0;
}

.services-overview-lead p:not(.eyebrow) {
	margin: 0;
	color: var(--dh-muted);
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1.75;
}

.services-overview-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.services-overview-card {
	display: grid;
	grid-template-columns: minmax(210px, 0.46fr) minmax(0, 0.54fr);
	min-height: 420px;
	overflow: hidden;
	border: 1px solid var(--dh-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: var(--dh-shadow);
}

.services-overview-card__image {
	position: relative;
	display: block;
	min-height: 100%;
	background: #17201b;
}

.services-overview-card__image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(23, 32, 27, 0) 40%, rgba(23, 32, 27, 0.28) 100%);
	content: "";
	pointer-events: none;
}

.services-overview-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.services-overview-card:hover .services-overview-card__image img {
	transform: scale(1.035);
}

.services-overview-card__body {
	display: flex;
	flex-direction: column;
	padding: clamp(1.3rem, 2.5vw, 1.8rem);
}

.services-overview-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.services-overview-card__meta span {
	display: inline-grid;
	flex: 0 0 2.4rem;
	place-items: center;
	inline-size: 2.4rem;
	block-size: 2.4rem;
	min-inline-size: 2.4rem;
	padding: 0;
	border-radius: 999px;
	background: var(--service-accent, var(--dh-yellow));
	color: var(--dh-ink);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1;
}

.services-overview-card__meta .eyebrow {
	margin: 0;
	color: var(--dh-green);
	text-align: right;
}

.services-overview-card h2 {
	margin: 1.25rem 0 0;
	color: var(--dh-ink);
	font-size: clamp(1.45rem, 2.2vw, 2rem);
	line-height: 1.12;
	letter-spacing: 0;
}

.services-overview-card h2 a {
	color: inherit;
}

.services-overview-card p:not(.eyebrow) {
	margin: 0.85rem 0 0;
	color: var(--dh-muted);
	line-height: 1.65;
}

.services-overview-card ul,
.service-landing__list ul {
	display: grid;
	gap: 0.7rem;
	margin: 1.25rem 0 0;
	padding: 0;
	list-style: none;
}

.services-overview-card li,
.service-landing__list li {
	position: relative;
	padding-left: 1.35rem;
	color: #344039;
	font-size: 0.95rem;
	font-weight: 650;
	line-height: 1.45;
}

.services-overview-card li::before,
.service-landing__list li::before {
	position: absolute;
	left: 0;
	top: 0.52em;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 999px;
	background: var(--dh-yellow);
	content: "";
}

.service-link {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	margin-top: auto;
	padding-top: 1.3rem;
	color: var(--dh-ink);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: color 180ms ease;
}

.service-link__icon,
.back-link__icon {
	display: inline-grid;
	width: 2.75rem;
	height: 2.75rem;
	flex: 0 0 2.75rem;
	place-items: center;
	border: 1px solid rgba(110, 133, 28, 0.38);
	border-radius: 6px;
	background: rgba(174, 198, 42, 0.1);
	color: #657816;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.service-link__icon .icon,
.back-link__icon .icon {
	width: 1.05rem;
	height: 1.05rem;
}

.service-link:hover,
.service-link:focus-visible {
	color: #657816;
}

.service-link:hover .service-link__icon,
.service-link:focus-visible .service-link__icon {
	border-color: var(--dh-yellow);
	background: var(--dh-yellow);
	color: var(--dh-black);
	transform: translateX(3px);
}

.services-page-cta,
.service-landing-cta {
	background: var(--dh-black);
	color: #fff;
}

.services-page-cta__inner,
.service-landing-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1.5rem;
	align-items: center;
}

.services-page-cta h2,
.service-landing-cta h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1.1;
	letter-spacing: 0;
}

.services-page-cta .eyebrow,
.service-landing-cta .eyebrow {
	color: var(--dh-yellow);
}

.services-page-cta p:not(.eyebrow),
.service-landing-cta p:not(.eyebrow) {
	max-width: 780px;
	margin: 0.75rem 0 0;
	color: #dfe8da;
	font-size: 1.05rem;
	line-height: 1.7;
}

.service-detail-hero .service-back-link,
.work-item-hero .work-back-link {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	margin-bottom: 1.25rem;
	color: #536416;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	transition: color 180ms ease;
}

.service-detail-hero .service-back-link:hover,
.service-detail-hero .service-back-link:focus-visible,
.work-item-hero .work-back-link:hover,
.work-item-hero .work-back-link:focus-visible {
	color: var(--dh-ink);
}

.service-detail-hero .service-back-link:hover .back-link__icon,
.service-detail-hero .service-back-link:focus-visible .back-link__icon,
.work-item-hero .work-back-link:hover .back-link__icon,
.work-item-hero .work-back-link:focus-visible .back-link__icon {
	border-color: var(--dh-green);
	background: var(--dh-green);
	color: var(--dh-black);
	transform: translateX(-3px);
}

.service-landing-section {
	background: #fff;
}

.service-landing {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.45fr);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: start;
}

.service-landing__content {
	max-width: 820px;
}

.service-landing__intro {
	margin: 0 0 1.35rem;
	color: #344039;
	font-size: clamp(1.08rem, 1.55vw, 1.28rem);
	font-weight: 500;
	line-height: 1.75;
}

.service-copy-block {
	margin-top: clamp(2rem, 4vw, 3rem);
	border-top: 1px solid var(--dh-line);
	padding-top: clamp(1.5rem, 3vw, 2rem);
}

.service-copy-block h2,
.service-landing__list h2 {
	margin: 0;
	color: var(--dh-ink);
	font-size: clamp(1.45rem, 2.4vw, 2.1rem);
	line-height: 1.15;
	letter-spacing: 0;
}

.service-copy-block p {
	margin: 0.8rem 0 0;
	color: var(--dh-muted);
	font-size: 1.02rem;
	font-weight: 500;
	line-height: 1.75;
}

.service-landing__aside {
	position: sticky;
	top: 7rem;
	display: grid;
	gap: 1rem;
}

.service-landing__media {
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border-radius: 12px;
	background: var(--dh-black);
	box-shadow: var(--dh-shadow);
}

.service-landing__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-landing__list {
	border: 1px solid var(--dh-line);
	border-radius: 12px;
	background: #f8faf6;
	padding: clamp(1.25rem, 2.6vw, 1.7rem);
}

.service-landing__list--quote {
	border-color: rgba(244, 196, 48, 0.55);
	background: #fffaf0;
}

.service-landing-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: flex-end;
}

.related-services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.related-service-card {
	display: grid;
	gap: 0.75rem;
	min-height: 220px;
	border: 1px solid var(--dh-line);
	border-radius: 12px;
	background: #fff;
	padding: clamp(1.25rem, 2.6vw, 1.7rem);
	box-shadow: var(--dh-shadow);
}

.related-service-card span {
	color: var(--dh-green);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.related-service-card h3 {
	margin: 0;
	color: var(--dh-ink);
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	line-height: 1.15;
	letter-spacing: 0;
}

.related-service-card p {
	margin: 0;
	color: var(--dh-muted);
	line-height: 1.65;
}

.work-item-section,
.work-item-related {
	background: #fff;
}

.work-item-layout {
	display: grid;
	grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: start;
}

.work-item-media {
	position: sticky;
	top: 7rem;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border-radius: 12px;
	background: var(--dh-black);
	box-shadow: var(--dh-shadow);
}

.work-item-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.work-item-copy {
	min-width: 0;
}

.work-item-copy h2 {
	margin: 0;
	color: var(--dh-ink);
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1.06;
	letter-spacing: 0;
}

.work-item-copy__intro,
.work-item-copy__content p {
	color: #344039;
	font-size: clamp(1.05rem, 1.35vw, 1.18rem);
	font-weight: 500;
	line-height: 1.75;
}

.work-item-copy__intro {
	margin: 1.1rem 0 0;
}

.work-item-copy__content {
	margin-top: 1.25rem;
}

.work-item-copy__content .wp-block-video {
	width: min(100%, 420px);
	margin: 2rem 0 0;
	overflow: hidden;
	aspect-ratio: 9 / 16;
	border-radius: 8px;
	background: var(--dh-black);
	box-shadow: var(--dh-shadow);
}

.work-item-copy__content .wp-block-video video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.services-faq-section {
	background: #f7f8f5;
}

.services-faq-section__inner {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(2.5rem, 7vw, 7rem);
	align-items: start;
}

.services-faq-section__intro {
	position: sticky;
	top: 8rem;
}

.services-faq-section__intro h2 {
	margin: 0;
	font-size: clamp(2.25rem, 4vw, 4rem);
	line-height: 1.02;
	letter-spacing: 0;
}

.services-faq-section__intro > p:last-child {
	max-width: 520px;
	margin: 1.25rem 0 0;
	color: var(--dh-muted);
	font-size: 1.08rem;
	line-height: 1.7;
}

.services-faq-list {
	border-top: 1px solid var(--dh-line);
}

.services-faq-item {
	border-bottom: 1px solid var(--dh-line);
}

.services-faq-item summary {
	position: relative;
	padding: 1.5rem 3.5rem 1.5rem 0;
	color: var(--dh-ink);
	font-size: clamp(1.05rem, 1.8vw, 1.3rem);
	font-weight: 650;
	line-height: 1.35;
	cursor: pointer;
	list-style: none;
}

.services-faq-item summary::-webkit-details-marker {
	display: none;
}

.services-faq-item summary::after {
	position: absolute;
	top: 1.45rem;
	right: 0;
	content: "+";
	color: var(--dh-green);
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1;
}

.services-faq-item[open] summary::after {
	content: "-";
}

.services-faq-item summary:focus-visible {
	outline: 3px solid rgba(244, 196, 48, 0.75);
	outline-offset: 4px;
}

.services-faq-item p {
	max-width: 760px;
	margin: -0.25rem 0 1.5rem;
	color: #344039;
	font-size: 1rem;
	line-height: 1.75;
}

.work-proof-list {
	margin-top: clamp(2rem, 4vw, 3rem);
	border-top: 1px solid var(--dh-line);
	padding-top: clamp(1.5rem, 3vw, 2rem);
}

.work-proof-list h3 {
	margin: 0;
	color: var(--dh-ink);
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	line-height: 1.15;
	letter-spacing: 0;
}

.work-proof-list ul {
	display: grid;
	gap: 0.75rem;
	margin: 1.25rem 0 0;
	padding: 0;
	list-style: none;
}

.work-proof-list li {
	position: relative;
	border: 1px solid var(--dh-line);
	border-radius: 8px;
	background: #f8faf6;
	padding: 0.95rem 1rem 0.95rem 2.5rem;
	color: #344039;
	font-weight: 650;
	line-height: 1.45;
}

.work-proof-list li::before {
	position: absolute;
	left: 1rem;
	top: 1.35rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 999px;
	background: var(--dh-yellow);
	content: "";
}

.work-item-next {
	background: var(--dh-light);
}

.work-item-next__inner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.work-context-panel,
.work-quote-panel {
	border: 1px solid var(--dh-line);
	border-radius: 12px;
	padding: clamp(1.5rem, 3vw, 2rem);
	box-shadow: var(--dh-shadow);
}

.work-context-panel {
	background: #fff;
}

.work-quote-panel {
	background: var(--dh-black);
	color: #fff;
}

.work-context-panel h2,
.work-quote-panel h2 {
	margin: 0;
	font-size: clamp(1.65rem, 3vw, 2.5rem);
	line-height: 1.1;
	letter-spacing: 0;
}

.work-context-panel h2 {
	color: var(--dh-ink);
}

.work-quote-panel h2 {
	color: #fff;
}

.work-context-panel p:not(.eyebrow),
.work-quote-panel p:not(.eyebrow) {
	margin: 0.8rem 0 1.25rem;
	color: var(--dh-muted);
	line-height: 1.7;
}

.work-quote-panel p:not(.eyebrow) {
	color: #dfe8da;
}

.work-grid--related {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-work-section {
	background: #f5f6f3;
}

.work-grid--service {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-work-section__link {
	display: inline-flex;
	gap: 0.7rem;
	align-items: center;
	margin-top: 1.5rem;
	color: var(--dh-ink);
	font-weight: 700;
}

.service-work-section__link:hover,
.service-work-section__link:focus-visible {
	color: var(--dh-green);
}

.capabilities-section {
	background: #fff;
}

.capabilities-section .section-heading {
	max-width: 760px;
}

.capabilities-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 2rem;
}

.capability-card {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	border: 1px solid var(--dh-line);
	border-radius: 8px;
	background: #fff;
	padding: 1rem;
	box-shadow: var(--dh-shadow);
}

.capability-card span {
	width: 0.65rem;
	height: 0.65rem;
	border-radius: 999px;
	background: var(--dh-yellow);
	flex: 0 0 auto;
}

.capability-card strong {
	color: #344039;
	font-size: 0.98rem;
	line-height: 1.45;
}

.work-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 2rem;
}

.work-filters a {
	border: 1px solid var(--dh-line);
	border-radius: 999px;
	background: #fff;
	color: var(--dh-muted);
	padding: 0.55rem 1rem;
	font-size: 0.9rem;
	font-weight: 700;
}

.work-filters a.is-active {
	border-color: var(--dh-ink);
	background: var(--dh-ink);
	color: var(--dh-yellow);
}

.quote-section .contact-grid {
	align-items: start;
}

.quote-form {
	align-content: start;
	gap: 1.35rem;
}

.quote-form__header {
	display: grid;
	gap: 0.75rem;
	margin-bottom: 0.25rem;
}

.quote-form__header h2,
.quote-checklist h2 {
	margin: 0;
	color: #000;
	font-size: clamp(1.55rem, 2.5vw, 2.25rem);
	line-height: 1.05;
}

.quote-form__header p:not(.eyebrow) {
	margin: 0;
	color: var(--dh-muted);
	font-weight: 500;
	line-height: 1.65;
}

.quote-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.quote-form label {
	display: grid;
	gap: 0.5rem;
	margin: 0;
	color: var(--dh-ink);
	font-size: 0.86rem;
	font-weight: 700;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
	width: 100%;
	min-height: 48px;
	border: 1px solid var(--dh-line);
	border-radius: 8px;
	background: #fff;
	padding: 0.85rem 1rem;
	color: var(--dh-ink);
	font: inherit;
	font-weight: 500;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
	border-color: var(--dh-green);
	box-shadow: 0 0 0 4px rgba(100, 119, 24, 0.2);
	outline: 0;
}

.quote-form input[type="file"] {
	padding: 0.7rem;
	font-size: 0.9rem;
}

.quote-form textarea {
	resize: vertical;
}

.quote-form .button {
	width: 100%;
	margin-top: 0.25rem;
}

.quote-submit {
	gap: 0.75rem;
}

.quote-submit__spinner {
	display: none;
	width: 1rem;
	height: 1rem;
	flex: 0 0 1rem;
	border: 2px solid rgba(0, 0, 0, 0.25);
	border-top-color: currentColor;
	border-radius: 50%;
	animation: dh-quote-submit-spin 700ms linear infinite;
}

.quote-form.is-submitting .quote-submit__spinner {
	display: inline-block;
}

.quote-submit:disabled,
.quote-submit:disabled:hover,
.quote-submit:disabled:focus-visible {
	background: var(--dh-yellow);
	color: #000;
	cursor: wait;
	opacity: 0.78;
	transform: none;
}

@keyframes dh-quote-submit-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.quote-submit__spinner {
		animation: none;
		border-right-color: transparent;
	}
}

.field-note {
	color: var(--dh-muted);
	font-size: 0.84rem;
	font-weight: 500;
	line-height: 1.5;
}

.quote-consent {
	display: flex !important;
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 0.7rem !important;
	color: var(--dh-muted) !important;
	font-size: 0.9rem !important;
	line-height: 1.5;
}

.quote-consent input {
	width: 18px;
	min-height: 18px;
	margin-top: 0.1rem;
	accent-color: var(--dh-green);
}

.quote-consent a {
	color: var(--dh-ink);
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.16em;
}

.quote-honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.quote-verification {
	display: flex;
	min-height: 65px;
	align-items: center;
}

.form-notice {
	border: 1px solid var(--dh-line);
	border-radius: 8px;
	padding: 0.9rem 1rem;
	font-weight: 650;
	line-height: 1.45;
}

.form-notice--success {
	border-color: rgba(123, 143, 37, 0.35);
	background: rgba(123, 143, 37, 0.1);
	color: #3f4c12;
}

.form-notice--error {
	border-color: rgba(160, 42, 42, 0.28);
	background: rgba(160, 42, 42, 0.08);
	color: #8f2424;
}

.contact-side {
	display: grid;
	gap: 1.5rem;
}

.contact-side .contact-map {
	min-height: 320px;
}

.contact-card {
	border-radius: 12px;
}

.quote-checklist ul {
	display: grid;
	gap: 0.8rem;
	margin: 1.2rem 0 0;
	padding: 0;
	list-style: none;
}

.quote-checklist li {
	position: relative;
	padding-left: 1.35rem;
	color: #445049;
	font-weight: 600;
	line-height: 1.55;
}

.quote-checklist li::before {
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 999px;
	background: var(--dh-yellow);
	content: "";
}

@media (max-width: 980px) {
	.services-overview-lead,
	.services-overview-card,
	.services-page-cta__inner,
	.service-landing,
	.service-landing-cta__inner,
	.related-services-grid,
	.work-item-layout,
	.work-item-next__inner,
	.company-facility {
		grid-template-columns: 1fr;
	}

	.work-item-media {
		position: static;
	}

	.service-landing__aside {
		position: static;
	}

	.service-landing-cta__actions {
		justify-content: flex-start;
	}

	.quote-form__grid {
		grid-template-columns: 1fr;
	}

	.capabilities-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.work-grid--service {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	html,
	body {
		overflow-x: hidden;
	}

	.page-hero {
		padding-top: 4rem;
	}

	.page-hero h1,
	.services-overview-lead h2,
	.service-copy-block h2,
	.service-landing__list h2,
	.related-service-card h3,
	.work-item-copy h2,
	.work-context-panel h2,
	.work-quote-panel h2 {
		max-width: 100%;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.page-hero h1 {
		font-size: clamp(2.35rem, 10vw, 3rem);
		line-height: 1.08;
	}

	.page-hero p:not(.eyebrow),
	.services-overview-lead p:not(.eyebrow),
	.service-landing__intro,
	.service-copy-block p,
	.services-overview-card p:not(.eyebrow),
	.related-service-card p,
	.work-item-copy__intro,
	.work-item-copy__content p,
	.work-context-panel p:not(.eyebrow),
	.work-quote-panel p:not(.eyebrow) {
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.services-overview-grid {
		grid-template-columns: 1fr;
	}

	.services-overview-card {
		min-height: 0;
	}

	.services-overview-card__body,
	.service-landing__content,
	.service-landing__aside {
		min-width: 0;
	}

	.services-overview-card__image {
		min-height: 260px;
	}

	.services-page-cta .button,
	.service-landing-cta .button,
	.work-context-panel .button,
	.work-quote-panel .button {
		width: 100%;
	}

	.service-landing-cta__actions {
		width: 100%;
	}

	.work-grid--related,
	.work-grid--service {
		grid-template-columns: 1fr;
	}

	.capabilities-grid {
		grid-template-columns: 1fr;
	}
}

.company-audience-section,
.company-details-section {
	background: #fff;
}

.company-industries-section {
	background: #101713;
	color: #fff;
}

.company-industries-heading {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.75fr);
	gap: 1.5rem clamp(2rem, 7vw, 7rem);
	align-items: end;
}

.company-industries-heading h2 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.3rem, 5vw, 4.8rem);
	line-height: 0.98;
	letter-spacing: 0;
}

.company-industries-heading > p {
	margin: 0;
	color: #c7d0ca;
	font-size: 1.08rem;
	line-height: 1.7;
}

.company-industries-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: clamp(2rem, 5vw, 4rem);
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.company-industry-card {
	position: relative;
	min-height: 18rem;
	padding: clamp(1.5rem, 3vw, 2.25rem);
	background: #151e19;
}

.company-industry-card__number {
	display: grid;
	width: 2.5rem;
	height: 2.5rem;
	place-items: center;
	border: 1px solid rgba(174, 198, 42, 0.45);
	border-radius: 50%;
	color: var(--dh-yellow);
	font-size: 0.75rem;
	font-weight: 700;
}

.company-industry-card h3 {
	margin: 2.5rem 0 1rem;
	color: #fff;
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	line-height: 1.08;
	letter-spacing: 0;
}

.company-industry-card p {
	margin: 0;
	color: #b8c2bc;
	line-height: 1.65;
}

.company-equipment-section {
	background: #f5f7f2;
}

.company-equipment-heading {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.65fr);
	gap: 1.5rem clamp(2rem, 7vw, 7rem);
	align-items: end;
}

.company-equipment-heading .eyebrow {
	grid-column: 1 / -1;
	margin-bottom: -0.5rem;
}

.company-equipment-heading h2 {
	max-width: 760px;
	margin: 0;
	color: var(--dh-ink);
	font-size: clamp(2.3rem, 5vw, 4.8rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.company-equipment-heading > p:not(.eyebrow) {
	margin: 0;
	color: var(--dh-muted);
	font-size: 1.08rem;
	line-height: 1.7;
}

.company-equipment-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: clamp(2rem, 5vw, 4rem);
	background: var(--dh-line);
	border: 1px solid var(--dh-line);
}

.company-equipment-item {
	display: flex;
	min-height: 8.5rem;
	gap: 1rem;
	align-items: flex-start;
	background: #fff;
	padding: clamp(1.25rem, 2.5vw, 2rem);
	color: #26322c;
	line-height: 1.45;
}

.company-equipment-item span {
	width: 0.75rem;
	height: 0.75rem;
	margin-top: 0.25rem;
	border-radius: 50%;
	background: var(--dh-yellow);
	box-shadow: 0 0 0 5px rgba(244, 196, 48, 0.18);
	flex: 0 0 auto;
}

.work-reel {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
	margin-bottom: clamp(2rem, 5vw, 4rem);
	border: 1px solid var(--dh-line);
	background: #0d1712;
	color: #fff;
}

.work-reel__media {
	overflow: hidden;
	margin: 0;
	aspect-ratio: 16 / 9;
	background: #000;
}

.work-reel__media video,
.work-reel__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.work-reel__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	padding: clamp(1.5rem, 4vw, 3rem);
}

.work-reel__copy h2 {
	margin: 0;
	max-width: 100%;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.work-reel__copy > p:not(.eyebrow) {
	margin: 1.25rem 0 0;
	color: #cbd7d0;
	line-height: 1.7;
}

.company-facility-section {
	background: #fff;
}

.company-facility {
	display: grid;
	grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: center;
}

.company-facility__media {
	overflow: hidden;
	margin: 0;
	aspect-ratio: 4 / 3;
}

.company-facility__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.company-facility__copy h2 {
	max-width: 720px;
	margin: 0;
	color: var(--dh-ink);
	font-size: clamp(2.4rem, 5vw, 5rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.company-facility__copy p:not(.eyebrow) {
	max-width: 680px;
	margin: 1.25rem 0 0;
	color: var(--dh-muted);
	font-size: 1.1rem;
	line-height: 1.75;
}

.company-audience-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.audience-card,
.company-details-card {
	border: 1px solid var(--dh-line);
	border-radius: 12px;
	background: #fff;
	padding: clamp(1.5rem, 3vw, 2rem);
	box-shadow: var(--dh-shadow);
}

.audience-card h2 {
	margin: 0;
	color: var(--dh-ink);
	font-size: clamp(1.75rem, 3vw, 2.4rem);
	line-height: 1.1;
}

.audience-list {
	display: grid;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.audience-list div {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	border: 1px solid var(--dh-line);
	border-radius: 8px;
	background: #f8faf6;
	padding: 1rem;
	color: #344039;
	font-weight: 650;
}

.audience-list span {
	width: 0.65rem;
	height: 0.65rem;
	border-radius: 999px;
	background: var(--dh-yellow);
	flex: 0 0 auto;
}

.company-details-card {
	max-width: 860px;
	background: #f8faf6;
}

.company-details-card dl {
	display: grid;
	gap: 1rem;
	margin: 1.5rem 0 0;
}

.company-details-card dl div {
	display: grid;
	grid-template-columns: 160px minmax(0, 1fr);
	gap: 1rem;
	border-bottom: 1px solid var(--dh-line);
	padding-bottom: 1rem;
}

.company-details-card dt {
	color: var(--dh-green);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.company-details-card dd {
	margin: 0;
	color: #344039;
	font-weight: 600;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 3px solid rgba(244, 196, 48, 0.75);
	outline-offset: 3px;
}

@media (max-width: 980px) {
	.company-audience-grid {
		grid-template-columns: 1fr;
	}

	.company-industries-heading,
	.company-equipment-heading,
	.work-reel {
		grid-template-columns: 1fr;
	}

	.company-equipment-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.company-industries-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.services-faq-section__inner {
		grid-template-columns: 1fr;
	}

	.services-faq-section__intro {
		position: static;
	}
}

@media (max-width: 480px) {
	.work-reel__copy h2 {
		font-size: 2.25rem;
	}
}

@media (max-width: 640px) {
	.company-industries-grid,
	.company-equipment-grid,
	.team-support-list {
		grid-template-columns: 1fr;
	}

	.company-equipment-item {
		min-height: 0;
	}

	.company-industry-card {
		min-height: 0;
	}

	.company-details-card dl div {
		grid-template-columns: 1fr;
		gap: 0.35rem;
	}
}

/* Polylang language selector. It is rendered only when both page translations exist. */
.language-switcher__list {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.language-switcher__item {
	display: flex;
}

.language-switcher__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	inline-size: 2.75rem;
	block-size: 2.75rem;
	min-inline-size: 2.75rem;
	min-block-size: 2.75rem;
	flex: 0 0 2.75rem;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 1px solid currentColor;
	border-radius: 999px;
	color: inherit;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.language-switcher__link:hover,
.language-switcher__link:focus-visible,
.language-switcher__link.is-current {
	border-color: var(--dh-yellow);
	background: var(--dh-yellow);
	color: var(--dh-ink);
}

.mobile-navigation .language-switcher {
	width: min(100% - 3rem, var(--dh-container));
	margin: -1rem auto 2rem;
}

.mobile-navigation .language-switcher__link {
	font-size: 0.8rem;
}

/* Compact split page hero — Services and Our Work, so the image grid starts in the first screen. */

.page-hero--split {
	padding: clamp(2.75rem, 4.5vw, 3.75rem) 0 clamp(2rem, 3.5vw, 2.75rem);
}

.page-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
	gap: clamp(1.5rem, 4vw, 3.5rem);
	align-items: end;
}

.page-hero__headline {
	min-width: 0;
}

.page-hero__headline .eyebrow {
	margin: 0;
}

.page-hero--split h1 {
	margin: 0.5rem 0 0;
	font-size: clamp(2.4rem, 4.2vw, 3.6rem);
	line-height: 1.04;
}

.page-hero--split .page-hero__lead {
	margin: 0;
	max-width: 46ch;
}

.page-hero--split + .section-panel {
	padding-top: clamp(2rem, 4vw, 3rem);
}

.services-overview-lead {
	margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
}

.services-overview-lead h2 {
	font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.work-reel--footer {
	margin: clamp(2.5rem, 6vw, 4.5rem) 0 0;
}

.hero-section__copy {
	min-width: 0;
}

/* Work cards can carry a silent looping video in place of the featured image. */

.work-card__video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 360ms ease;
}

.work-card:hover .work-card__video {
	transform: scale(1.025);
}

@media (max-width: 900px) {
	.page-hero__inner {
		grid-template-columns: 1fr;
		gap: 1rem;
		align-items: start;
	}
}

/* A work video keeps its own proportions on the item page, where it is the subject. */

.work-item-media--video {
	aspect-ratio: auto;
}

.work-item-media--video .work-card__video {
	height: auto;
	max-height: 78vh;
	object-fit: contain;
}

/* ---- Hero: show more of the footage, less black on top ---- */

.hero-section__video,
.hero-section__poster {
	filter: grayscale(0.35);
	opacity: 0.62;
}

.hero-section__overlay {
	background:
		linear-gradient(90deg, rgba(23, 32, 27, 0.9) 0%, rgba(23, 32, 27, 0.6) 52%, rgba(23, 32, 27, 0.1) 100%),
		linear-gradient(0deg, #17201b 0%, rgba(23, 32, 27, 0) 48%, rgba(23, 32, 27, 0.06) 100%);
}

/* ---- Homepage services intro: assembly line behind the heading ---- */

.services-intro {
	position: relative;
	overflow: hidden;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
	border-radius: 14px;
}

.services-intro__content {
	display: flex;
	position: relative;
	z-index: 1;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2rem;
}

.services-intro:not(.services-intro--video) .services-intro__content {
	padding-bottom: clamp(2rem, 4vw, 4rem);
	border-bottom: 2px solid var(--dh-line);
}

.services-intro--video {
	background: #0d1712;
}

.services-intro--video .services-intro__content {
	padding: clamp(2rem, 4vw, 3.25rem);
}

.services-intro__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(0.3);
	opacity: 0.55;
}

.services-intro__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(13, 23, 18, 0.94) 0%, rgba(13, 23, 18, 0.72) 55%, rgba(13, 23, 18, 0.4) 100%);
}

.services-intro--video h2,
.services-intro--video p:not(.eyebrow) {
	color: #fff;
}

.services-intro--video .eyebrow {
	color: var(--dh-yellow);
}

.services-intro__lead {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.25rem;
	max-width: 460px;
}

.services-intro__lead p {
	margin: 0;
}

/* ---- Service page video ---- */

.service-landing__media--video {
	overflow: hidden;
}

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

/* ---- Work item: stepped media over a dimmed backdrop ---- */

.work-item-section--backdrop {
	position: relative;
	overflow: hidden;
}

.work-item-section__backdrop {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	filter: grayscale(0.7) blur(3px);
	opacity: 0.14;
}

.work-item-section--backdrop .section-container {
	position: relative;
	z-index: 1;
}

.work-stepper {
	position: sticky;
	top: 7rem;
	min-width: 0;
}

.work-stepper__frame {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border-radius: 12px 12px 0 0;
	background: var(--dh-black);
	box-shadow: var(--dh-shadow);
}

.work-stepper__slide {
	position: absolute;
	inset: 0;
	margin: 0;
	opacity: 0;
	transition: opacity 320ms ease;
	pointer-events: none;
}

.work-stepper__slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.work-stepper__slide img,
.work-stepper__video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.work-stepper__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.75rem 1rem;
	border: 1px solid var(--dh-line);
	border-top: 0;
	border-radius: 0 0 12px 12px;
	background: #fff;
}

.work-stepper__counter {
	margin: 0;
	color: var(--dh-muted);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.work-stepper__nav {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--dh-line);
	border-radius: 999px;
	background: #fff;
	color: var(--dh-ink);
	cursor: pointer;
	transition: background 180ms ease, border-color 180ms ease;
}

.work-stepper__nav:hover,
.work-stepper__nav:focus-visible {
	border-color: var(--dh-ink);
	background: var(--dh-yellow);
}

.work-stepper__nav svg {
	width: 20px;
	height: 20px;
}

/* ---- International reach ---- */

.site-footer__reach {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	margin: 1rem 0 0;
	color: var(--dh-yellow);
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.6;
}

.site-footer__reach svg {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 0.15rem;
}

.company-reach-section {
	background: #fff;
}

.company-reach {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: start;
}

.company-reach__copy h2 {
	margin: 0.5rem 0 1rem;
}

.company-reach__copy p:not(.eyebrow) {
	margin: 0;
	color: var(--dh-muted);
	line-height: 1.75;
}

.company-reach__list {
	display: grid;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.company-reach__list li {
	display: grid;
	gap: 0.35rem;
	padding: 1.1rem 1.25rem;
	border: 1px solid var(--dh-line);
	border-left: 4px solid var(--dh-green);
	border-radius: 10px;
	background: var(--dh-light);
}

.company-reach__list strong {
	font-size: 1.05rem;
	font-weight: 700;
}

.company-reach__list span {
	color: var(--dh-muted);
	font-size: 0.95rem;
	line-height: 1.6;
}

@media (max-width: 900px) {
	.services-intro__content,
	.company-reach {
		grid-template-columns: 1fr;
		flex-direction: column;
		align-items: stretch;
	}

	.services-intro__lead {
		max-width: 100%;
	}

	.work-stepper {
		position: static;
	}
}

/* A service with little written content shows its card image in the main column. */

.service-landing__figure {
	overflow: hidden;
	margin: 0;
	border: 1px solid var(--dh-line);
	border-radius: 12px;
	background: var(--dh-black);
	box-shadow: var(--dh-shadow);
}

.service-landing__wp-content + .service-landing__figure {
	margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

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

/* ---- Warm surface palette ----
   Plain #fff is written literally in dozens of rules, so the sections are
   repainted here rather than through the variables alone. Cards stay lighter
   than the sections behind them so they keep lifting off the page. */

:root {
	--dh-light: #eae4d8;
	--dh-white: #f5f1e9;
	--dh-surface: #f5f1e9;
	--dh-card: #fbf8f2;
	--dh-line: #ded6c7;
}

body {
	background: var(--dh-surface);
}

.services-section,
.services-overview-section,
.related-services-section,
.service-landing-section,
.work-item-section,
.work-item-related,
.work-item-next,
.capabilities-section,
.customers-section,
.work-preview,
.industry-section,
.technical-data-section,
.page-content-section,
.company-audience-section,
.company-details-section,
.company-facility-section,
.company-reach-section,
.services-faq-section,
.service-work-section,
.services-page-cta {
	background: var(--dh-surface);
}

.page-hero {
	background: #ece6da;
}

.work-card,
.proof-card,
.stat-card,
.company-details-card,
.work-context-panel,
.services-overview-card,
.related-service-card,
.customer-card,
.work-stepper__bar,
.services-faq-item,
.company-reach__list li,
.work-filters a,
.service-tab {
	background: var(--dh-card);
}

.service-tab.is-active,
.service-tab:hover,
.work-filters a.is-active {
	background: #fff;
}

/* Keep the light bands a step darker than the sections they sit in. */

.company-reach__list li,
.services-faq-item {
	background: var(--dh-light);
}

/* ---- Our Work closing strip ---- */

.work-reel--footer .work-reel__media {
	overflow: visible;
	aspect-ratio: auto;
	background: transparent;
}

.work-stepper--reel {
	position: static;
}

.work-stepper--reel .work-stepper__frame {
	aspect-ratio: 16 / 10;
	border-radius: 0;
	box-shadow: none;
}

.work-stepper--reel .work-stepper__bar {
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 0;
	background: rgba(13, 23, 18, 0.55);
}

.work-stepper--reel .work-stepper__counter {
	color: #cbd7d0;
}

.work-stepper--reel .work-stepper__nav {
	border-color: rgba(255, 255, 255, 0.24);
	background: transparent;
	color: #fff;
}

.work-stepper--reel .work-stepper__nav:hover,
.work-stepper--reel .work-stepper__nav:focus-visible {
	border-color: var(--dh-yellow);
	background: rgba(244, 196, 48, 0.18);
	color: #fff;
}


/* Keep translated desktop header labels aligned without changing mobile navigation. */
@media (min-width: 1101px) {
	.site-header__inner {
		gap: 1rem;
	}

	.site-brand {
		flex-shrink: 1;
		gap: 1rem;
	}

	.site-brand__text {
		min-width: 0;
	}

	.site-brand__tagline {
		max-width: 13.5rem;
		line-height: 1.35;
	}

	.primary-navigation {
		flex: 0 0 auto;
	}

	.primary-navigation__list {
		gap: clamp(1rem, 1.25vw, 1.5rem);
	}

	.primary-navigation li,
	.primary-navigation a,
	.button--quote {
		white-space: nowrap;
	}

	.site-header__actions {
		flex: 0 0 auto;
		gap: 0.75rem;
	}

	.button--quote {
		letter-spacing: 0.1em;
	}
}

@media (min-width: 1101px) and (max-width: 1240px) {
	.site-brand__tagline {
		display: none;
	}
}


/* Keep translated desktop header labels aligned without changing mobile navigation. */
@media (min-width: 1101px) {
	.site-header__inner {
		gap: 1rem;
	}

	.site-brand {
		flex-shrink: 1;
		gap: 1rem;
	}

	.site-brand__text {
		min-width: 0;
	}

	.site-brand__tagline {
		max-width: 13.5rem;
		line-height: 1.35;
	}

	.primary-navigation {
		flex: 0 0 auto;
	}

	.primary-navigation__list {
		gap: clamp(1rem, 1.25vw, 1.5rem);
	}

	.primary-navigation li,
	.primary-navigation a,
	.button--quote {
		white-space: nowrap;
	}

	.site-header__actions {
		flex: 0 0 auto;
		gap: 0.75rem;
	}

	.button--quote {
		letter-spacing: 0.1em;
	}
}

@media (min-width: 1101px) and (max-width: 1240px) {
	.site-brand__tagline {
		display: none;
	}
}

/* ---- 2026-08-14: portrait service videos must not be cropped ---- */

.service-landing__media--video {
	aspect-ratio: auto;
	background: transparent;
	box-shadow: none;
}

.service-landing__video {
	border-radius: 12px;
	box-shadow: var(--dh-shadow);
}

/* ---- 2026-08-14: five-card homepage work preview ---- */

@media (min-width: 1101px) {
	.work-grid--preview {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

/* Between tablet and desktop the preview grid is still 4 wide, so the fifth
   card would sit alone on its own row. Let it span the full width instead. */

@media (min-width: 761px) and (max-width: 1100px) {
	.work-grid--preview .work-card:nth-child(5) {
		grid-column: 1 / -1;
	}
}
