
:root {
	--kd-accent: #ed7a2d;
	--kd-accent-dark: #c95916;
	--kd-ink: #18332f;
	--kd-ink-soft: #36524d;
	--kd-cream: #f7f3ed;
	--kd-sand: #eee6da;
	--kd-white: #ffffff;
	--kd-line: rgba(24, 51, 47, 0.12);
	--kd-shadow: 0 24px 70px rgba(23, 47, 43, 0.12);
	--kd-radius-sm: 14px;
	--kd-radius-md: 24px;
	--kd-radius-lg: 38px;
	--kd-container: 1240px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--kd-white);
	color: var(--kd-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

body.admin-bar .kd-site-header {
	top: 32px;
}

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

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

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

h1,
h2,
h3,
h4 {
	margin: 0 0 0.55em;
	color: var(--kd-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 1.08;
	text-wrap: balance;
}

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

h2 {
	font-size: clamp(2.1rem, 4vw, 4.25rem);
}

h3 {
	font-size: clamp(1.25rem, 2vw, 1.75rem);
}

p {
	margin: 0 0 1.2em;
}

.kd-container {
	width: min(calc(100% - 40px), var(--kd-container));
	margin-inline: auto;
}

.kd-container--narrow {
	max-width: 820px;
}

.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;
}

.screen-reader-text:focus {
	position: fixed;
	z-index: 100000;
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: #fff;
	color: #111;
}

/* Header */
.kd-site-header {
	position: sticky;
	z-index: 1000;
	top: 0;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid var(--kd-line);
	backdrop-filter: blur(18px);
}

.kd-topbar {
	background: var(--kd-ink);
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.78rem;
}

.kd-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 34px;
	gap: 24px;
}

.kd-topbar a {
	color: #fff;
	text-decoration: none;
}

.kd-topbar__locations,
.kd-topbar__meta {
	display: flex;
	align-items: center;
	gap: 22px;
}

.kd-header-main {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	min-height: 88px;
	gap: 34px;
}

.kd-brand__text {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--kd-ink);
	text-decoration: none;
}

.kd-brand__text > span:last-child {
	display: flex;
	flex-direction: column;
	line-height: 1.05;
}

.kd-brand__text strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.42rem;
	font-weight: 600;
}

.kd-brand__text small {
	margin-top: 5px;
	color: var(--kd-ink-soft);
	font-size: 0.66rem;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.kd-brand__mark {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50% 50% 50% 12px;
	background: var(--kd-accent);
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5rem;
}

.custom-logo {
	display: block;
	max-height: 58px;
	width: auto;
}

.kd-primary-nav {
	justify-self: end;
}

.kd-menu {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kd-menu a {
	display: block;
	padding: 11px 12px;
	color: var(--kd-ink);
	font-size: 0.92rem;
	font-weight: 650;
	text-decoration: none;
}

.kd-menu a:hover,
.kd-menu .current-menu-item > a {
	color: var(--kd-accent-dark);
}

.kd-menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	padding: 11px;
	border: 0;
	border-radius: 50%;
	background: var(--kd-cream);
}

.kd-menu-toggle span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 5px 0;
	background: var(--kd-ink);
}

.kd-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 750;
	line-height: 1.1;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.kd-button:hover {
	transform: translateY(-2px);
}

.kd-button--primary {
	background: var(--kd-accent);
	color: #fff;
	box-shadow: 0 12px 28px rgba(237, 122, 45, 0.28);
}

.kd-button--primary:hover {
	background: var(--kd-accent-dark);
	color: #fff;
}

.kd-button--ghost {
	border-color: var(--kd-line);
	background: rgba(255, 255, 255, 0.68);
	color: var(--kd-ink);
}

.kd-button--light {
	background: #fff;
	color: var(--kd-ink);
}

.kd-button-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.kd-header-cta {
	min-height: 46px;
	padding-inline: 19px;
	font-size: 0.9rem;
}

/* Global Elementor section treatment */
.kd-site-main {
	min-height: 60vh;
	overflow: clip;
}

.kd-section.elementor-section {
	padding: clamp(72px, 9vw, 132px) 20px;
}

.kd-section > .elementor-container {
	width: min(100%, var(--kd-container));
}

.kd-section .elementor-widget:not(:last-child) {
	margin-bottom: 20px;
}

