body.dz-about-page-body {
	background: #f3f4f6 !important;
	color: #151515 !important;
	cursor: auto;
}

body.dz-about-page-body .cursor,
body.dz-about-page-body .cursor-ring {
	display: none;
}

.dz-about-page,
.dz-about-page * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.dz-about-page {
	min-height: 100vh;
	padding: 24px 0 48px;
	background: #f3f4f6;
	color: #151515;
	font-family: "DM Sans", Arial, sans-serif;
}

.dz-about-page a,
.dz-about-page button {
	cursor: pointer;
}

.dz-about-hero,
.dz-about-facts,
.dz-about-story,
.dz-about-categories,
.dz-about-promise,
.dz-about-visit {
	width: min(1440px, calc(100% - 64px));
	margin-right: auto;
	margin-left: auto;
}

.dz-about-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
	gap: 32px;
	align-items: end;
	aspect-ratio: 1448 / 1086;
	min-height: 0;
	margin-bottom: 18px;
	padding: 64px;
	border-radius: 8px;
	background-image:
		linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.64) 44%, rgba(0, 0, 0, 0.14) 100%),
		var(--dz-about-hero-image);
	background-position: center, center;
	background-repeat: no-repeat;
	background-size: cover, contain;
	background-color: #050505;
	color: #fff;
	overflow: hidden;
}

.dz-about-hero__content {
	max-width: 720px;
}

.dz-about-eyebrow,
.dz-about-section-label {
	display: inline-flex;
	margin-bottom: 12px;
	color: #ff3333;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.dz-about-hero h1 {
	max-width: 780px;
	margin: 0 0 18px;
	color: #fff;
	font-size: 68px;
	font-weight: 950;
	line-height: 0.96;
}

.dz-about-hero p {
	max-width: 620px;
	margin: 0 0 30px;
	color: #eceff3;
	font-size: 18px;
	line-height: 1.7;
}

.dz-about-hero__actions,
.dz-about-visit__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.dz-about-button,
.dz-about-inline-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	transition:
		transform 0.22s ease,
		background-color 0.22s ease,
		color 0.22s ease,
		border-color 0.22s ease;
}

.dz-about-button:hover,
.dz-about-inline-link:hover {
	transform: translateY(-2px);
}

.dz-about-button--primary {
	background: #ff3333;
	color: #fff;
}

.dz-about-button--primary:hover {
	background: #df1f1f;
	color: #fff;
}

.dz-about-button--secondary {
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.dz-about-button--secondary:hover {
	border-color: rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.dz-about-button--light {
	border: 1px solid #d4d8df;
	background: #fff;
	color: #151515;
}

.dz-about-button--light:hover {
	border-color: #151515;
	color: #151515;
}

.dz-about-hero__note {
	align-self: end;
	padding: 24px;
	border-left: 4px solid #ff3333;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
	color: #151515;
}

.dz-about-hero__note strong,
.dz-about-hero__note span {
	display: block;
}

.dz-about-hero__note strong {
	margin-bottom: 8px;
	font-size: 19px;
	font-weight: 950;
}

.dz-about-hero__note span {
	color: #5f6672;
	font-size: 14px;
	line-height: 1.6;
}

.dz-about-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 24px;
}

.dz-about-fact {
	min-width: 0;
	padding: 22px;
	border: 1px solid #dce0e7;
	border-radius: 8px;
	background: #fff;
}

.dz-about-fact strong,
.dz-about-fact span {
	display: block;
}

.dz-about-fact strong {
	margin-bottom: 6px;
	color: #151515;
	font-size: 17px;
	font-weight: 950;
}

.dz-about-fact span {
	color: #626b78;
	font-size: 14px;
	line-height: 1.55;
}

.dz-about-story {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
	gap: 0;
	margin-bottom: 24px;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.dz-about-story__media {
	min-height: 520px;
	background: #dfe3ea;
}

.dz-about-story__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dz-about-story__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 56px;
}

.dz-about-story__content h2,
.dz-about-section-heading h2,
.dz-about-promise h2,
.dz-about-visit h2 {
	margin: 0;
	color: #151515;
	font-size: 42px;
	font-weight: 950;
	line-height: 1.05;
}

.dz-about-story__content h2 {
	max-width: 620px;
	margin-bottom: 18px;
}

.dz-about-story__content p,
.dz-about-section-heading p,
.dz-about-promise p {
	color: #5f6672;
	font-size: 16px;
	line-height: 1.75;
}

.dz-about-story__content p {
	max-width: 660px;
	margin: 0 0 16px;
}

.dz-about-inline-link {
	width: fit-content;
	margin-top: 10px;
	border: 1px solid #151515;
	background: #151515;
	color: #fff;
}

.dz-about-inline-link:hover {
	color: #fff;
}

.dz-about-categories {
	margin-bottom: 24px;
	padding: 48px;
	border-radius: 8px;
	background: #fff;
}

.dz-about-section-heading {
	display: grid;
	grid-template-columns: minmax(260px, 0.7fr) minmax(280px, 0.5fr);
	gap: 36px;
	align-items: end;
	margin-bottom: 28px;
}

.dz-about-section-heading h2 {
	max-width: 620px;
}

.dz-about-section-heading p {
	margin: 0;
}

.dz-about-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.dz-about-category-card {
	min-height: 250px;
	padding: 24px;
	border: 1px solid #dce0e7;
	border-radius: 8px;
	background: #f7f8fa;
}

.dz-about-category-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-bottom: 42px;
	border-radius: 50%;
	background: #151515;
	color: #fff;
	font-size: 13px;
	font-weight: 950;
}

