/*
Theme Name: Danish Trading
Theme URI: https://dgtckw.com/
Author: Danish General Trading & Cont. Co.
Author URI: https://dgtckw.com/
Description: A standalone professional WordPress theme for Danish General Trading & Cont. Co., featuring automotive paints, heavy-duty vehicle services, safety wear, booth fabrication, partner profiles, projects, portfolio media, contact details, and company license pages.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.8
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: danish-trading
Tags: custom-logo, custom-menu, featured-images, full-width-template, portfolio, translation-ready
*/

:root {
	--dt-navy: #061a31;
	--dt-navy-deep: #031326;
	--dt-navy-soft: #0b2947;
	--dt-blue: #006fc9;
	--dt-blue-bright: #0488ef;
	--dt-red: #c8233a;
	--dt-green: #008c50;
	--dt-ink: #102035;
	--dt-text: #516070;
	--dt-muted: #718094;
	--dt-line: #dce4eb;
	--dt-soft: #f4f7fa;
	--dt-white: #ffffff;
	--dt-shadow: 0 16px 42px rgba(7, 29, 51, 0.12);
	--dt-radius: 2px;
	--dt-container: 1200px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--dt-white);
	color: var(--dt-text);
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

body,
button,
input,
select,
textarea {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

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

a {
	color: var(--dt-blue);
	text-decoration: none;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

a:hover {
	color: var(--dt-blue-bright);
}

button,
input,
select,
textarea {
	font-size: inherit;
}

button {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--dt-ink);
	font-weight: 750;
	letter-spacing: -0.025em;
	line-height: 1.16;
	margin: 0 0 0.7em;
}

h1 {
	font-size: clamp(2.8rem, 6vw, 5.25rem);
}

h2 {
	font-size: clamp(2rem, 3.3vw, 3.15rem);
}

h3 {
	font-size: 1.22rem;
}

p {
	margin: 0 0 1.1em;
}

svg {
	fill: none;
	height: 1em;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.75;
	width: 1em;
}

.site-container {
	margin: 0 auto;
	max-width: var(--dt-container);
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.narrow-container {
	max-width: 880px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background: var(--dt-white);
	clip: auto !important;
	clip-path: none;
	color: var(--dt-ink);
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	height: auto;
	left: 10px;
	padding: 14px 18px;
	top: 10px;
	width: auto;
	z-index: 100000;
}

.section {
	padding: 92px 0;
}

.section-light {
	background: var(--dt-white);
}

.section-soft {
	background: var(--dt-soft);
}

.section-navy {
	background: var(--dt-navy);
	color: rgba(255, 255, 255, 0.72);
}

.section-navy h2,
.section-navy h3 {
	color: var(--dt-white);
}

.section-label {
	color: var(--dt-blue);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.section-heading {
	margin-bottom: 44px;
	max-width: 730px;
}

.section-heading h2,
.split-content h2 {
	font-size: clamp(2rem, 3vw, 2.9rem);
}

.section-heading p:last-child {
	color: var(--dt-muted);
}

.section-heading-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section-action {
	margin: 32px 0 0;
	text-align: center;
}

.button {
	align-items: center;
	background: var(--dt-blue);
	border: 1px solid var(--dt-blue);
	border-radius: var(--dt-radius);
	color: var(--dt-white);
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 800;
	gap: 9px;
	justify-content: center;
	letter-spacing: 0.055em;
	line-height: 1;
	padding: 16px 19px;
	text-transform: uppercase;
}

.button:hover {
	background: var(--dt-blue-bright);
	border-color: var(--dt-blue-bright);
	color: var(--dt-white);
	transform: translateY(-2px);
}

.button svg {
	font-size: 1.1rem;
}

.button-outline {
	background: rgba(3, 19, 38, 0.25);
	border-color: rgba(255, 255, 255, 0.7);
}

.button-outline:hover {
	background: var(--dt-white);
	border-color: var(--dt-white);
	color: var(--dt-navy);
}

.button-dark-outline {
	background: transparent;
	border-color: var(--dt-navy);
	color: var(--dt-navy);
}

.button-dark-outline:hover {
	background: var(--dt-navy);
	border-color: var(--dt-navy);
}

.button-small {
	font-size: 0.72rem;
	padding: 13px 15px;
}

.navbar-cta {
	display: none;
}

/* Header */
.utility-bar {
	background: var(--dt-navy-deep);
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.73rem;
}

.utility-bar-inner,
.utility-left,
.utility-right {
	align-items: center;
	display: flex;
}

.utility-bar-inner {
	justify-content: space-between;
	min-height: 34px;
}

.utility-left,
.utility-right {
	gap: 20px;
}

.utility-bar a,
.utility-bar span {
	align-items: center;
	color: inherit;
	display: inline-flex;
	gap: 6px;
}

.utility-bar svg {
	font-size: 0.95rem;
}

.site-navbar {
	background: var(--dt-navy);
	box-shadow: 0 7px 20px rgba(3, 19, 38, 0.16);
	position: relative;
	z-index: 20;
}

.navbar-inner {
	align-items: center;
	display: flex;
	gap: 18px;
	min-height: 88px;
}

.site-brand {
	align-items: center;
	display: flex;
	margin-right: auto;
}

.site-brand img,
.custom-logo {
	height: auto;
	max-height: 66px;
	max-width: 235px;
	width: auto;
}

.primary-menu-wrap {
	align-items: center;
	display: flex;
}

.primary-menu,
.footer-links,
.footer-contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu {
	align-items: center;
	display: flex;
	gap: 2px;
}

.primary-menu li {
	position: relative;
}

.primary-menu a {
	color: rgba(255, 255, 255, 0.84);
	display: block;
	font-size: 0.71rem;
	font-weight: 750;
	letter-spacing: 0.04em;
	padding: 34px 8px;
	text-transform: uppercase;
	white-space: nowrap;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a {
	color: var(--dt-white);
}

.primary-menu .current-menu-item > a::after,
.primary-menu a:hover::after {
	background: var(--dt-blue-bright);
	bottom: 22px;
	content: "";
	height: 2px;
	left: 10px;
	position: absolute;
	right: 10px;
}

.menu-toggle {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.36);
	color: var(--dt-white);
	display: none;
	font-size: 1.55rem;
	line-height: 1;
	padding: 8px;
}

/* Home */
.home-hero {
	background-color: var(--dt-navy);
	background-image: linear-gradient(90deg, rgba(3, 19, 38, 0.98) 0%, rgba(3, 19, 38, 0.9) 35%, rgba(3, 19, 38, 0.38) 70%, rgba(3, 19, 38, 0.2) 100%), var(--hero-image);
	background-position: center, center;
	background-size: cover;
	color: rgba(255, 255, 255, 0.82);
	min-height: 550px;
}

.home-hero-inner {
	align-items: center;
	display: flex;
	min-height: 550px;
}

.home-hero-content {
	max-width: 680px;
	padding: 58px 0;
}

.home-hero .section-label {
	color: var(--dt-blue-bright);
}

.home-hero h1 {
	color: var(--dt-white);
	letter-spacing: -0.055em;
	margin-bottom: 18px;
}

.home-hero h1 span::after {
	color: var(--dt-green);
	content: ".";
}

.home-hero h1::first-line {
	color: var(--dt-white);
}

.home-hero h1 span {
	color: var(--dt-white);
}

.home-hero p:not(.section-label) {
	font-size: 1.06rem;
	max-width: 650px;
}

.button-group {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.proof-strip {
	background: var(--dt-navy-deep);
	color: rgba(255, 255, 255, 0.7);
}

.proof-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.proof-item {
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.26);
	display: flex;
	gap: 18px;
	margin: 25px 0;
	padding: 10px 28px;
}

.proof-item:first-child {
	padding-left: 0;
}

.proof-item:last-child {
	border-right: 0;
}

.proof-item h2 {
	color: var(--dt-white);
	font-size: 1.05rem;
	letter-spacing: -0.01em;
	margin-bottom: 3px;
}

.proof-item p {
	font-size: 0.82rem;
	line-height: 1.45;
	margin: 0;
}

.proof-icon,
.service-card-icon,
.service-detail-icon {
	align-items: center;
	border-radius: 50%;
	color: var(--dt-white);
	display: inline-flex;
	flex: 0 0 auto;
	justify-content: center;
}

.proof-icon {
	font-size: 1.65rem;
	height: 54px;
	width: 54px;
}

.proof-icon-blue,
.service-card:nth-child(1) .service-card-icon {
	background: var(--dt-blue);
}

.proof-icon-red,
.service-card:nth-child(2) .service-card-icon {
	background: var(--dt-red);
}

.proof-icon-green,
.service-card:nth-child(3) .service-card-icon {
	background: var(--dt-green);
}

.proof-item:nth-child(4) .proof-icon,
.service-card:nth-child(4) .service-card-icon {
	background: var(--dt-blue);
}

.service-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, 1fr);
}

.service-card {
	background: var(--dt-white);
	border: 1px solid var(--dt-line);
	position: relative;
}

.service-card-image {
	background: var(--dt-soft);
	display: block;
	height: 198px;
	overflow: hidden;
}

.service-card-image img {
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
	width: 100%;
}

.service-card:hover img {
	transform: scale(1.05);
}

.service-card-content {
	padding: 36px 20px 22px;
	position: relative;
	text-align: center;
}

.service-card-icon {
	box-shadow: 0 0 0 5px var(--dt-white);
	font-size: 1.3rem;
	height: 52px;
	left: 50%;
	position: absolute;
	top: -27px;
	transform: translateX(-50%);
	width: 52px;
}

.service-card h3 {
	font-size: 1.03rem;
	margin-bottom: 10px;
}

.service-card p {
	color: var(--dt-muted);
	font-size: 0.86rem;
	line-height: 1.55;
	margin: 0;
}

.about-home {
	padding-top: 36px;
}

.split-layout {
	align-items: center;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.split-media {
	background: var(--dt-soft);
	min-height: 350px;
	overflow: hidden;
	position: relative;
}

.split-media::after {
	border: 2px solid var(--dt-blue);
	bottom: 14px;
	content: "";
	left: 14px;
	pointer-events: none;
	position: absolute;
	right: 14px;
	top: 14px;
}

.split-media img {
	height: 100%;
	min-height: 350px;
	object-fit: cover;
	width: 100%;
}

.split-media-tall {
	min-height: 470px;
}

.split-media-tall img {
	min-height: 470px;
}

.split-content blockquote {
	border-left: 3px solid var(--dt-blue);
	color: var(--dt-ink);
	font-weight: 650;
	margin: 25px 0 0;
	padding: 4px 0 4px 20px;
}

.project-rail {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(6, 1fr);
}

.project-rail-item {
	background: var(--dt-white);
	border: 1px solid var(--dt-line);
	color: var(--dt-ink);
	display: block;
	overflow: hidden;
}

.project-rail-item img {
	aspect-ratio: 1.16 / 1;
	height: auto;
	object-fit: cover;
	transition: transform 220ms ease;
	width: 100%;
}

.project-rail-item span {
	display: block;
	font-size: 0.76rem;
	font-weight: 750;
	line-height: 1.35;
	padding: 10px 9px;
}

.project-rail-item:hover img {
	transform: scale(1.06);
}

.partner-list {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.partner-list span {
	align-items: center;
	background: var(--dt-white);
	border: 1px solid var(--dt-line);
	color: var(--dt-ink);
	display: flex;
	font-size: 0.89rem;
	font-weight: 750;
	gap: 10px;
	justify-content: center;
	min-height: 76px;
	padding: 14px;
	text-align: center;
}

.partner-list span svg {
	color: var(--dt-blue);
	flex: 0 0 auto;
	font-size: 1.25rem;
}

.partner-list-home {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.partner-list-home span {
	font-size: 0.75rem;
	min-height: 66px;
}

/* Interior page hero */
.page-hero {
	background-color: var(--dt-navy);
	background-image: linear-gradient(90deg, rgba(3, 19, 38, 0.96), rgba(3, 19, 38, 0.66)), var(--page-hero-image);
	background-position: center;
	background-size: cover;
	color: rgba(255, 255, 255, 0.75);
}

.page-hero-inner {
	padding-bottom: 92px;
	padding-top: 96px;
}

.page-hero h1 {
	color: var(--dt-white);
	font-size: clamp(2.8rem, 5vw, 4.55rem);
	margin-bottom: 12px;
}

.page-hero p:last-child {
	font-size: 1.05rem;
	margin-bottom: 0;
	max-width: 710px;
}

/* About */
.timeline-grid,
.process-grid,
.value-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.timeline-grid article {
	border-left: 1px solid rgba(255, 255, 255, 0.25);
	padding: 5px 0 5px 20px;
}

.timeline-grid strong,
.process-grid strong {
	color: var(--dt-blue-bright);
	display: block;
	font-size: 2rem;
	font-weight: 850;
	line-height: 1;
	margin-bottom: 20px;
}

.timeline-grid h3,
.process-grid h3 {
	font-size: 1rem;
}

.timeline-grid p,
.process-grid p {
	font-size: 0.88rem;
	margin-bottom: 0;
}

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

.value-grid article {
	border-top: 3px solid var(--dt-blue);
	box-shadow: var(--dt-shadow);
	padding: 27px;
}

.value-grid span {
	color: var(--dt-blue);
	display: block;
	font-size: 2rem;
	margin-bottom: 16px;
}

.value-grid p {
	color: var(--dt-muted);
	font-size: 0.92rem;
	margin: 0;
}

/* Services */
.service-detail-list {
	display: grid;
	gap: 74px;
}

.service-detail {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: 0.94fr 1.06fr;
}

.service-detail-reverse .service-detail-media {
	order: 2;
}

.service-detail-media {
	background: var(--dt-soft);
	box-shadow: var(--dt-shadow);
	overflow: hidden;
}

.service-detail-media img {
	aspect-ratio: 1.35 / 1;
	object-fit: cover;
	width: 100%;
}

.service-detail-icon {
	background: var(--dt-blue);
	font-size: 1.45rem;
	height: 58px;
	margin-bottom: 17px;
	width: 58px;
}

.service-detail-content h2 {
	font-size: 2.35rem;
}

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

.check-list li {
	align-items: center;
	border-top: 1px solid var(--dt-line);
	color: var(--dt-ink);
	display: flex;
	font-size: 0.9rem;
	font-weight: 650;
	gap: 10px;
	padding: 10px 0;
}

.check-list svg {
	color: var(--dt-green);
	font-size: 1rem;
}

/* Partners */
.partner-groups {
	display: grid;
	gap: 36px;
}

.partner-group {
	background: var(--dt-soft);
	border-left: 4px solid var(--dt-blue);
	padding: 30px;
}

.partner-group h2 {
	font-size: 1.5rem;
	margin-bottom: 22px;
}

/* Gallery */
.gallery-grid {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-item {
	background: var(--dt-white);
	border: 1px solid var(--dt-line);
	margin: 0;
	overflow: hidden;
}

.gallery-item a {
	display: block;
}

.gallery-item img {
	aspect-ratio: 1 / 0.9;
	object-fit: cover;
	transition: transform 220ms ease;
	width: 100%;
}

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

.gallery-item figcaption {
	color: var(--dt-ink);
	font-size: 0.78rem;
	font-weight: 750;
	padding: 11px 13px;
}

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

.process-grid article {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	padding-top: 24px;
}

.portfolio-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 26px;
}

.portfolio-filter {
	background: var(--dt-white);
	border: 1px solid var(--dt-line);
	color: var(--dt-ink);
	font-size: 0.73rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	padding: 11px 13px;
	text-transform: uppercase;
}

.portfolio-filter:hover,
.portfolio-filter.is-active {
	background: var(--dt-blue);
	border-color: var(--dt-blue);
	color: var(--dt-white);
}

.portfolio-item.is-hidden {
	display: none;
}

.license-frame {
	background: var(--dt-soft);
	border: 1px solid var(--dt-line);
	box-shadow: var(--dt-shadow);
	display: block;
	margin: 0 auto;
	max-width: 650px;
	padding: 18px;
}

.license-frame img {
	width: 100%;
}

/* Contact */
.contact-layout {
	align-items: start;
	display: grid;
	gap: 58px;
	grid-template-columns: minmax(0, 1fr) minmax(390px, 0.84fr);
}

.contact-detail-list {
	display: grid;
	gap: 14px;
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.contact-detail-list li {
	align-items: flex-start;
	display: flex;
	gap: 14px;
}

.contact-detail-list li > span {
	align-items: center;
	background: var(--dt-blue);
	color: var(--dt-white);
	display: flex;
	flex: 0 0 auto;
	font-size: 1.12rem;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.contact-detail-list strong {
	color: var(--dt-ink);
	display: block;
	font-size: 0.78rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.contact-detail-list p {
	margin: 1px 0 0;
}

.contact-form-card {
	background: var(--dt-navy);
	box-shadow: var(--dt-shadow);
	color: rgba(255, 255, 255, 0.76);
	padding: 34px;
}

.contact-form-card h2 {
	color: var(--dt-white);
	font-size: 2rem;
}

.contact-form-card p {
	font-size: 0.9rem;
}

.quote-form {
	display: grid;
	gap: 14px;
	margin-top: 20px;
}

.quote-form label,
.quote-form label span {
	display: block;
}

.quote-form label span {
	color: var(--dt-white);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
	background: var(--dt-white);
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 0;
	color: var(--dt-ink);
	padding: 12px;
	width: 100%;
}

.quote-form textarea {
	resize: vertical;
}

/* Default content */
.content-area {
	padding: 70px 0;
}

.content-entry {
	border-bottom: 1px solid var(--dt-line);
	margin-bottom: 34px;
	padding-bottom: 34px;
}

.entry-thumbnail {
	margin-bottom: 20px;
}

.entry-title {
	font-size: 2rem;
}

.entry-title a {
	color: var(--dt-ink);
}

/* Footer */
.contact-strip {
	background: #074886;
	color: rgba(255, 255, 255, 0.82);
}

.contact-strip-inner,
.contact-strip-message,
.contact-strip-phone {
	align-items: center;
	display: flex;
}

.contact-strip-inner {
	justify-content: space-between;
	min-height: 102px;
}

.contact-strip-message {
	gap: 18px;
}

.contact-strip-icon {
	font-size: 3.35rem;
}

.contact-strip h2 {
	color: var(--dt-white);
	font-size: 1.65rem;
	margin: 0 0 1px;
}

.contact-strip p {
	font-size: 0.88rem;
	margin: 0;
}

.contact-strip-phone {
	background: var(--dt-white);
	color: var(--dt-navy);
	font-size: 1.02rem;
	font-weight: 850;
	gap: 8px;
	padding: 17px 24px;
}

.site-footer {
	background: var(--dt-navy);
	color: rgba(255, 255, 255, 0.64);
}

.footer-grid {
	display: grid;
	gap: 42px;
	grid-template-columns: 1.45fr 0.8fr 0.95fr 1.25fr;
	padding-bottom: 48px;
	padding-top: 48px;
}

.footer-brand img {
	max-height: 76px;
	width: auto;
}

.footer-brand p {
	font-size: 0.82rem;
	margin-top: 16px;
	max-width: 310px;
}

.site-footer h2 {
	color: var(--dt-white);
	font-size: 0.83rem;
	letter-spacing: 0.08em;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.footer-links a,
.footer-contact a {
	color: rgba(255, 255, 255, 0.67);
}

.footer-links a:hover,
.footer-contact a:hover {
	color: var(--dt-white);
}

.footer-links li {
	font-size: 0.79rem;
	margin-bottom: 5px;
}

.footer-contact {
	display: grid;
	gap: 10px;
}

.footer-contact li {
	align-items: flex-start;
	display: flex;
	font-size: 0.79rem;
	gap: 8px;
}

.footer-contact svg {
	color: var(--dt-blue-bright);
	flex: 0 0 auto;
	font-size: 1rem;
	margin-top: 3px;
}

.site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-info-inner {
	display: flex;
	font-size: 0.7rem;
	justify-content: space-between;
	padding-bottom: 13px;
	padding-top: 13px;
}

.site-info p {
	margin: 0;
}

@media (max-width: 1120px) {
	.navbar-cta {
		display: none;
	}

	.primary-menu a {
		padding-left: 8px;
		padding-right: 8px;
	}

	.partner-list-home {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.section {
		padding: 72px 0;
	}

	.utility-right span {
		display: none;
	}

	.navbar-inner {
		min-height: 76px;
	}

	.site-brand img,
	.custom-logo {
		max-height: 62px;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.primary-menu-wrap {
		background: var(--dt-navy);
		border-top: 1px solid rgba(255, 255, 255, 0.14);
		display: none;
		left: 0;
		padding: 10px 24px 20px;
		position: absolute;
		right: 0;
		top: 100%;
	}

	.primary-menu-wrap.is-open {
		display: block;
	}

	.primary-menu {
		align-items: stretch;
		display: block;
	}

	.primary-menu a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.11);
		padding: 12px 0;
	}

	.primary-menu .current-menu-item > a::after,
	.primary-menu a:hover::after {
		display: none;
	}

	.proof-item {
		gap: 13px;
		padding-left: 17px;
		padding-right: 17px;
	}

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

	.split-layout,
	.contact-layout {
		gap: 34px;
		grid-template-columns: 1fr;
	}

	.project-rail {
		grid-template-columns: repeat(3, 1fr);
	}

	.partner-list-home {
		grid-template-columns: repeat(3, 1fr);
	}

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

	.service-detail,
	.service-detail-reverse {
		gap: 27px;
		grid-template-columns: 1fr;
	}

	.service-detail-reverse .service-detail-media {
		order: 0;
	}

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

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

@media (max-width: 640px) {
	.site-container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.utility-left a,
	.utility-right {
		display: none;
	}

	.home-hero,
	.home-hero-inner {
		min-height: 500px;
	}

	.home-hero {
		background-image: linear-gradient(90deg, rgba(3, 19, 38, 0.96), rgba(3, 19, 38, 0.67)), var(--hero-image);
	}

	.home-hero h1 {
		font-size: 3.2rem;
	}

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

	.proof-grid {
		grid-template-columns: 1fr;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.proof-item,
	.proof-item:first-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
		border-right: 0;
		margin: 0;
		padding: 15px 0;
	}

	.proof-item:last-child {
		border-bottom: 0;
	}

	.service-grid,
	.partner-list,
	.partner-list-home,
	.value-grid,
	.gallery-grid,
	.process-grid,
	.timeline-grid {
		grid-template-columns: 1fr;
	}

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

	.partner-group {
		padding: 21px;
	}

	.contact-form-card {
		padding: 24px;
	}

	.contact-strip-inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
		padding-bottom: 22px;
		padding-top: 22px;
	}

	.contact-strip-icon {
		font-size: 2.5rem;
	}

	.contact-strip-phone {
		width: 100%;
	}

	.footer-grid,
	.site-info-inner {
		display: block;
	}

	.footer-grid > div {
		margin-bottom: 30px;
	}

	.site-info p + p {
		margin-top: 5px;
	}
}