.kd-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: var(--kd-accent-dark);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.kd-eyebrow::before {
	content: "";
	width: 28px;
	height: 1px;
	background: currentColor;
}

.kd-lead,
.kd-section-intro {
	max-width: 720px;
	color: var(--kd-ink-soft);
	font-size: clamp(1.08rem, 1.4vw, 1.28rem);
	line-height: 1.65;
}

.kd-hero {
	position: relative;
	min-height: 760px;
	padding-top: clamp(90px, 11vw, 154px) !important;
	background:
		radial-gradient(circle at 12% 10%, rgba(237, 122, 45, 0.14), transparent 28%),
		linear-gradient(135deg, #fbfaf7 0%, #f1ebe1 100%);
}

.kd-hero::after {
	content: "";
	position: absolute;
	right: -150px;
	bottom: -190px;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(24, 51, 47, 0.12);
	border-radius: 50%;
}

.kd-hero .elementor-container {
	position: relative;
	z-index: 1;
	align-items: center;
}

.kd-hero-title h1 {
	max-width: 820px;
}

.kd-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.kd-trust-row span {
	padding: 8px 12px;
	border: 1px solid var(--kd-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.65);
	color: var(--kd-ink-soft);
	font-size: 0.8rem;
	font-weight: 700;
}

.kd-image-placeholder {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 360px;
	overflow: hidden;
	border: 1px solid rgba(24, 51, 47, 0.12);
	border-radius: var(--kd-radius-lg);
	background:
		linear-gradient(140deg, rgba(237, 122, 45, 0.22), rgba(24, 51, 47, 0.12)),
		repeating-linear-gradient(45deg, rgba(255,255,255,.2) 0 12px, rgba(255,255,255,.08) 12px 24px);
	color: var(--kd-ink);
	text-align: center;
	box-shadow: var(--kd-shadow);
}

.kd-image-placeholder::before {
	content: "";
	position: absolute;
	inset: 18px;
	border: 1px dashed rgba(24, 51, 47, 0.22);
	border-radius: calc(var(--kd-radius-lg) - 12px);
}

.kd-image-placeholder span,
.kd-image-placeholder small {
	position: relative;
	z-index: 1;
	display: block;
}

.kd-image-placeholder span {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.4rem;
}

.kd-image-placeholder small {
	margin-top: 8px;
	color: var(--kd-ink-soft);
}

.kd-image-placeholder--hero {
	min-height: 560px;
	border-radius: 280px 280px 48px 48px;
}

.kd-image-placeholder--wide {
	min-height: 580px;
}

.kd-image-placeholder--page {
	min-height: 430px;
}

.kd-service-grid,
.kd-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 42px;
}

.kd-service-card,
.kd-feature-grid > div {
	position: relative;
	min-height: 285px;
	padding: 30px;
	border: 1px solid var(--kd-line);
	border-radius: var(--kd-radius-md);
	background: #fff;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.kd-service-card:hover {
	transform: translateY(-5px);
	border-color: rgba(237, 122, 45, 0.48);
	box-shadow: var(--kd-shadow);
}

.kd-service-card__number {
	display: block;
	margin-bottom: 38px;
	color: var(--kd-accent);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.kd-service-card p,
.kd-feature-grid p {
	color: var(--kd-ink-soft);
}

.kd-service-card a {
	position: absolute;
	right: 30px;
	bottom: 26px;
	left: 30px;
	color: var(--kd-accent-dark);
	font-weight: 750;
	text-decoration: none;
}

.kd-section--services {
	background: #fff;
}

.kd-section--process {
	background: var(--kd-ink);
}

.kd-section--process h2,
.kd-section--process h3 {
	color: #fff;
}

.kd-section--process .kd-eyebrow {
	color: #ffc79f;
}

.kd-section--process .kd-section-intro {
	color: rgba(255,255,255,.7);
}

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

.kd-process__item {
	padding: 25px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: var(--kd-radius-sm);
	background: rgba(255,255,255,.05);
	color: #fff;
}

.kd-process__item span {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	margin-bottom: 30px;
	border-radius: 50%;
	background: var(--kd-accent);
	font-size: 0.8rem;
	font-weight: 800;
}

.kd-process__item p {
	margin-bottom: 0;
	color: rgba(255,255,255,.66);
}

.kd-section--split {
	background: var(--kd-cream);
}

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

.kd-check-list li {
	position: relative;
	margin: 12px 0;
	padding-left: 34px;
	font-weight: 650;
}

.kd-check-list li::before {
	content: "✓";
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(237, 122, 45, 0.13);
	color: var(--kd-accent-dark);
	font-size: 0.8rem;
}

.kd-section--stats {
	padding-block: 38px !important;
	background: var(--kd-accent);
}

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

.kd-stats > div {
	padding: 24px;
	border-right: 1px solid rgba(255,255,255,.26);
	text-align: center;
}

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

.kd-stats strong,
.kd-stats span {
	display: block;
	color: #fff;
}

.kd-stats strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.1rem, 4vw, 4rem);
	font-weight: 500;
}

