:root {
	--dd26-ink: #151923;
	--dd26-muted: #667085;
	--dd26-line: #e4e7ec;
	--dd26-soft: #f5f6f8;
	--dd26-orange: #ee4b2b;
	--dd26-orange-dark: #d83c21;
	--dd26-orange-soft: #fff0ec;
	--dd26-wine: #7b2438;
	--dd26-wine-dark: #4f1725;
}

body.dd26-units-page .elementor-location-header,
body.dd26-units-page .elementor-location-footer,
body.dd26-units-page .page-header,
body.dd26-units-page .entry-title {
	display: none !important;
}

body.dd26-units-page {
	margin: 0;
	background: #fff;
	color: var(--dd26-ink);
	font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
}

.dd26-units,
.dd26-units * {
	box-sizing: border-box;
}

.dd26-units {
	color: var(--dd26-ink);
	font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
	line-height: 1.55;
}

.dd26-units a {
	color: inherit;
	text-decoration: none;
}

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

.dd26-units svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.dd26-units p {
	margin: 0 0 16px;
}

.dd26-units h1,
.dd26-units h2,
.dd26-units h3 {
	color: var(--dd26-ink);
	letter-spacing: -.03em;
	line-height: 1.12;
	margin: 0;
}

.dd26-container {
	margin: 0 auto;
	width: min(1180px, calc(100% - 40px));
}

.dd26-skip {
	background: #fff;
	border-radius: 8px;
	color: #000 !important;
	left: 16px;
	padding: 12px 18px;
	position: fixed;
	top: -90px;
	z-index: 999999;
}

.dd26-skip:focus {
	top: 16px;
}

.dd26-btn {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	display: inline-flex;
	font-weight: 800;
	gap: 10px;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	transition: .2s ease;
}

.dd26-btn--primary {
	background: var(--dd26-orange);
	box-shadow: 0 8px 22px rgba(238, 75, 43, .2);
	color: #fff !important;
}

.dd26-btn--primary:hover,
.dd26-btn--primary:focus {
	background: var(--dd26-orange-dark);
	transform: translateY(-1px);
}

.dd26-btn--light {
	background: #fff;
	color: var(--dd26-ink) !important;
}

.dd26-btn--light:hover,
.dd26-btn--light:focus {
	box-shadow: 0 12px 28px rgba(21, 25, 35, .16);
	transform: translateY(-1px);
}

.dd26-btn--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, .45);
	color: #fff !important;
}

.dd26-btn:focus-visible,
.dd26-units a:focus-visible,
.dd26-units input:focus-visible,
.dd26-units summary:focus-visible {
	outline: 3px solid rgba(238, 75, 43, .35);
	outline-offset: 3px;
}

.dd26-header {
	background: rgba(255, 255, 255, .98);
	border-bottom: 1px solid var(--dd26-line);
	position: sticky;
	top: 0;
	z-index: 1000;
}

.admin-bar .dd26-header {
	top: 32px;
}

.dd26-header__inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	min-height: 76px;
}

.dd26-brand {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
}

.dd26-header .dd26-brand img {
	width: min(210px, 45vw);
}

.dd26-nav {
	align-items: center;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 22px;
}

.dd26-nav a {
	position: relative;
}

.dd26-nav a:hover,
.dd26-nav a.is-current {
	color: var(--dd26-orange-dark);
}

.dd26-nav a.is-current::after {
	background: var(--dd26-orange);
	border-radius: 99px;
	bottom: -13px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
}

.dd26-header__actions {
	align-items: center;
	display: flex;
	gap: 14px;
}

.dd26-login {
	font-size: 14px;
	font-weight: 800;
}

.dd26-mobile {
	display: none;
}

.dd26-mobile summary {
	border: 1px solid var(--dd26-line);
	border-radius: 10px;
	cursor: pointer;
	display: grid;
	font-size: 0;
	height: 44px;
	list-style: none;
	place-items: center;
	width: 44px;
}

.dd26-mobile summary::-webkit-details-marker {
	display: none;
}

.dd26-mobile summary::before {
	content: "☰";
	font-size: 22px;
}

.dd26-mobile[open] summary::before {
	content: "×";
	font-size: 28px;
}

.dd26-mobile__panel {
	background: #fff;
	border: 1px solid var(--dd26-line);
	border-radius: 16px;
	box-shadow: 0 18px 40px rgba(21, 25, 35, .14);
	left: 20px;
	padding: 18px;
	position: absolute;
	right: 20px;
	top: 76px;
}

.dd26-mobile__panel a {
	border-bottom: 1px solid #f0f1f3;
	display: flex;
	font-weight: 700;
	padding: 12px 8px;
}

.dd26-mobile__panel .dd26-btn {
	border-bottom: 0;
	margin-top: 14px;
	width: 100%;
}