.dz-about-category-card:nth-child(2) span {
	background: #ff3333;
}

.dz-about-category-card:nth-child(3) span {
	background: #087f8c;
}

.dz-about-category-card:nth-child(4) span {
	background: #755c2f;
}

.dz-about-category-card h3 {
	margin: 0 0 10px;
	color: #151515;
	font-size: 19px;
	font-weight: 950;
}

.dz-about-category-card p {
	margin: 0;
	color: #616a75;
	font-size: 14px;
	line-height: 1.65;
}

.dz-about-promise {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.55fr);
	gap: 40px;
	align-items: center;
	margin-bottom: 24px;
	padding: 56px;
	border-radius: 8px;
	background: #151515;
	color: #fff;
}

.dz-about-promise h2 {
	max-width: 660px;
	margin-bottom: 16px;
	color: #fff;
}

.dz-about-promise p {
	max-width: 720px;
	margin: 0;
	color: #cfd3da;
}

.dz-about-promise__list {
	display: grid;
	gap: 12px;
}

.dz-about-promise__list span {
	display: flex;
	align-items: center;
	min-height: 54px;
	padding: 0 18px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
}

.dz-about-promise__list span::before {
	content: "";
	width: 9px;
	height: 9px;
	margin-right: 12px;
	border-radius: 50%;
	background: #ff3333;
	flex: 0 0 auto;
}

.dz-about-visit {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	padding: 42px 48px;
	border: 1px solid #dce0e7;
	border-radius: 8px;
	background: #fff;
}

.dz-about-visit h2 {
	max-width: 700px;
	font-size: 34px;
}

.dz-about-visit__actions {
	justify-content: flex-end;
	flex: 0 0 auto;
}

@media (max-width: 1100px) {
	.dz-about-hero {
		grid-template-columns: 1fr;
		padding: 48px;
	}

	.dz-about-hero h1 {
		font-size: 54px;
	}

	.dz-about-hero__note {
		max-width: 420px;
	}

	.dz-about-story,
	.dz-about-promise,
	.dz-about-section-heading {
		grid-template-columns: 1fr;
	}

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

	.dz-about-visit {
		align-items: flex-start;
		flex-direction: column;
	}

	.dz-about-visit__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 760px) {
	.dz-about-page {
		padding: 16px 0 36px;
	}

	.dz-about-hero,
	.dz-about-facts,
	.dz-about-story,
	.dz-about-categories,
	.dz-about-promise,
	.dz-about-visit {
		width: min(100% - 28px, 1440px);
	}

	.dz-about-hero {
		aspect-ratio: auto;
		min-height: 520px;
		padding: 32px 24px;
		background-image:
			linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.68) 48%, rgba(0, 0, 0, 0.24) 100%),
			var(--dz-about-hero-image);
		background-position: center, center top;
		background-size: cover, contain;
	}

	.dz-about-hero h1 {
		font-size: 38px;
		line-height: 1.02;
	}

	.dz-about-hero p {
		font-size: 16px;
	}

	.dz-about-button,
	.dz-about-inline-link {
		width: 100%;
		min-height: 48px;
		padding: 0 18px;
		text-align: center;
	}

	.dz-about-hero__note {
		padding: 18px;
	}

	.dz-about-facts,
	.dz-about-category-grid {
		grid-template-columns: 1fr;
	}

	.dz-about-story__media {
		min-height: 300px;
	}

	.dz-about-story__content,
	.dz-about-categories,
	.dz-about-promise,
	.dz-about-visit {
		padding: 30px 22px;
	}

	.dz-about-story__content h2,
	.dz-about-section-heading h2,
	.dz-about-promise h2 {
		font-size: 32px;
	}

	.dz-about-visit h2 {
		font-size: 28px;
	}

	.dz-about-category-card {
		min-height: 220px;
	}

	.dz-about-category-card span {
		margin-bottom: 30px;
	}
}