.kd-stats span {
	font-size: 0.86rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.kd-section--cases {
	background: #fff;
}

.kd-case-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 42px 0 28px;
}

.kd-case-grid .kd-image-placeholder {
	min-height: 420px;
	border-radius: var(--kd-radius-md);
	box-shadow: none;
}

.kd-section--reviews {
	background: var(--kd-cream);
}

.kd-review-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 38px;
}

.kd-review-grid blockquote {
	margin: 0;
	padding: 30px;
	border: 1px solid var(--kd-line);
	border-radius: var(--kd-radius-md);
	background: #fff;
}

.kd-review-grid blockquote p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.22rem;
	line-height: 1.55;
}

.kd-review-grid footer {
	color: var(--kd-accent-dark);
	font-size: 0.84rem;
	font-weight: 800;
}

.kd-section--locations {
	background: #fff;
}

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

.kd-location-card {
	padding: 32px;
	border: 1px solid var(--kd-line);
	border-radius: var(--kd-radius-md);
	background: var(--kd-cream);
}

.kd-location-card p {
	color: var(--kd-ink-soft);
}

.kd-link-phone {
	display: inline-block;
	margin-top: 10px;
	color: var(--kd-accent-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.65rem;
	font-weight: 600;
	text-decoration: none;
}

.kd-section--faq {
	background: var(--kd-ink);
}

.kd-section--faq h2 {
	color: #fff;
}

.kd-section--faq .kd-eyebrow {
	color: #ffc79f;
}

.kd-section--faq .kd-section-intro {
	color: rgba(255,255,255,.7);
}

.kd-faq details {
	margin-bottom: 12px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: var(--kd-radius-sm);
	background: rgba(255,255,255,.06);
	color: #fff;
}

.kd-content-section .kd-faq details {
	border-color: var(--kd-line);
	background: var(--kd-cream);
	color: var(--kd-ink);
}

.kd-faq summary {
	position: relative;
	padding: 20px 54px 20px 22px;
	cursor: pointer;
	font-weight: 750;
	list-style: none;
}

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

.kd-faq summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	font-size: 1.4rem;
	font-weight: 400;
}

.kd-faq details[open] summary::after {
	content: "–";
}

.kd-faq details p {
	padding: 0 22px 20px;
	margin: 0;
	color: rgba(255,255,255,.68);
}

.kd-content-section .kd-faq details p {
	color: var(--kd-ink-soft);
}

.kd-section--contact {
	background:
		linear-gradient(120deg, rgba(237,122,45,.1), transparent 45%),
		var(--kd-cream);
}

.kd-contact-direct {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	margin-top: 28px;
}