.dd26-units-hero {
	background:
		radial-gradient(circle at 82% 15%, rgba(238, 75, 43, .32), transparent 31%),
		linear-gradient(135deg, #151923 0%, var(--dd26-wine-dark) 100%);
	color: #fff;
	overflow: hidden;
	padding: 104px 0;
	position: relative;
	text-align: center;
}

.dd26-units-hero .dd26-container {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.dd26-hero-kicker {
	align-items: center;
	color: #ffd7ce;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	gap: 10px;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.dd26-hero-kicker i {
	background: var(--dd26-orange);
	border-radius: 50%;
	box-shadow: 0 0 0 6px rgba(238, 75, 43, .14);
	height: 8px;
	width: 8px;
}

.dd26-units-hero h1 {
	color: #fff;
	font-size: clamp(40px, 5vw, 64px);
	margin: 22px auto 24px;
	max-width: 900px;
}

.dd26-units-hero p {
	color: rgba(255, 255, 255, .72);
	font-size: clamp(17px, 2vw, 20px);
	margin: 0 auto;
	max-width: 720px;
}

.dd26-locations {
	padding: 96px 0;
}

.dd26-online-card {
	align-items: center;
	background: linear-gradient(135deg, var(--dd26-wine-dark), var(--dd26-wine));
	border-radius: 22px;
	color: #fff;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 72px;
	padding: 30px;
}

.dd26-online-card__content {
	align-items: center;
	display: flex;
	gap: 18px;
}

.dd26-online-card__icon {
	align-items: center;
	background: rgba(238, 75, 43, .18);
	border-radius: 16px;
	color: #ffb5a5;
	display: flex;
	flex: 0 0 58px;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.dd26-online-card__icon svg {
	height: 32px;
	width: 32px;
}

.dd26-online-card small,
.dd26-online-card strong,
.dd26-online-card p {
	display: block;
}

.dd26-online-card small {
	color: #ffb5a5;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.dd26-online-card strong {
	font-size: 22px;
	line-height: 1.25;
}

.dd26-online-card p {
	color: rgba(255, 255, 255, .7);
	font-size: 13px;
	margin: 3px 0 0;
}

.dd26-directory-head {
	align-items: end;
	display: grid;
	gap: 56px;
	grid-template-columns: 1.15fr .85fr;
	margin-bottom: 38px;
}

.dd26-section-title {
	max-width: 700px;
}

.dd26-eyebrow {
	align-items: center;
	color: var(--dd26-orange-dark);
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	gap: 8px;
	letter-spacing: .1em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.dd26-eyebrow::before {
	background: var(--dd26-orange);
	content: "";
	height: 2px;
	width: 22px;
}

.dd26-section-title h2,
.dd26-units-cta h2 {
	font-size: clamp(30px, 4vw, 46px);
}

.dd26-section-title p {
	color: var(--dd26-muted);
	font-size: 17px;
	margin: 16px 0 0;
}

.dd26-unit-search label {
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 8px;
}

.dd26-unit-search__field {
	align-items: center;
	background: #fff;
	border: 1px solid #d5d9e0;
	border-radius: 12px;
	display: flex;
	gap: 10px;
	padding: 0 15px;
	transition: border-color .2s, box-shadow .2s;
}

.dd26-unit-search__field:focus-within {
	border-color: var(--dd26-orange);
	box-shadow: 0 0 0 3px rgba(238, 75, 43, .1);
}

.dd26-unit-search__field svg {
	color: var(--dd26-muted);
	flex: 0 0 auto;
}

.dd26-unit-search input {
	background: transparent;
	border: 0;
	color: var(--dd26-ink);
	font: inherit;
	height: 52px;
	outline: 0;
	padding: 0;
	width: 100%;
}

.dd26-unit-search input::placeholder {
	color: #98a2b3;
}

.dd26-unit-count {
	color: var(--dd26-muted);
	font-size: 12px;
	margin: 8px 0 0 !important;
}

.dd26-location-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dd26-location-card {
	background: #fff;
	border: 1px solid var(--dd26-line);
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	min-height: 250px;
	padding: 26px;
	transition: border-color .2s, box-shadow .2s, transform .2s;
}

.dd26-location-card:hover {
	border-color: #f2b0a2;
	box-shadow: 0 18px 42px rgba(21, 25, 35, .09);
	transform: translateY(-3px);
}

.dd26-location-card[hidden] {
	display: none;
}

.dd26-location-card__pin {
	color: var(--dd26-orange-dark);
	height: 29px !important;
	width: 29px !important;
}

.dd26-location-card small {
	color: var(--dd26-orange-dark);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	margin-top: 18px;
	text-transform: uppercase;
}

.dd26-location-card h3 {
	font-size: 20px;
	margin: 5px 0 9px;
}

.dd26-location-card p {
	color: var(--dd26-muted);
	font-size: 13px;
}

.dd26-location-card a {
	align-items: center;
	display: flex;
	font-size: 13px;
	font-weight: 800;
	gap: 7px;
	margin-top: auto;
}

.dd26-location-card a:hover {
	color: var(--dd26-orange-dark);
}

.dd26-location-card a svg {
	color: var(--dd26-orange);
	height: 16px;
	width: 16px;
}

.dd26-empty {
	background: var(--dd26-soft);
	border: 1px solid var(--dd26-line);
	border-radius: 18px;
	margin-top: 18px;
	padding: 34px;
	text-align: center;
}

.dd26-empty strong {
	display: block;
	font-size: 20px;
}

.dd26-empty p {
	color: var(--dd26-muted);
	margin: 7px 0 20px;
}

.dd26-units-cta {
	background: linear-gradient(135deg, var(--dd26-wine-dark), var(--dd26-wine));
	color: #fff;
	padding: 70px 0;
}

.dd26-units-cta .dd26-container {
	align-items: center;
	display: flex;
	gap: 36px;
	justify-content: space-between;
}

.dd26-units-cta .dd26-eyebrow {
	color: #ffb5a5;
}

.dd26-units-cta h2 {
	color: #fff;
	margin-top: 2px;
}

.dd26-units-cta p {
	color: rgba(255, 255, 255, .72);
	margin: 12px 0 0;
}

.dd26-units-cta__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
}

.dd26-footer {
	background: var(--dd26-ink);
	color: #d5d9e0;
	padding: 68px 0 26px;
}

.dd26-footer__top {
	display: grid;
	gap: 34px;
	grid-template-columns: 1.3fr repeat(4, 1fr);
	padding-bottom: 44px;
}

.dd26-footer .dd26-brand {
	color: #fff;
}

.dd26-footer .dd26-brand img {
	width: min(240px, 60vw);
}

.dd26-footer__about p {
	color: #98a2b3;
	font-size: 14px;
	margin-top: 18px;
	max-width: 280px;
}

.dd26-footer h3 {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0;
	margin-bottom: 18px;
}

.dd26-footer nav {
	display: grid;
	gap: 11px;
}

.dd26-footer nav a {
	color: #b5beca;
	font-size: 14px;
}

.dd26-footer nav a:hover {
	color: #fff;
}

.dd26-legal {
	border-top: 1px solid rgba(255, 255, 255, .1);
	color: #98a2b3;
	font-size: 12px;
	padding-top: 24px;
}

.dd26-footer__bottom {
	color: #7f8998;
	display: flex;
	font-size: 12px;
	gap: 20px;
	justify-content: space-between;
	margin-top: 20px;
}

@media (max-width: 1024px) {
	.dd26-nav {
		display: none;
	}

	.dd26-mobile {
		display: block;
	}

	.dd26-header__actions .dd26-login,
	.dd26-header__actions > .dd26-btn {
		display: none;
	}

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

@media (max-width: 900px) {
	.dd26-directory-head {
		align-items: stretch;
		gap: 30px;
		grid-template-columns: 1fr;
	}

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

	.dd26-footer__about {
		grid-column: 1 / -1;
	}
}

@media (max-width: 782px) {
	.admin-bar .dd26-header {
		top: 46px;
	}
}

@media (max-width: 640px) {
	.dd26-container {
		width: min(100% - 28px, 1180px);
	}

	.dd26-header__inner {
		min-height: 68px;
	}

	.dd26-mobile__panel {
		left: 14px;
		right: 14px;
		top: 68px;
	}

	.dd26-units-hero {
		padding: 76px 0;
	}

	.dd26-units-hero h1 {
		font-size: 38px;
	}

	.dd26-locations {
		padding: 72px 0;
	}

	.dd26-online-card,
	.dd26-units-cta .dd26-container {
		align-items: stretch;
		flex-direction: column;
	}

	.dd26-online-card {
		margin-bottom: 54px;
		padding: 24px;
	}

	.dd26-online-card__content {
		align-items: flex-start;
	}

	.dd26-location-grid {
		grid-template-columns: 1fr;
	}

	.dd26-location-card {
		min-height: 230px;
	}

	.dd26-units-cta {
		padding: 58px 0;
	}

	.dd26-units-cta__actions {
		display: grid;
		width: 100%;
	}

	.dd26-btn {
		width: 100%;
	}

	.dd26-footer__top {
		grid-template-columns: 1fr 1fr;
	}

	.dd26-footer__bottom {
		display: block;
	}

	.dd26-footer__bottom span {
		display: block;
		margin-top: 8px;
	}
}

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