/**
 * Theme Name: Blocksy Child
 * Description: DYD Grup child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/*
 * DYD Grup design layer
 * The page structure stays editable with native Gutenberg blocks. This file
 * supplies the shared visual language that is cumbersome to repeat per block.
 */

:root {
	--dyd-accent: var(--theme-palette-color-1, #d98928);
	--dyd-accent-dark: var(--theme-palette-color-2, #b66b16);
	--dyd-accent-accessible: #a95c0e;
	--dyd-accent-accessible-hover: #8f4c08;
	--dyd-ink: var(--theme-palette-color-4, #161b24);
	--dyd-muted: var(--theme-palette-color-3, #3b444b);
	--dyd-line: #e3e7ea;
	--dyd-surface: #ffffff;
	--dyd-surface-soft: #f5f6f7;
	--dyd-radius-sm: 8px;
	--dyd-radius-md: 12px;
	--dyd-radius-lg: 20px;
	--dyd-shadow-sm: 0 12px 35px rgba(22, 27, 36, 0.06);
	--dyd-shadow-md: 0 24px 60px rgba(22, 27, 36, 0.12);
}

html {
	scroll-padding-top: 100px;
}

body {
	text-rendering: optimizeLegibility;
}

::selection {
	color: #fff;
	background: var(--dyd-accent);
}

/* Blocksy already renders the site header; Gutenberg supplies page heroes. */
.home .hero-section,
.page .hero-section {
	display: none;
}

.ct-header [data-row="middle"] {
	border-bottom: 1px solid rgba(22, 27, 36, 0.06);
}

.ct-header .menu > li > a,
.ct-header .ct-button,
.ct-header-trigger {
	transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.ct-header .ct-button {
	border-radius: var(--dyd-radius-sm);
}

.ct-header .ct-button:hover {
	transform: translateY(-1px);
}

.ct-header-trigger {
	gap: 8px;
	min-height: 44px;
}

/* Shared Gutenberg typography and vertical rhythm. */
.page .entry-content h1,
.page .entry-content h2,
.page .entry-content h3,
.post-type-archive-project .entry-title,
.single-project .entry-title {
	text-wrap: balance;
}

.page .entry-content p {
	text-wrap: pretty;
}

.page .entry-content > .wp-block-group.alignfull {
	position: relative;
}

/* Full-width sections define their own padding; theme content margins created
 * unintended white bands between adjacent sections. */
.page .entry-content > .alignfull {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.page .entry-content > .wp-block-group.alignfull > *:last-child {
	margin-bottom: 0;
}

/* Page hero. */
.page .entry-content > .wp-block-cover.alignfull {
	isolation: isolate;
	min-height: clamp(500px, 55vw, 680px);
}

.page:not(.home) .entry-content > .wp-block-cover.alignfull {
	min-height: clamp(430px, 43vw, 540px);
}

.page .entry-content > .wp-block-cover .wp-block-cover__image-background {
	transform: scale(1.01);
	object-position: center 42%;
}

.page .entry-content > .wp-block-cover .wp-block-cover__background {
	background: linear-gradient(90deg, rgba(13, 18, 26, 0.9) 0%, rgba(13, 18, 26, 0.68) 56%, rgba(13, 18, 26, 0.42) 100%) !important;
	opacity: 1 !important;
}

.page .entry-content > .wp-block-cover .wp-block-cover__inner-container > .wp-block-group {
	width: 100% !important;
	max-width: 1180px !important;
	margin-inline: auto !important;
}

.page .entry-content > .wp-block-cover .wp-block-cover__inner-container > .wp-block-group > * {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.page .entry-content > .wp-block-cover h1 {
	max-width: 1050px;
	margin-bottom: 24px;
	letter-spacing: -0.045em;
	line-height: 0.98 !important;
}

.page .entry-content > .wp-block-cover p:first-child {
	margin-bottom: 28px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.page .entry-content > .wp-block-cover h1 + p {
	max-width: 930px;
	margin-bottom: 30px;
	line-height: 1.65 !important;
}

/* Buttons. */
.page .wp-block-button__link,
.single-project .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 12px 24px;
	border-radius: var(--dyd-radius-sm);
	box-shadow: 0 8px 22px rgba(217, 137, 40, 0.18);
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.page .wp-block-button__link,
.single-project .wp-block-button__link,
.ct-header .ct-button,
.fluentform button {
	color: #fff;
	background-color: var(--dyd-accent-accessible);
}

.page .wp-block-button__link:hover,
.single-project .wp-block-button__link:hover,
.ct-header .ct-button:hover,
.fluentform button:hover {
	color: #fff;
	background-color: var(--dyd-accent-accessible-hover);
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(217, 137, 40, 0.26);
}

.page .wp-block-button.is-style-outline .wp-block-button__link {
	color: var(--dyd-ink);
	background: transparent;
	border: 2px solid currentColor;
	box-shadow: none;
}

.page .wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: #fff;
	background: var(--dyd-ink);
	border-color: var(--dyd-ink);
}

.page .entry-content > .wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link {
	color: #fff;
	border-color: #fff;
}

.page .entry-content > .wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: var(--dyd-ink);
	background: #fff;
	border-color: #fff;
}

.page .entry-content a:not(.wp-block-button__link) {
	color: var(--dyd-accent-accessible);
}

.page .entry-content a:not(.wp-block-button__link):hover,
.page .entry-content a:not(.wp-block-button__link):focus-visible {
	color: var(--dyd-accent-accessible-hover);
}

.ct-header .menu > li > a:hover,
.ct-header .menu > li.current-menu-item > a,
.ct-header .menu > li.current-menu-ancestor > a {
	color: var(--dyd-accent-accessible);
}

.page .wp-block-button__link:focus-visible,
.single-project .wp-block-button__link:focus-visible,
.fluentform input:focus-visible,
.fluentform textarea:focus-visible,
.fluentform button:focus-visible {
	outline: 3px solid rgba(217, 137, 40, 0.32);
	outline-offset: 3px;
}

/* Columns and cards. */
.page .entry-content .wp-block-columns {
	align-items: stretch;
}

.page .entry-content .wp-block-column {
	min-width: 0;
}

.page .entry-content .wp-block-column > .wp-block-group.has-border-color {
	height: 100%;
	border-color: var(--dyd-line) !important;
	border-radius: var(--dyd-radius-md) !important;
	box-shadow: var(--dyd-shadow-sm);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.page .entry-content .wp-block-column > .wp-block-group.has-border-color:has(a):hover {
	transform: translateY(-5px);
	border-color: rgba(217, 137, 40, 0.42) !important;
	box-shadow: var(--dyd-shadow-md);
}

.page .entry-content .wp-block-column > .wp-block-group.has-border-color h3 {
	font-size: clamp(24px, 2.1vw, 31px);
	line-height: 1.22;
}

.page .entry-content .wp-block-column > .wp-block-group.has-border-color p:last-child a {
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

/* Company process and Rank Math FAQ sections remain Gutenberg-editable. */
.dyd-company-process .wp-block-columns {
	counter-reset: dyd-process-step;
}

.dyd-company-process .wp-block-column {
	counter-increment: dyd-process-step;
}

.dyd-company-process .wp-block-column h3::before {
	display: block;
	margin-bottom: 14px;
	color: var(--dyd-accent-accessible);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.1em;
	content: "ADIM " counter(dyd-process-step, decimal-leading-zero);
}

.dyd-company-faq > p {
	max-width: 760px;
}

.dyd-company-faq .rank-math-list {
	margin-top: 38px;
	border-top: 1px solid var(--dyd-line);
}

.dyd-company-faq .rank-math-list-item {
	padding: 26px 0;
	border-bottom: 1px solid var(--dyd-line);
}

.dyd-company-faq .rank-math-question {
	margin: 0 0 10px !important;
	font-size: clamp(20px, 2vw, 24px) !important;
	line-height: 1.3 !important;
}

.dyd-company-faq .rank-math-answer,
.dyd-company-faq .rank-math-answer p {
	margin: 0;
	line-height: 1.75;
}

.page .entry-content .wp-block-column > .wp-block-group.has-border-color .wp-block-image {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 120px;
	padding: 16px;
	border-radius: 8px;
	background: var(--dyd-surface-soft);
}

.page .entry-content .wp-block-column > .wp-block-group.has-border-color .wp-block-image img {
	max-height: 86px;
	object-fit: contain;
}

.page .entry-content img {
	box-shadow: 0 18px 45px rgba(22, 27, 36, 0.1);
}

.page .entry-content .wp-block-cover img,
.page .entry-content .wp-block-column > .wp-block-group.has-border-color .wp-block-image img {
	box-shadow: none;
}

/* Project query shown on the homepage. */
.home .wp-block-query .wp-block-post-template {
	gap: 28px;
}

.home .wp-block-query .wp-block-post {
	overflow: hidden;
	padding: 18px 18px 24px;
	border: 1px solid var(--dyd-line);
	border-radius: var(--dyd-radius-md);
	background: var(--dyd-surface);
	box-shadow: var(--dyd-shadow-sm);
	transition: none;
}

.home .wp-block-query .wp-block-post:hover {
	transform: none;
	box-shadow: var(--dyd-shadow-sm);
}

.home .wp-block-query .wp-block-post-featured-image {
	overflow: hidden;
	margin: -18px -18px 22px;
	border-radius: 0 !important;
}

.home .wp-block-query .wp-block-post-featured-image img {
	transition: none;
}

.home .wp-block-query .wp-block-post:hover .wp-block-post-featured-image img {
	transform: none;
}

.home .wp-block-query .wp-block-post-title {
	font-size: clamp(23px, 2.2vw, 30px);
	line-height: 1.2;
}

.home .wp-block-query .wp-block-post-excerpt {
	color: var(--dyd-muted);
}

.home .wp-block-query .wp-block-post-excerpt__more-link {
	display: none !important;
}

.home .wp-block-query .wp-block-post:hover,
.post-type-archive-project .entries[data-layout="grid"] article:hover {
	transform: none;
	box-shadow: var(--dyd-shadow-sm);
}

.home .wp-block-query .wp-block-post:hover .wp-block-post-featured-image img,
.post-type-archive-project article:hover .ct-media-container img {
	transform: none;
}

.post-type-archive-project .entry-button {
	display: none !important;
}

/* Institutional logo strip. */
.dyd-logo-strip {
	border-top: 1px solid var(--dyd-line);
	border-bottom: 1px solid var(--dyd-line);
	background: #fff;
}

.dyd-logo-strip-inner {
	display: grid !important;
	grid-template-columns: minmax(0, 400px) minmax(0, 1fr);
	gap: clamp(36px, 3vw, 52px);
	align-items: center;
}

.dyd-logo-strip-title {
	margin: 0;
	font-size: clamp(26px, 1.7vw, 32px);
	line-height: 1.2;
	color: var(--dyd-ink) !important;
	white-space: nowrap !important;
}

.dyd-logo-grid {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(14px, 2vw, 28px);
	align-items: center;
}

.dyd-logo-item {
	display: flex;
	min-width: 0;
	height: 138px;
	margin: 0;
	align-items: center;
	justify-content: center;
}

.dyd-logo-item img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 118px;
	object-fit: contain;
}

.dyd-logo-ibb,
.dyd-logo-kadikoy {
	overflow: hidden;
}

.dyd-logo-ibb img {
	transform: scale(1.55);
}

.dyd-logo-kadikoy img {
	max-height: 82px;
}

.dyd-logo-note {
	max-width: 820px;
	margin: 24px auto 0;
	color: #676a70;
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
}

/* Fluent Forms contact form. */
.fluentform {
	padding: clamp(22px, 4vw, 38px);
	border: 1px solid var(--dyd-line);
	border-radius: var(--dyd-radius-md);
	background: #fff;
	box-shadow: var(--dyd-shadow-sm);
}

.fluentform .ff-el-form-control {
	min-height: 52px;
	border: 1px solid #d9dee2;
	border-radius: var(--dyd-radius-sm);
	background: #fafbfc;
	transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.fluentform textarea.ff-el-form-control {
	min-height: 150px;
}

.fluentform .ff-el-form-control:focus {
	border-color: var(--dyd-accent);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(217, 137, 40, 0.12);
}

.fluentform .ff-btn-submit {
	min-height: 54px;
	padding: 12px 26px;
	border-radius: var(--dyd-radius-sm);
	background: var(--dyd-accent-accessible);
	font-weight: 700;
	color: #fff;
}

.fluentform .ff-btn-submit:hover {
	background: var(--dyd-accent-accessible-hover);
}

/* Projects archive and project detail. */
.post-type-archive-project .entry-meta,
.single-project .entry-meta,
.post-type-archive-project .ct-comments,
.single-project .ct-related-posts-container {
	display: none !important;
}

.post-type-archive-project .entries[data-layout="grid"] {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 28px !important;
}

.post-type-archive-project .entries[data-layout="grid"] article {
	width: auto !important;
	max-width: none !important;
	overflow: hidden;
	border: 1px solid var(--dyd-line);
	border-radius: var(--dyd-radius-md);
	background: #fff;
	box-shadow: var(--dyd-shadow-sm);
	transition: none;
}

.post-type-archive-project .entries[data-layout="grid"] article:hover {
	transform: none;
	box-shadow: var(--dyd-shadow-sm);
}

.post-type-archive-project .ct-media-container {
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.post-type-archive-project article:not(:has(.ct-media-container))::before {
	display: flex;
	box-sizing: border-box;
	aspect-ratio: 4 / 3;
	padding: 28px;
	align-items: flex-end;
	color: #fff;
	background: linear-gradient(160deg, #1d2233 0%, #2c3340 100%);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	content: "DYD GRUP";
}

.post-type-archive-project article,
.home .wp-block-query .wp-block-post,
.dyd-work-vitrine .wp-block-column {
	cursor: default;
}

.post-type-archive-project .hero-section .page-description,
.post-type-archive-project .hero-section .entry-excerpt {
	max-width: 640px;
	margin-top: 12px;
	color: var(--dyd-muted);
}

.dyd-archive-cta {
	padding: clamp(56px, 8vw, 88px) 24px;
	background: #1d2233;
	color: #fff;
	text-align: center;
}

.dyd-archive-cta__inner {
	max-width: 760px;
	margin: 0 auto;
}

.dyd-archive-cta h2 {
	margin: 0 0 16px;
	color: #fff;
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.15;
}

.dyd-archive-cta p {
	margin: 0 0 28px;
	color: #eef0f3;
	font-size: 18px;
	line-height: 1.7;
}

.dyd-work-vitrine .wp-block-image img {
	aspect-ratio: 4 / 3;
	width: 100%;
	object-fit: cover;
	border-radius: var(--dyd-radius-md);
}

.dyd-work-vitrine .wp-block-column > p {
	margin-top: 12px;
	color: var(--dyd-muted);
}

.dyd-vadi-gallery .wp-block-image img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: var(--dyd-radius-md);
}

.dyd-vadi-note {
	margin-top: 8px !important;
	font-size: 13px !important;
	color: var(--dyd-muted);
}

.dyd-contact-label {
	margin: 18px 0 6px !important;
	font-size: 13px !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--dyd-muted);
}

.dyd-map {
	margin-top: 0;
	overflow: hidden;
	border-radius: var(--dyd-radius-md);
	box-shadow: var(--dyd-shadow-sm);
}

.dyd-map iframe {
	display: block;
	width: 100%;
	min-height: 360px;
	border: 0;
}

.dyd-mobile-bar {
	display: none;
}

.ct-footer [data-id="widget-area-4"] {
	display: none;
}

.post-type-archive-project .ct-media-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: none;
}

.post-type-archive-project article:hover .ct-media-container img {
	transform: none;
}

.single-project .ct-featured-image,
.single-project .ct-featured-image figure,
.single-project .ct-featured-image img {
	width: 100%;
	max-height: 560px;
	object-fit: cover;
}

@media (max-width: 1199px) {
	.dyd-logo-strip-inner {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.dyd-logo-strip-title {
		text-align: center;
		white-space: normal !important;
	}
}

@media (max-width: 1023px) {
	.page .entry-content > .wp-block-group.alignfull {
		padding-top: 68px !important;
		padding-bottom: 68px !important;
	}

	.post-type-archive-project .entries[data-layout="grid"] {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

}

@media (max-width: 781px) {
	.page .entry-content .wp-block-columns {
		gap: 24px;
	}

	.page .entry-content .wp-block-column > .wp-block-group.has-border-color {
		padding: 28px !important;
	}
}

@media (max-width: 689px) {
	html {
		scroll-padding-top: 82px;
	}

	body {
		padding-bottom: 72px;
	}

	.dyd-mobile-bar {
		position: fixed;
		z-index: 90;
		right: 0;
		bottom: 0;
		left: 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0;
		background: #161b24;
		box-shadow: 0 -8px 24px rgba(22, 27, 36, 0.16);
	}

	.dyd-mobile-bar a {
		display: flex;
		min-height: 56px;
		align-items: center;
		justify-content: center;
		font-weight: 700;
		color: #fff !important;
		text-decoration: none;
	}

	.dyd-mobile-bar__call {
		background: #161b24;
	}

	.dyd-mobile-bar__wa {
		background: var(--dyd-accent-accessible);
	}

	.page .entry-content > .wp-block-cover.alignfull,
	.page:not(.home) .entry-content > .wp-block-cover.alignfull {
		min-height: 560px;
		padding: 76px 22px !important;
	}

	.page .entry-content > .wp-block-cover .wp-block-cover__background {
		background: linear-gradient(180deg, rgba(13, 18, 26, 0.72) 0%, rgba(13, 18, 26, 0.9) 100%) !important;
	}

	.page .entry-content > .wp-block-cover h1 {
		max-width: 100%;
		font-size: clamp(38px, 11vw, 50px) !important;
		line-height: 1.02 !important;
		letter-spacing: -0.04em;
	}

	.page .entry-content > .wp-block-cover h1 + p {
		font-size: 17px !important;
		line-height: 1.65 !important;
	}

	.page .entry-content > .wp-block-group.alignfull {
		padding: 54px 22px !important;
	}

	.page .entry-content .wp-block-column > .wp-block-group.has-border-color:has(a):hover,
	.home .wp-block-query .wp-block-post:hover,
	.post-type-archive-project .entries[data-layout="grid"] article:hover {
		transform: none;
	}

	.dyd-logo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 28px;
	}

	.dyd-logo-item {
		height: 118px;
	}

	.dyd-logo-item:last-child {
		grid-column: 1 / -1;
	}

	.page .entry-content .wp-block-buttons,
	.page .entry-content .wp-block-button,
	.page .entry-content .wp-block-button__link {
		width: 100%;
	}

	.home .wp-block-query .wp-block-post-template,
	.post-type-archive-project .entries[data-layout="grid"] {
		grid-template-columns: 1fr !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* DYD Grup 2026 — Mimari Premium system */
:root {
	--dyd-ink: #15171a;
	--dyd-ink-soft: #24272c;
	--dyd-paper: #fbfaf7;
	--dyd-soft: #f1eee7;
	--dyd-line: rgba(21, 23, 26, 0.14);
	--dyd-copper: #9b4f0e;
	--dyd-copper-bright: #c46a1b;
	--dyd-radius: 14px;
	--dyd-shadow: 0 22px 60px rgba(21, 23, 26, 0.1);
	--dyd-speed: 220ms;
}

body {
	background: var(--dyd-paper);
	color: var(--dyd-ink);
	font-size: 17px;
	line-height: 1.72;
}

body .site-main,
body .entry-content {
	overflow: clip;
}

.dyd-shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.dyd-eyebrow,
.dyd-card-kicker,
.dyd-catalog-label {
	margin: 0 0 14px;
	color: var(--dyd-copper);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.3;
	text-transform: uppercase;
}

.dyd-hero {
	position: relative;
	display: grid;
	min-height: 650px;
	place-items: center;
	isolation: isolate;
	background:
		radial-gradient(circle at 78% 20%, rgba(196, 106, 27, 0.23), transparent 32%),
		linear-gradient(135deg, #121417 0%, #292d33 100%);
	color: #fff;
}

.dyd-hero__image,
.dyd-hero__veil {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.dyd-hero__image {
	z-index: -2;
	object-fit: cover;
}

.dyd-hero__veil {
	z-index: -1;
	background: linear-gradient(90deg, rgba(13, 15, 18, 0.94) 0%, rgba(13, 15, 18, 0.68) 52%, rgba(13, 15, 18, 0.36) 100%);
}

.dyd-hero--insaat::after,
.dyd-hero--donusum::after,
.dyd-hero--redhomes::after,
.dyd-hero--vadicelik::after {
	position: absolute;
	right: max(24px, calc((100vw - 1180px) / 2));
	bottom: 52px;
	color: rgba(255, 255, 255, 0.09);
	font-size: clamp(50px, 11vw, 156px);
	font-weight: 800;
	letter-spacing: -0.07em;
	line-height: 0.8;
	pointer-events: none;
}

.dyd-hero--insaat::after {
	content: "DYD İNŞAAT";
}

.dyd-hero--donusum::after {
	content: "DÖNÜŞÜM";
}

.dyd-hero--redhomes::after {
	content: "REDHOMES";
}

.dyd-hero--vadicelik::after {
	content: "VADİÇELİK";
}

.dyd-hero__content {
	padding-block: 112px 96px;
}

.dyd-hero .dyd-eyebrow,
.dyd-section--dark .dyd-eyebrow,
.dyd-cta .dyd-eyebrow {
	color: #db8740;
}

.dyd-hero h1 {
	max-width: 850px;
	margin: 0;
	color: #fff;
	font-size: clamp(52px, 7.2vw, 92px);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.dyd-hero__lead {
	max-width: 720px;
	margin: 26px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.55;
}

.dyd-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.dyd-button,
body .ff-btn-submit {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 13px 22px;
	border: 1px solid var(--dyd-copper) !important;
	border-radius: 999px !important;
	background: var(--dyd-copper) !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.025em;
	line-height: 1.2;
	text-decoration: none !important;
	text-transform: capitalize;
	transition: background var(--dyd-speed) ease, border-color var(--dyd-speed) ease, color var(--dyd-speed) ease, transform var(--dyd-speed) ease;
}

.ct-header .ct-button,
.wp-block-button__link,
.dyd-mobile-bar a {
	text-transform: capitalize;
}

.dyd-button:hover,
.dyd-button:focus-visible,
body .ff-btn-submit:hover,
body .ff-btn-submit:focus-visible {
	border-color: var(--dyd-copper-bright) !important;
	background: var(--dyd-copper-bright) !important;
	color: #fff !important;
	transform: translateY(-2px);
}

.dyd-button--outline {
	border-color: rgba(255, 255, 255, 0.5) !important;
	background: transparent !important;
	color: #fff !important;
}

.dyd-section--light .dyd-button--outline,
.dyd-section--soft .dyd-button--outline,
.dyd-company-card .dyd-button--outline {
	border-color: var(--dyd-line) !important;
	color: var(--dyd-ink) !important;
}

.dyd-section--light .dyd-button--outline:hover,
.dyd-section--soft .dyd-button--outline:hover,
.dyd-company-card .dyd-button--outline:hover {
	border-color: var(--dyd-copper) !important;
	background: var(--dyd-copper) !important;
	color: #fff !important;
}

:where(a, button, input, select, textarea, summary):focus-visible {
	outline: 3px solid #d77b2d !important;
	outline-offset: 3px;
}

.dyd-section {
	padding: 88px 0;
	background: var(--dyd-paper);
}

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

.dyd-section--dark {
	background: var(--dyd-ink);
	color: rgba(255, 255, 255, 0.76);
}

.dyd-section--dark :is(h2, h3) {
	color: #fff;
}

.dyd-section__heading {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	gap: 48px;
	align-items: end;
	margin-bottom: 42px;
}

.dyd-section__heading h2,
.dyd-cta h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(36px, 4.7vw, 58px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.03;
}

.dyd-section__heading p {
	margin: 0;
	font-size: 18px;
	line-height: 1.65;
}

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

.dyd-company-card,
.dyd-showcase-card,
.dyd-service-card,
.dyd-group-map article,
.dyd-decision-grid article,
.dyd-contact-grid > article {
	border: 1px solid var(--dyd-line);
	border-radius: var(--dyd-radius);
	background: #fff;
	overflow: hidden;
}

.dyd-company-card {
	display: grid;
	grid-template-columns: minmax(190px, 0.82fr) minmax(0, 1.18fr);
	min-height: 390px;
	transition: border-color var(--dyd-speed) ease, box-shadow var(--dyd-speed) ease, transform var(--dyd-speed) ease;
}

.dyd-company-card:hover {
	border-color: rgba(155, 79, 14, 0.42);
	box-shadow: var(--dyd-shadow);
	transform: translateY(-4px);
}

.dyd-company-card__media {
	min-height: 100%;
	background: #dedbd3;
}

.dyd-company-card__media img,
.dyd-showcase-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dyd-company-card__media--brand {
	display: grid;
	place-items: center;
	padding: 38px;
	background: linear-gradient(145deg, #e7e1d7, #faf8f3);
}

.dyd-company-card__media--brand img {
	width: min(220px, 100%);
	height: auto;
	object-fit: contain;
}

.dyd-company-card__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 32px;
}

.dyd-company-card h3,
.dyd-showcase-card h3,
.dyd-service-card h3,
.dyd-group-map h3,
.dyd-decision-grid h3 {
	margin: 0 0 12px;
	font-size: 25px;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.dyd-company-card__body > p:not(.dyd-card-kicker) {
	margin: 0 0 18px;
}

.dyd-company-card .dyd-button {
	margin-top: auto;
}

.dyd-tags,
.dyd-project-facts,
.dyd-project-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.dyd-tags {
	margin: 0 0 24px;
}

.dyd-tags span,
.dyd-project-facts span,
.dyd-project-card__meta span {
	display: inline-flex;
	min-height: 28px;
	align-items: center;
	padding: 5px 10px;
	border: 1px solid var(--dyd-line);
	border-radius: 999px;
	color: #4a4d52;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.dyd-showcase-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.dyd-vadi-model-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.dyd-vadi-model-card {
	display: flex;
	min-height: 168px;
	flex-direction: column;
	justify-content: space-between;
	padding: 26px;
	border: 1px solid var(--dyd-line);
	border-radius: var(--dyd-radius-sm);
	background: #fff;
}

.dyd-vadi-model-card strong {
	color: var(--dyd-ink);
	font-size: clamp(34px, 3.5vw, 48px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1;
}

.dyd-vadi-model-card span {
	max-width: 170px;
	color: #5f6267;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.dyd-vadi-model-card--accent {
	border-color: var(--dyd-copper);
	background: var(--dyd-ink);
}

.dyd-vadi-model-card--accent strong,
.dyd-vadi-model-card--accent span {
	color: #fff;
}

.dyd-catalog-note {
	max-width: 850px;
	margin: 24px 0 0;
	padding-left: 16px;
	border-left: 2px solid var(--dyd-copper);
	color: #65686d;
	font-size: 14px;
	line-height: 1.65;
}

.dyd-showcase-card {
	min-width: 0;
}

.dyd-showcase-card__media {
	aspect-ratio: 4 / 3;
	background: linear-gradient(145deg, #ddd8cf, #f6f3ec);
	overflow: hidden;
}

.dyd-showcase-card__media img {
	transition: transform var(--dyd-speed) ease;
}

.dyd-showcase-card:hover .dyd-showcase-card__media img {
	transform: scale(1.025);
}

.dyd-showcase-card__body {
	padding: 24px;
}

.dyd-showcase-card__body > p:not(.dyd-catalog-label) {
	margin: 0 0 14px;
	color: #62656b;
}

.dyd-image-placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	min-height: 220px;
	place-items: center;
	background:
		linear-gradient(135deg, rgba(155, 79, 14, 0.12), transparent),
		#e6e1d8;
	color: rgba(21, 23, 26, 0.32);
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.dyd-section__action {
	display: flex;
	justify-content: center;
	margin-top: 36px;
}

.dyd-trust-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 12px 0 58px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.dyd-trust-stats > div {
	display: flex;
	min-height: 168px;
	flex-direction: column;
	justify-content: center;
	padding: 28px;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

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

.dyd-trust-stats strong {
	color: #fff;
	font-size: clamp(34px, 4.5vw, 54px);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1;
}

.dyd-trust-stats span {
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.67);
	font-size: 14px;
}

.dyd-process {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: dyd-step;
}

.dyd-process li {
	position: relative;
	min-height: 220px;
	padding: 34px 32px 30px;
	border-top: 1px solid var(--dyd-line);
	border-right: 1px solid var(--dyd-line);
	counter-increment: dyd-step;
}

.dyd-section--dark .dyd-process li {
	border-color: rgba(255, 255, 255, 0.15);
}

.dyd-process li:last-child {
	border-right: 0;
}

.dyd-process li::before {
	display: block;
	margin-bottom: 38px;
	content: "0" counter(dyd-step);
	color: var(--dyd-copper-bright);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.dyd-process h3 {
	margin: 0 0 10px;
	font-size: 23px;
	font-weight: 800;
	letter-spacing: -0.025em;
}

.dyd-process p {
	margin: 0;
	font-size: 15px;
}

.dyd-service-grid,
.dyd-group-map,
.dyd-decision-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.dyd-service-card,
.dyd-group-map article,
.dyd-decision-grid article {
	padding: 28px;
}

.dyd-service-card > span {
	display: block;
	margin-bottom: 40px;
	color: var(--dyd-copper);
	font-size: 13px;
	font-weight: 800;
}

.dyd-service-card p,
.dyd-group-map span,
.dyd-decision-grid p {
	margin: 0;
	color: #5c6065;
	font-size: 15px;
}

.dyd-group-map article {
	position: relative;
	padding-top: 58px;
}

.dyd-group-map article::before {
	position: absolute;
	top: 28px;
	left: 28px;
	width: 34px;
	height: 2px;
	background: var(--dyd-copper);
	content: "";
}

.dyd-group-map__logo {
	display: flex;
	align-items: center;
	height: 76px;
	margin: 0 0 24px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.dyd-group-map__logo img {
	display: block;
	width: auto;
	max-width: min(170px, 100%);
	height: auto;
	max-height: 54px;
	object-fit: contain;
}

.dyd-group-map article > p {
	color: var(--dyd-copper);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.dyd-approach {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 42px;
	padding-top: 32px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.dyd-approach p {
	margin: 0;
	font-size: 19px;
}

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

.dyd-comparison {
	overflow-x: auto;
	border: 1px solid var(--dyd-line);
	border-radius: var(--dyd-radius);
	background: #fff;
}

.dyd-comparison table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.dyd-comparison :is(th, td) {
	padding: 20px 24px;
	border: 0;
	border-bottom: 1px solid var(--dyd-line);
	text-align: left;
}

.dyd-comparison th {
	background: var(--dyd-ink);
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.04em;
}

.dyd-comparison tr:last-child td {
	border-bottom: 0;
}

.dyd-section:has(.dyd-faq),
.dyd-faq {
	display: none;
}

.dyd-faq {
	max-width: 920px;
}

.dyd-faq details {
	border-top: 1px solid var(--dyd-line);
}

.dyd-faq details:last-child {
	border-bottom: 1px solid var(--dyd-line);
}

.dyd-faq summary {
	position: relative;
	min-height: 64px;
	padding: 20px 52px 20px 0;
	cursor: pointer;
	font-size: 18px;
	font-weight: 800;
	list-style: none;
}

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

.dyd-faq summary::after {
	position: absolute;
	top: 50%;
	right: 8px;
	content: "+";
	color: var(--dyd-copper);
	font-size: 28px;
	font-weight: 400;
	transform: translateY(-50%);
}

.dyd-faq details[open] summary::after {
	content: "−";
}

.dyd-faq details p {
	max-width: 760px;
	margin: 0;
	padding: 0 52px 24px 0;
	color: #5b5f64;
}

.dyd-cta {
	background:
		radial-gradient(circle at 85% 35%, rgba(196, 106, 27, 0.2), transparent 30%),
		var(--dyd-ink-soft);
	color: rgba(255, 255, 255, 0.75);
}

.dyd-cta h2 {
	color: #fff;
}

.dyd-cta__content {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 44px;
}

.dyd-cta__content p:not(.dyd-eyebrow) {
	max-width: 680px;
	margin: 18px 0 0;
}

.dyd-cta__content > .dyd-button {
	flex: 0 0 auto;
}

.dyd-contact-grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
	align-items: stretch;
	gap: 24px;
}

.dyd-contact-grid > .dyd-map {
	height: 100%;
	min-height: 440px;
}

.dyd-contact-grid > .dyd-map iframe {
	height: 100%;
	min-height: 100%;
}

.dyd-contact-grid > article {
	padding: 36px;
}

.dyd-contact-grid h2 {
	margin: 0 0 20px;
	font-size: clamp(28px, 3vw, 40px);
	letter-spacing: -0.035em;
}

.dyd-contact-grid address,
.dyd-footer-brand + address {
	font-style: normal;
}

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

.dyd-contact-form .fluentform {
	margin-top: 28px;
}

.dyd-contact-form :is(input, select, textarea) {
	min-height: 50px;
	border-color: rgba(21, 23, 26, 0.22) !important;
	border-radius: 9px !important;
	background: #fff !important;
	font-size: 16px !important;
}

.dyd-contact-form textarea {
	min-height: 150px;
}

.dyd-contact-form label {
	color: var(--dyd-ink) !important;
	font-weight: 750 !important;
}

.dyd-form-notice {
	margin: 20px 0 0;
	padding-top: 18px;
	border-top: 1px solid var(--dyd-line);
	color: #64676c;
	font-size: 13px;
	line-height: 1.55;
}

.dyd-map-section {
	padding: 0 0 88px;
	background: var(--dyd-paper);
}

.dyd-map {
	height: 440px;
	border-radius: var(--dyd-radius);
	overflow: hidden;
}

.dyd-map iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

/* Project archive */
.dyd-project-filter-shell {
	display: flex;
	width: min(1180px, calc(100% - 48px));
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	margin: 0 auto 44px;
}

.dyd-project-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dyd-project-filter {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	padding: 10px 16px;
	border: 1px solid var(--dyd-line);
	border-radius: 999px;
	background: #fff;
	color: var(--dyd-ink);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.dyd-project-filter:is(:hover, :focus-visible),
.dyd-project-filter.is-active {
	border-color: var(--dyd-ink);
	background: var(--dyd-ink);
	color: #fff;
}

.dyd-project-result {
	margin: 0;
	color: #5c6065;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.post-type-archive-project .entries[data-layout="grid"] article {
	border: 1px solid var(--dyd-line) !important;
	border-radius: var(--dyd-radius) !important;
	background: #fff !important;
	box-shadow: none !important;
	overflow: hidden;
}

.post-type-archive-project .entries[data-layout="grid"] .ct-image-container {
	aspect-ratio: 4 / 3 !important;
	background: linear-gradient(145deg, #ded9d0, #f5f2eb);
}

.post-type-archive-project .entries[data-layout="grid"] .ct-image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-type-archive-project .entry-card .entry-title {
	font-size: 23px !important;
	font-weight: 800 !important;
	letter-spacing: -0.025em;
}

.post-type-archive-project .entry-card .entry-excerpt {
	color: #5c6065;
	font-size: 15px;
}

.dyd-project-card__meta {
	width: 100%;
	justify-content: flex-start;
	padding: 0 0 var(--card-inner-spacing, 28px);
}

.dyd-archive-cta {
	background: var(--dyd-ink);
}

/* Footer */
[data-footer*="type-1"] .ct-footer {
	--theme-link-hover-color: #fff;
	--theme-link-initial-color: rgba(255, 255, 255, 0.72);
	--theme-text-color: rgba(255, 255, 255, 0.68);
	background:
		radial-gradient(circle at 12% 8%, rgba(196, 106, 27, 0.16), transparent 28%),
		linear-gradient(145deg, #15181c 0%, #0d0f12 72%);
	color: rgba(255, 255, 255, 0.66);
}

[data-footer*="type-1"] .ct-footer [data-row="middle"] > .ct-container {
	--container-spacing: 82px;
	--grid-template-columns: minmax(0, 1.7fr) repeat(3, minmax(0, 1fr));
	align-items: start;
	column-gap: clamp(30px, 4vw, 64px);
}

.ct-footer .ct-widget {
	margin: 0;
}

.ct-footer .widget-title,
.ct-footer strong {
	color: #fff;
}

.ct-footer .widget-title {
	margin-bottom: 24px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.ct-footer .widget_nav_menu,
.ct-footer nav {
	display: grid;
	gap: 5px;
}

.ct-footer nav a {
	display: flex;
	min-height: 32px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.35;
	transition: color var(--dyd-speed) ease, transform var(--dyd-speed) ease;
}

.ct-footer nav a::after {
	content: "→";
	color: var(--dyd-copper-bright);
	opacity: 0;
	transform: translateX(-6px);
	transition: opacity var(--dyd-speed) ease, transform var(--dyd-speed) ease;
}

.ct-footer nav a:hover,
.ct-footer nav a:focus-visible,
.dyd-footer-contact a:hover,
.dyd-footer-contact a:focus-visible {
	color: #fff;
}

.ct-footer nav a:hover,
.ct-footer nav a:focus-visible {
	transform: translateX(3px);
}

.ct-footer nav a:hover::after,
.ct-footer nav a:focus-visible::after {
	opacity: 1;
	transform: translateX(0);
}

.ct-footer address {
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.66);
	font-style: normal;
	font-size: 14px;
	line-height: 1.7;
}

.dyd-footer-logo {
	display: inline-flex;
	width: 136px;
	min-height: 66px;
	align-items: center;
	justify-content: center;
	margin-bottom: 28px;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.96);
}

.dyd-footer-logo img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 48px;
	object-fit: contain;
}

.dyd-footer-kicker {
	margin: 0 0 12px;
	color: var(--dyd-copper-bright);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.dyd-footer-title {
	max-width: 390px;
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(28px, 2.4vw, 38px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.04;
}

.dyd-footer-brand > p:not(.dyd-footer-kicker, .dyd-footer-title) {
	max-width: 420px;
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 15px;
	line-height: 1.7;
}

.dyd-footer-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.dyd-footer-actions a {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: capitalize;
	transition: background var(--dyd-speed) ease, border-color var(--dyd-speed) ease, transform var(--dyd-speed) ease;
}

.dyd-footer-actions a:first-child {
	border-color: var(--dyd-copper-bright);
	background: var(--dyd-copper-bright);
}

.dyd-footer-actions a:hover,
.dyd-footer-actions a:focus-visible {
	border-color: var(--dyd-copper-bright);
	background: var(--dyd-copper-bright);
	color: #fff;
	transform: translateY(-2px);
}

.ct-footer [data-column="widget-area-2"],
.ct-footer [data-column="widget-area-3"],
.ct-footer [data-column="widget-area-4"] {
	min-width: 0;
	padding-left: clamp(18px, 2vw, 30px);
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

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

.dyd-footer-contact a {
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	line-height: 1.45;
}

.dyd-footer-contact .dyd-footer-direction {
	display: inline-flex;
	width: fit-content;
	margin-top: 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid var(--dyd-copper-bright);
	color: #fff;
	font-weight: 800;
}

[data-footer*="type-1"] .ct-footer [data-row="bottom"] {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: #0d0f12 !important;
}

[data-footer*="type-1"] .ct-footer [data-row="bottom"] > .ct-container {
	--container-spacing: 24px;
}

.ct-footer .ct-footer-copyright {
	color: rgba(255, 255, 255, 0.42);
	font-size: 12px;
	letter-spacing: 0.035em;
}

@media (max-width: 1023px) {
	[data-footer*="type-1"] .ct-footer [data-row="middle"] > .ct-container {
		--container-spacing: 64px;
		--grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 48px;
	}

	[data-footer*="type-1"] .ct-footer [data-column] {
		--horizontal-alignment: flex-start;
		--text-horizontal-alignment: left;
		align-items: stretch;
		text-align: left;
	}

	.ct-footer [data-column="widget-area-3"] {
		padding-left: 0;
		border-left: 0;
	}

	.ct-footer .widget-title,
	.dyd-footer-brand,
	.dyd-footer-contact,
	.dyd-footer-contact address,
	.dyd-footer-contact a {
		text-align: left;
	}

	.dyd-footer-logo {
		margin-inline: 0;
	}

	.ct-footer nav {
		width: 100%;
	}

	.ct-footer nav a {
		justify-content: flex-start;
	}

	.ct-footer nav a::after {
		display: none;
	}

	.dyd-footer-contact .dyd-footer-direction {
		margin-inline: 0;
	}
}

@media (max-width: 689px) {
	[data-footer*="type-1"] .ct-footer [data-row="middle"] > .ct-container {
		--container-spacing: 52px;
		--grid-template-columns: 1fr;
		row-gap: 34px;
	}

	.ct-footer [data-column="widget-area-2"],
	.ct-footer [data-column="widget-area-3"],
	.ct-footer [data-column="widget-area-4"] {
		padding: 30px 0 0;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		border-left: 0;
	}

	.dyd-footer-actions,
	.dyd-footer-actions a {
		width: 100%;
	}
}

.dyd-footer-brand strong {
	display: block;
	margin-bottom: 16px;
	font-size: 23px;
	letter-spacing: 0.08em;
}

/* Draft legal page rendering, once approved and published. */
.dyd-legal {
	padding-block: 88px;
}

.dyd-legal h1 {
	max-width: 900px;
	font-size: clamp(38px, 5vw, 64px);
	letter-spacing: -0.045em;
}

.dyd-legal h2 {
	margin-top: 42px;
}

@media (max-width: 1023px) {
	.dyd-company-card {
		grid-template-columns: 1fr;
	}

	.dyd-company-card__media {
		min-height: 260px;
	}

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

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

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

	.dyd-contact-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 16px;
	}

	.dyd-shell,
	.dyd-project-filter-shell {
		width: min(100% - 36px, 1180px);
	}

	.dyd-hero {
		min-height: 600px;
	}

	.dyd-hero__content {
		padding-block: 90px 72px;
	}

	.dyd-hero h1 {
		font-size: clamp(42px, 13.5vw, 62px);
	}

	.dyd-hero__lead {
		font-size: 17px;
	}

	.dyd-actions,
	.dyd-actions .dyd-button {
		width: 100%;
	}

	.dyd-section {
		padding: 56px 0;
	}

	.dyd-section__heading {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 30px;
	}

	.dyd-section__heading h2,
	.dyd-cta h2 {
		font-size: clamp(34px, 10vw, 46px);
	}

	.dyd-company-grid,
	.dyd-showcase-grid,
	.dyd-vadi-model-grid,
	.dyd-service-grid,
	.dyd-group-map,
	.dyd-decision-grid,
	.dyd-process,
	.dyd-trust-stats,
	.dyd-approach {
		grid-template-columns: 1fr;
	}

	.dyd-company-card__media {
		min-height: 220px;
		aspect-ratio: 4 / 3;
	}

	.dyd-company-card__body,
	.dyd-contact-grid > article {
		padding: 26px;
	}

	.dyd-trust-stats > div,
	.dyd-process li {
		min-height: auto;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}

	.dyd-trust-stats > div:last-child,
	.dyd-process li:last-child {
		border-bottom: 0;
	}

	.dyd-cta__content {
		align-items: stretch;
		flex-direction: column;
	}

	.dyd-cta__content > .dyd-button {
		width: 100%;
	}

	.dyd-project-filter-shell {
		align-items: flex-start;
		flex-direction: column;
	}

	.dyd-project-filters {
		flex-wrap: nowrap;
		width: calc(100vw - 18px);
		padding-right: 18px;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.dyd-project-filter {
		flex: 0 0 auto;
	}

	.dyd-project-result {
		white-space: normal;
	}

	.dyd-map-section {
		padding-bottom: 72px;
	}

	.dyd-map {
		height: 360px;
	}
}

@media (max-width: 689px) {
	body {
		padding-bottom: 64px;
	}

	.dyd-mobile-bar {
		z-index: 999;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dyd-company-card,
	.dyd-button,
	.dyd-showcase-card__media img {
		transition: none !important;
	}

	.dyd-company-card:hover,
	.dyd-button:hover,
	.dyd-showcase-card:hover .dyd-showcase-card__media img {
		transform: none !important;
	}
}