.kd-contact-direct a {
	color: var(--kd-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.4rem;
	text-decoration: none;
}

/* Form */
.kd-form-wrap {
	padding: 30px;
	border: 1px solid var(--kd-line);
	border-radius: var(--kd-radius-md);
	background: #fff;
	box-shadow: var(--kd-shadow);
}

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

.kd-contact-form label {
	display: block;
	margin-bottom: 16px;
}

.kd-contact-form label > span {
	display: block;
	margin-bottom: 7px;
	font-size: 0.82rem;
	font-weight: 750;
}

.kd-contact-form input,
.kd-contact-form select,
.kd-contact-form textarea {
	width: 100%;
	border: 1px solid rgba(24,51,47,.18);
	border-radius: 12px;
	background: #fff;
	color: var(--kd-ink);
	outline: 0;
}

.kd-contact-form input,
.kd-contact-form select {
	height: 52px;
	padding: 0 14px;
}

.kd-contact-form textarea {
	padding: 13px 14px;
	resize: vertical;
}

.kd-contact-form input:focus,
.kd-contact-form select:focus,
.kd-contact-form textarea:focus {
	border-color: var(--kd-accent);
	box-shadow: 0 0 0 4px rgba(237,122,45,.12);
}

.kd-form-consent {
	display: grid !important;
	grid-template-columns: 20px 1fr;
	gap: 10px;
	align-items: start;
}

.kd-form-consent input {
	width: 18px;
	height: 18px;
	margin-top: 3px;
}

.kd-form-consent span {
	color: var(--kd-ink-soft);
	font-size: 0.76rem !important;
	font-weight: 500 !important;
}

.kd-form-honeypot {
	position: absolute;
	left: -9999px;
}

.kd-form-message {
	margin-bottom: 18px;
	padding: 14px 16px;
	border-radius: 12px;
	font-weight: 650;
}

.kd-form-message--success {
	background: #e7f5ea;
	color: #1f6d35;
}

.kd-form-message--error {
	background: #fde9e6;
	color: #9b2c20;
}

/* Generic Elementor pages */
.kd-page-hero {
	background:
		radial-gradient(circle at 10% 10%, rgba(237,122,45,.14), transparent 30%),
		var(--kd-cream);
}

.kd-page-title h1 {
	font-size: clamp(2.8rem, 5vw, 5.2rem);
}

.kd-content-section:nth-child(odd) {
	background: #fff;
}

.kd-content-section:nth-child(even) {
	background: var(--kd-cream);
}

.kd-team-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 36px;
}

.kd-team-card {
	padding: 14px;
	border: 1px solid var(--kd-line);
	border-radius: var(--kd-radius-md);
	background: #fff;
}

.kd-team-card .kd-image-placeholder {
	min-height: 300px;
	border-radius: 18px;
	box-shadow: none;
}

.kd-team-card h3 {
	margin: 20px 8px 6px;
}

.kd-team-card p {
	margin: 0 8px 12px;
	color: var(--kd-ink-soft);
}

.kd-cta-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: clamp(34px, 5vw, 64px);
	border-radius: var(--kd-radius-lg);
	background: var(--kd-ink);
	color: #fff;
}

.kd-cta-panel h2 {
	max-width: 760px;
	color: #fff;
}

.kd-cta-panel .kd-eyebrow {
	color: #ffc79f;
}

/* Default WP pages and blog */
.kd-default-page-header,
.kd-single-post__header,
.kd-error-page {
	padding: clamp(90px, 10vw, 150px) 0;
	background: var(--kd-cream);
	text-align: center;
}

.kd-default-page-header h1,
.kd-single-post__header h1,
.kd-error-page h1 {
	font-size: clamp(2.7rem, 5vw, 5rem);
}

.kd-page-content > *:not(.elementor),
.kd-entry-content {
	width: min(calc(100% - 40px), 820px);
	margin-inline: auto;
}

.kd-entry-content {
	padding: 70px 0 110px;
}

.kd-entry-content h2 {
	margin-top: 1.4em;
	font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.kd-entry-content h3 {
	margin-top: 1.5em;
}

.kd-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	padding: 80px 0;
}

.kd-post-card {
	overflow: hidden;
	border: 1px solid var(--kd-line);
	border-radius: var(--kd-radius-md);
	background: #fff;
}

.kd-post-card__media {
	display: grid;
	place-items: center;
	min-height: 230px;
	background: var(--kd-cream);
	text-decoration: none;
}

.kd-post-card__media img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.kd-post-card__body {
	padding: 24px;
}

.kd-post-card time,
.kd-post-meta {
	color: var(--kd-accent-dark);
	font-size: 0.78rem;
	font-weight: 750;
	text-transform: uppercase;
}

.kd-post-card h2 {
	margin-top: 12px;
	font-size: 1.8rem;
}

.kd-post-card h2 a {
	text-decoration: none;
}

.kd-text-link {
	color: var(--kd-accent-dark);
	font-weight: 750;
	text-decoration: none;
}

.kd-pagination {
	padding-bottom: 90px;
}

.kd-single-post__image {
	margin-top: -60px;
}

.kd-single-post__image img {
	width: 100%;
	max-height: 650px;
	border-radius: var(--kd-radius-lg);
	object-fit: cover;
	box-shadow: var(--kd-shadow);
}

/* Footer */
.kd-site-footer {
	padding-top: 76px;
	background: #102723;
	color: rgba(255,255,255,.72);
}

.kd-footer-grid {
	display: grid;
	grid-template-columns: 1.25fr 1fr .9fr 1.05fr;
	gap: 40px;
	padding-bottom: 58px;
}

.kd-site-footer h2 {
	color: #fff;
	font-family: inherit;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.kd-site-footer a {
	color: #fff;
}

.kd-brand--footer {
	margin-bottom: 20px;
}

.kd-brand--footer .kd-brand__text,
.kd-brand--footer .kd-brand__text strong {
	color: #fff;
}

.kd-brand--footer .kd-brand__text small {
	color: rgba(255,255,255,.56);
}

.kd-footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.kd-footer-menu li {
	margin: 8px 0;
}

.kd-footer-menu a {
	text-decoration: none;
}

.kd-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 0;
	border-top: 1px solid rgba(255,255,255,.12);
	font-size: 0.76rem;
}

.kd-mobile-actions {
	display: none;
}

/* Responsive */
@media (max-width: 1100px) {
	.kd-header-main {
		grid-template-columns: auto auto auto;
		justify-content: space-between;
	}

	.kd-menu-toggle {
		display: block;
		justify-self: end;
	}

	.kd-primary-nav {
		position: absolute;
		top: 100%;
		right: 20px;
		left: 20px;
		display: none;
		padding: 14px;
		border: 1px solid var(--kd-line);
		border-radius: 20px;
		background: #fff;
		box-shadow: var(--kd-shadow);
	}

	.kd-primary-nav.is-open {
		display: block;
	}

	.kd-menu {
		flex-direction: column;
		align-items: stretch;
	}

	.kd-menu a {
		padding: 13px 14px;
	}

	.kd-header-cta {
		display: none;
	}

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

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

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

@media (max-width: 767px) {
	body {
		padding-bottom: 74px;
	}

	body.admin-bar .kd-site-header {
		top: 46px;
	}

	.kd-topbar {
		display: none;
	}

	.kd-header-main {
		min-height: 74px;
	}

	.kd-brand__text strong {
		font-size: 1.15rem;
	}

	.kd-brand__mark {
		width: 39px;
		height: 39px;
	}

	.kd-section.elementor-section {
		padding: 72px 18px;
	}

	.kd-hero {
		min-height: auto;
		padding-top: 82px !important;
	}

	.kd-hero .elementor-container,
	.kd-page-hero .elementor-container,
	.kd-section--process .elementor-container,
	.kd-section--split .elementor-container,
	.kd-section--locations .elementor-container,
	.kd-section--faq .elementor-container,
	.kd-section--contact .elementor-container {
		flex-direction: column;
	}

	.kd-hero .elementor-column,
	.kd-page-hero .elementor-column,
	.kd-section--process .elementor-column,
	.kd-section--split .elementor-column,
	.kd-section--locations .elementor-column,
	.kd-section--faq .elementor-column,
	.kd-section--contact .elementor-column {
		width: 100% !important;
	}

	.kd-image-placeholder--hero,
	.kd-image-placeholder--wide,
	.kd-image-placeholder--page {
		min-height: 390px;
	}

	.kd-service-grid,
	.kd-feature-grid,
	.kd-review-grid,
	.kd-case-grid,
	.kd-location-grid,
	.kd-team-grid,
	.kd-post-grid {
		grid-template-columns: 1fr;
	}

	.kd-service-card {
		min-height: 250px;
	}

	.kd-process {
		grid-template-columns: 1fr;
	}

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

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

	.kd-stats > div:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255,255,255,.26);
	}

	.kd-form-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.kd-form-wrap {
		padding: 22px;
	}

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

	.kd-footer-grid {
		grid-template-columns: 1fr;
	}

	.kd-footer-bottom {
		flex-direction: column;
	}

	.kd-mobile-actions {
		position: fixed;
		z-index: 1100;
		right: 0;
		bottom: 0;
		left: 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding: 8px;
		background: rgba(255,255,255,.96);
		border-top: 1px solid var(--kd-line);
		backdrop-filter: blur(16px);
	}

	.kd-mobile-actions a {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		min-height: 54px;
		border-radius: 14px;
		text-decoration: none;
	}

	.kd-mobile-actions a:first-child {
		background: var(--kd-ink);
		color: #fff;
	}

	.kd-mobile-actions a:last-child {
		background: var(--kd-accent);
		color: #fff;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition: none !important;
		animation: none !important;
	}
}
