/*
Theme Name: Belfort Child
Theme URI: https://belfort.qodeinteractive.com
Description: A child theme of Belfort
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: belfort
Template: belfort
*/

/* ============================================================
   TOP AREA — premium navy gradient with gold accent
   ============================================================ */

#qodef-top-area {
	position: relative;
	background: #0D2A4D !important;
	color: #ffffff;
	border-bottom: 1px solid rgba(202, 157, 117, 0.35);
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.04) inset;
}

/* force every text element inside the topbar to white */
#qodef-top-area,
#qodef-top-area a,
#qodef-top-area a:link,
#qodef-top-area a:visited,
#qodef-top-area a:hover,
#qodef-top-area a:focus,
#qodef-top-area a:active,
#qodef-top-area span,
#qodef-top-area p,
#qodef-top-area li,
#qodef-top-area .widget,
#qodef-top-area .widget a,
#qodef-top-area .dm-topbar-info__item,
#qodef-top-area .dm-topbar-info__item:hover,
#qodef-top-area .dm-topbar-info__text {
	color: #ffffff !important;
}

/* HEADER background — same #0D2A4D */
#qodef-page-header,
#qodef-page-header #qodef-page-header-inner,
.qodef-header--divided #qodef-page-header,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static,
#qodef-page-mobile-header,
#qodef-page-header.qodef--sticky,
#qodef-page-header.qodef-appeared,
.qodef-header-appearance--fixed #qodef-page-header.qodef--fixed,
.qodef-header-appearance--sticky #qodef-page-header.qodef--sticky {
	background-color: #0D2A4D !important;
	background-image: none !important;
}

#qodef-top-area::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, #ca9d75 50%, transparent 100%);
	opacity: .9;
	pointer-events: none;
}

#qodef-top-area #qodef-top-area-inner {
	padding-top: 8px;
	padding-bottom: 8px;
}

/* ===== Left side: contact info ===== */
#qodef-top-area .dm-topbar-info {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 22px;
}

/* "Licensed in BC & AB" badge */
#qodef-top-area .dm-topbar-info__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 5px 12px;
	border: 1px solid rgba(202, 157, 117, 0.55);
	background: rgba(202, 157, 117, 0.10);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 1.2;
	white-space: nowrap;
}

#qodef-top-area .dm-topbar-info__badge-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ca9d75;
}

#qodef-top-area .dm-topbar-info__badge-text {
	color: #ffffff !important;
}

@media (max-width: 600px) {
	#qodef-top-area .dm-topbar-info__badge {
		padding: 4px 10px;
		font-size: 11px;
		letter-spacing: .5px;
	}
}

#qodef-top-area .dm-topbar-info__item {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .3px;
	line-height: 1.4;
	transition: color .25s ease, transform .25s ease;
}

#qodef-top-area .dm-topbar-info__item:hover,
#qodef-top-area .dm-topbar-info__item:focus {
	color: #ffd9a8;
	text-decoration: none;
	transform: translateY(-1px);
}

#qodef-top-area .dm-topbar-info__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(202, 157, 117, 0.22), rgba(202, 157, 117, 0.08));
	color: #ca9d75;
	box-shadow: 0 0 0 1px rgba(202, 157, 117, 0.35), inset 0 0 6px rgba(255, 255, 255, 0.06);
	transition: background .25s ease, color .25s ease, box-shadow .25s ease, transform .25s ease;
}

#qodef-top-area .dm-topbar-info__item:hover .dm-topbar-info__icon {
	background: linear-gradient(135deg, #ca9d75, #e0b990);
	color: #0a1f3d;
	box-shadow: 0 0 0 1px #ca9d75, 0 6px 14px rgba(202, 157, 117, 0.35);
	transform: rotate(-6deg);
}

#qodef-top-area .dm-topbar-info__text {
	white-space: nowrap;
}

/* ===== Right side: socials ===== */
#qodef-top-area .dm-topbar-social {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

#qodef-top-area .dm-topbar-social__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	text-decoration: none;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.10);
	transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
}

#qodef-top-area .dm-topbar-social__link:hover,
#qodef-top-area .dm-topbar-social__link:focus {
	transform: translateY(-2px) scale(1.06);
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

#qodef-top-area .dm-topbar-social__link--youtube:hover {
	background: #ff0000;
}

#qodef-top-area .dm-topbar-social__link--instagram:hover {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

@media (max-width: 768px) {
	#qodef-top-area .dm-topbar-info { gap: 14px; }
	#qodef-top-area .dm-topbar-info__text { font-size: 12px; }
}

/* ===== Mobile & tablet: keep topbar visible, show only badge + phone ===== */
@media (max-width: 1024px) {
	#qodef-top-area {
		display: block !important;
	}
	#qodef-top-area #qodef-top-area-inner {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px;
		padding: 6px 12px;
	}

	/* hide the right-side widget (socials) */
	#qodef-top-area .qodef-widget-holder--right,
	#qodef-top-area .dm-topbar-social {
		display: none !important;
	}

	/* hide email item — keep only badge + phone */
	#qodef-top-area .dm-topbar-info__item[href^="mailto:"] {
		display: none !important;
	}

	#qodef-top-area .dm-topbar-info {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 12px;
		width: 100%;
	}

	#qodef-top-area .dm-topbar-info__item {
		font-size: 12px;
	}
	#qodef-top-area .dm-topbar-info__icon {
		width: 22px;
		height: 22px;
	}
	#qodef-top-area .dm-topbar-info__badge {
		padding: 4px 10px;
		font-size: 11px;
	}
}

@media (max-width: 480px) {
	#qodef-top-area #qodef-top-area-inner {
		gap: 8px;
		padding: 6px 10px;
	}
	#qodef-top-area .dm-topbar-info {
		gap: 10px;
	}
	#qodef-top-area .dm-topbar-info__badge {
		font-size: 10px;
		padding: 3px 8px;
		letter-spacing: .4px;
	}
	#qodef-top-area .dm-topbar-info__text {
		font-size: 11px;
	}
}

/* divider between topbar and header */
#qodef-top-area {
	border-bottom: 2px solid #ca9d75;
}
#qodef-top-area::after { display: none; }

/* disable sticky header globally */
#qodef-page-header.qodef--sticky,
#qodef-page-header.qodef--fixed,
.qodef-header-appearance--sticky #qodef-page-header.qodef--sticky,
.qodef-header-appearance--fixed #qodef-page-header.qodef--fixed,
#qodef-page-header.qodef-appeared,
.qodef-page-header-sticky,
.qodef-header-sticky {
	position: static !important;
	transform: none !important;
	top: auto !important;
}

/* ============================================================
   FOOTER background — #081933
   ============================================================ */
#qodef-page-footer,
#qodef-page-footer-top-area,
#qodef-page-footer-bottom-area {
	background-color: #081933 !important;
	background-image: none !important;
}
#qodef-page-footer select option {
	background: #081933 !important;
}

/* Global page background — #081933 */
body,
#qodef-page-wrapper,
#qodef-page-outer,
#qodef-page-inner,
.qodef-content,
main.qodef-page-content {
	background-color: #081933 !important;
}
#qodef-page-wrapper,
#qodef-page-outer,
#qodef-page-inner,
.qodef-content,
main.qodef-page-content {
	margin-bottom: 0 !important;
}
#qodef-page-footer {
	margin-top: 0 !important;
	border-top: 0 !important;
}

/* ============================================================
   SERVICES page — remove space between header and first section
   ============================================================ */
body.page-id-8444 #qodef-page-inner,
body.page-id-8444 #qodef-page-outer,
body.page-id-8444 .qodef-content,
body.page-id-8444 .qodef-content-inner,
body.page-id-8444 main.qodef-page-content {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

body.page-id-8444 .elementor > .elementor-section:first-child,
body.page-id-8444 .elementor-element:first-child {
	margin-top: 0 !important;
}

/* ============================================================
   SERVICES page hero band
   ============================================================ */

.dm-services-hero {
	background:
		radial-gradient(800px 400px at 20% 10%, rgba(202, 157, 117, 0.15), transparent 70%),
		linear-gradient(180deg, #0d2a4d 0%, #0a1f3d 100%);
	color: #ffffff;
	padding: 90px 24px 70px;
	text-align: center;
}

.dm-services-hero__inner {
	max-width: 820px;
	margin: 0 auto;
}

.dm-services-hero__eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #ca9d75;
	padding: 8px 18px;
	border: 1px solid rgba(202, 157, 117, 0.5);
	border-radius: 999px;
	background: rgba(202, 157, 117, 0.08);
	margin-bottom: 18px;
}

.dm-services-hero__title {
	font-size: clamp(32px, 4.5vw, 52px);
	font-weight: 700;
	color: #ffffff;
	line-height: 1.15;
	letter-spacing: -.5px;
	margin: 0 0 16px;
}

.dm-services-hero__lead {
	font-size: 17px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.78);
	max-width: 640px;
	margin: 0 auto;
}

/* ============================================================
   SERVICES grid — [dm_services_grid] shortcode
   ============================================================ */

.dm-services {
	display: grid;
	gap: 24px;
	max-width: 1300px;
	margin: 60px auto;
	padding: 0 24px;
}
.dm-services--cols-2 { grid-template-columns: repeat(2, 1fr); }
.dm-services--cols-3 { grid-template-columns: repeat(3, 1fr); }
.dm-services--cols-4 { grid-template-columns: repeat(4, 1fr); }

.dm-services__item {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	background: #0d2a4d;
	transition: transform .35s ease, box-shadow .35s ease;
}

.dm-services__item:hover {
	transform: translateY(-5px);
	box-shadow: 0 28px 50px -25px rgba(13, 42, 77, 0.45);
}

.dm-services__link {
	display: block;
	position: relative;
	color: #ffffff !important;
	text-decoration: none !important;
	height: 100%;
}

.dm-services__media {
	position: relative;
	aspect-ratio: 820 / 970;
	overflow: hidden;
}

.dm-services__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s ease, filter .35s ease;
}

.dm-services__item:hover .dm-services__img {
	transform: scale(1.06);
}

.dm-services__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg,
			rgba(13, 42, 77, 0.55) 0%,
			rgba(13, 42, 77, 0.25) 35%,
			rgba(13, 42, 77, 0.85) 100%);
	pointer-events: none;
}

.dm-services__content {
	position: absolute;
	inset: 0;
	padding: 32px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 2;
}

.dm-services__title {
	font-size: clamp(20px, 2vw, 32px);
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
	max-width: 80%;
	font-family: inherit;
}

.dm-services__desc {
	font-size: 13px;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
	max-width: 75%;
	align-self: flex-start;
}

.dm-services__arrow {
	position: absolute;
	bottom: 28px;
	right: 28px;
	width: 34px;
	height: 34px;
	color: #ffffff;
	transition: transform .35s ease, color .35s ease;
}

.dm-services__item:hover .dm-services__arrow {
	transform: translate(3px, -3px);
	color: #ca9d75;
}

/* responsive */
@media (max-width: 1024px) {
	.dm-services--cols-3,
	.dm-services--cols-4 { grid-template-columns: repeat(2, 1fr); }
	.dm-services__content { padding: 26px 24px; }
}

@media (max-width: 600px) {
	.dm-services {
		gap: 18px;
		margin: 40px auto;
		padding: 0 16px;
	}
	.dm-services--cols-2,
	.dm-services--cols-3,
	.dm-services--cols-4 { grid-template-columns: 1fr; }
	.dm-services__media   { aspect-ratio: 4 / 3; }
	.dm-services__title   { font-size: 22px; }
	.dm-services__desc    { font-size: 12px; }
	.dm-services__arrow   { bottom: 22px; right: 22px; }
}

/* ============================================================
   ABOUT US section (home page, after slider)
   ============================================================ */

.dm-about {
	padding: 100px 24px;
	background:
		radial-gradient(900px 500px at 90% 10%, rgba(202, 157, 117, 0.10), transparent 70%),
		linear-gradient(180deg, #ffffff 0%, #faf6ef 100%);
	color: #2b2f36;
	font-family: inherit;
	overflow: hidden;
}

.dm-about__container {
	max-width: 1300px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1.05fr;
	gap: 80px;
	align-items: center;
}

/* --- media (dual images + experience badge) --- */

.dm-about__media {
	position: relative;
	min-height: 540px;
}

.dm-about__img-wrap {
	position: absolute;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 25px 50px -20px rgba(13, 42, 77, 0.30);
	transition: transform .5s ease;
}

.dm-about__img-wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dm-about__img-wrap--back {
	top: 0;
	right: 0;
	width: 60%;
	height: 70%;
}

.dm-about__img-wrap--front {
	left: 0;
	bottom: 0;
	width: 65%;
	height: 75%;
	border: 8px solid #faf6ef;
}

.dm-about__media:hover .dm-about__img-wrap--back  { transform: translateY(-6px); }
.dm-about__media:hover .dm-about__img-wrap--front { transform: translateY(-6px); }

.dm-about__badge {
	position: absolute;
	left: 50%;
	bottom: 6%;
	transform: translateX(-15%);
	background: linear-gradient(135deg, #ca9d75 0%, #b5865a 100%);
	color: #ffffff;
	padding: 22px 26px;
	border-radius: 6px;
	box-shadow: 0 18px 35px rgba(202, 157, 117, 0.40);
	display: inline-flex;
	align-items: center;
	gap: 16px;
	min-width: 230px;
}

.dm-about__badge-number {
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -1px;
}
.dm-about__badge-number sup {
	font-size: 22px;
	vertical-align: super;
	margin-left: 2px;
}
.dm-about__badge-label {
	font-size: 13px;
	line-height: 1.35;
	font-weight: 500;
	letter-spacing: .3px;
	text-transform: uppercase;
	opacity: .95;
}

/* --- content --- */

.dm-about__content {}

.dm-about__eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #ca9d75;
	margin-bottom: 14px;
	position: relative;
	padding-left: 50px;
}
.dm-about__eyebrow::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 36px;
	height: 2px;
	background: #ca9d75;
	transform: translateY(-50%);
}

.dm-about__title {
	font-size: clamp(28px, 3.5vw, 44px);
	line-height: 1.18;
	font-weight: 700;
	color: #0d2a4d;
	margin: 0 0 22px;
}
.dm-about__title-accent {
	color: #ca9d75;
	display: inline-block;
}

.dm-about__lead {
	font-size: 16px;
	line-height: 1.7;
	color: #5b6473;
	margin: 0 0 30px;
}

.dm-about__features {
	list-style: none;
	padding: 0;
	margin: 0 0 36px;
	display: grid;
	gap: 16px;
}

.dm-about__features li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	background: rgba(255, 255, 255, 0.7);
	padding: 14px 18px;
	border-radius: 8px;
	border: 1px solid rgba(13, 42, 77, 0.06);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.dm-about__features li:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 24px rgba(13, 42, 77, 0.08);
	border-color: rgba(202, 157, 117, 0.4);
}

.dm-about__feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	border-radius: 50%;
	background: linear-gradient(135deg, #ca9d75 0%, #b5865a 100%);
	color: #ffffff;
	margin-top: 2px;
	box-shadow: 0 6px 12px rgba(202, 157, 117, 0.35);
}

.dm-about__features li strong {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #0d2a4d;
	margin-bottom: 2px;
}
.dm-about__features li span {
	display: block;
	font-size: 13.5px;
	line-height: 1.5;
	color: #6b7280;
}

.dm-about__cta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 28px;
}

.dm-about__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #0d2a4d;
	color: #ffffff !important;
	padding: 16px 28px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: .5px;
	text-transform: uppercase;
	text-decoration: none !important;
	box-shadow: 0 12px 25px rgba(13, 42, 77, 0.25);
	transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.dm-about__btn:hover,
.dm-about__btn:focus {
	background: #ca9d75;
	transform: translateY(-2px);
	box-shadow: 0 18px 30px rgba(202, 157, 117, 0.40);
}
.dm-about__btn svg { transition: transform .25s ease; }
.dm-about__btn:hover svg { transform: translateX(3px); }

.dm-about__phone {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #0d2a4d !important;
	text-decoration: none !important;
}
.dm-about__phone-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(202, 157, 117, 0.15);
	color: #ca9d75;
}
.dm-about__phone-label {
	display: block;
	font-size: 12px;
	color: #6b7280;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.dm-about__phone-number {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #0d2a4d;
}
.dm-about__phone:hover .dm-about__phone-number { color: #ca9d75; }

/* --- responsive --- */

@media (max-width: 1024px) {
	.dm-about__container { gap: 50px; }
	.dm-about__media { min-height: 480px; }
}

@media (max-width: 860px) {
	.dm-about { padding: 70px 20px; }
	.dm-about__container {
		grid-template-columns: 1fr;
		gap: 50px;
	}
	.dm-about__media {
		min-height: 440px;
		max-width: 520px;
		margin: 0 auto;
	}
	.dm-about__badge {
		bottom: 4%;
		transform: translateX(-10%);
	}
}

@media (max-width: 560px) {
	.dm-about { padding: 60px 16px; }
	.dm-about__media { min-height: 360px; }
	.dm-about__badge {
		padding: 16px 18px;
		min-width: 0;
		gap: 12px;
		left: 50%;
		transform: translateX(-50%);
		bottom: -10px;
	}
	.dm-about__badge-number { font-size: 36px; }
	.dm-about__badge-label  { font-size: 11px; }
	.dm-about__cta { gap: 18px; }
	.dm-about__btn { padding: 14px 22px; font-size: 13px; }
}

/* ============================================================
   AWARDS & ACHIEVEMENTS page
   ============================================================ */

/* ---- hero ---- */
.dm-awards-hero {
	position: relative;
	background:
		radial-gradient(800px 400px at 20% 10%, rgba(202, 157, 117, 0.18), transparent 70%),
		radial-gradient(800px 400px at 90% 90%, rgba(202, 157, 117, 0.10), transparent 70%),
		linear-gradient(180deg, #0d2a4d 0%, #0a1f3d 100%);
	color: #ffffff;
	padding: 100px 24px 90px;
	text-align: center;
	overflow: hidden;
}

.dm-awards-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.02) 0 2px, transparent 2px 24px);
	pointer-events: none;
}

.dm-awards-hero__inner {
	position: relative;
	max-width: 880px;
	margin: 0 auto;
}

.dm-awards-hero__eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #ca9d75;
	padding: 8px 18px;
	border: 1px solid rgba(202, 157, 117, 0.5);
	border-radius: 999px;
	background: rgba(202, 157, 117, 0.08);
	margin-bottom: 22px;
}

.dm-awards-hero__title {
	font-size: clamp(34px, 5vw, 56px);
	font-weight: 700;
	color: #ffffff;
	line-height: 1.15;
	margin: 0 0 18px;
	letter-spacing: -.5px;
}

.dm-awards-hero__lead {
	font-size: 17px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.78);
	max-width: 640px;
	margin: 0 auto 50px;
}

.dm-awards-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	max-width: 720px;
	margin: 0 auto;
}

.dm-awards-hero__stat {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(202, 157, 117, 0.25);
	border-radius: 12px;
	padding: 22px 14px;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.dm-awards-hero__stat-num {
	display: block;
	font-size: 30px;
	font-weight: 700;
	color: #ca9d75;
	letter-spacing: -.5px;
	line-height: 1.1;
}
.dm-awards-hero__stat-num sup {
	font-size: 18px;
	vertical-align: super;
}

.dm-awards-hero__stat-label {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
}

/* ---- main award grid ---- */
.dm-awards {
	padding: 100px 24px;
	background: linear-gradient(180deg, #ffffff 0%, #faf6ef 100%);
	color: #2b2f36;
}

.dm-awards__inner {
	max-width: 1240px;
	margin: 0 auto;
}

.dm-awards-section__eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #ca9d75;
	margin-bottom: 14px;
	position: relative;
	padding-left: 50px;
}
.dm-awards-section__eyebrow::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 36px;
	height: 2px;
	background: #ca9d75;
	transform: translateY(-50%);
}

.dm-awards-section__title {
	font-size: clamp(28px, 3.2vw, 40px);
	color: #0d2a4d;
	margin: 0 0 14px;
	font-weight: 700;
	line-height: 1.2;
}

.dm-awards-section__intro {
	max-width: 720px;
	color: #5b6473;
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 50px;
}

.dm-awards__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 36px;
}

/* ---- award card ---- */
.dm-award-card {
	background: #ffffff;
	border-radius: 16px;
	border: 1px solid rgba(13, 42, 77, 0.06);
	box-shadow: 0 20px 50px -25px rgba(13, 42, 77, 0.25);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.dm-award-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 30px 60px -25px rgba(13, 42, 77, 0.35);
	border-color: rgba(202, 157, 117, 0.5);
}

.dm-award-card__media {
	position: relative;
	background: linear-gradient(135deg, #0d2a4d 0%, #122e57 100%);
	padding: 40px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 380px;
}

.dm-award-card__media::before,
.dm-award-card__media::after {
	content: "";
	position: absolute;
	width: 110px;
	height: 110px;
	border: 1px solid rgba(202, 157, 117, 0.30);
	border-radius: 50%;
	pointer-events: none;
}
.dm-award-card__media::before { top: -40px; left: -40px; }
.dm-award-card__media::after  { bottom: -40px; right: -40px; }

.dm-award-card__year {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 2;
	background: linear-gradient(135deg, #ca9d75 0%, #b5865a 100%);
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.5px;
	padding: 6px 14px;
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(202, 157, 117, 0.35);
}

.dm-award-card__media img {
	display: block;
	max-width: 100%;
	max-height: 360px;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
	transition: transform .5s ease;
}

.dm-award-card:hover .dm-award-card__media img {
	transform: scale(1.03) rotate(-.5deg);
}

.dm-award-card__body {
	padding: 30px 28px 32px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.dm-award-card__badge {
	display: inline-flex;
	align-self: flex-start;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ca9d75;
	background: rgba(202, 157, 117, 0.10);
	border: 1px solid rgba(202, 157, 117, 0.35);
	padding: 6px 12px;
	border-radius: 999px;
}

.dm-award-card__title {
	font-size: 22px;
	font-weight: 700;
	color: #0d2a4d;
	margin: 2px 0 0;
	line-height: 1.3;
}

.dm-award-card__issuer {
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	color: #6b7280;
}

.dm-award-card__desc {
	margin: 4px 0 0;
	font-size: 14.5px;
	line-height: 1.65;
	color: #4b5563;
}

.dm-award-card__meta {
	list-style: none;
	padding: 16px 0 0;
	margin: 14px 0 0;
	border-top: 1px solid rgba(13, 42, 77, 0.08);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}
.dm-award-card__meta li {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.dm-award-card__meta strong {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #9ca3af;
}
.dm-award-card__meta span {
	font-size: 13px;
	font-weight: 600;
	color: #0d2a4d;
	line-height: 1.3;
}

/* ---- CTA strip ---- */
.dm-awards-cta {
	background:
		radial-gradient(600px 300px at 20% 50%, rgba(202, 157, 117, 0.12), transparent 70%),
		linear-gradient(135deg, #0d2a4d 0%, #122e57 100%);
	padding: 80px 24px;
	color: #ffffff;
	text-align: center;
}

.dm-awards-cta__inner {
	max-width: 800px;
	margin: 0 auto;
}

.dm-awards-cta__title {
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 700;
	margin: 0 0 14px;
	color: #ffffff;
	line-height: 1.25;
}

.dm-awards-cta__text {
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.78);
	margin: 0 auto 32px;
	max-width: 600px;
}

.dm-awards-cta__buttons {
	display: inline-flex;
	gap: 16px;
	flex-wrap: wrap;
	justify-content: center;
}

.dm-awards-cta__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 15px 28px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: .5px;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}

.dm-awards-cta__btn--primary {
	background: #ca9d75;
	color: #0d2a4d !important;
	box-shadow: 0 12px 25px rgba(202, 157, 117, 0.35);
}
.dm-awards-cta__btn--primary:hover {
	background: #ffffff;
	color: #0d2a4d !important;
	transform: translateY(-2px);
}

.dm-awards-cta__btn--ghost {
	background: transparent;
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.35);
}
.dm-awards-cta__btn--ghost:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: #ca9d75;
	color: #ca9d75 !important;
	transform: translateY(-2px);
}

/* ---- responsive ---- */
@media (max-width: 900px) {
	.dm-awards__grid { grid-template-columns: 1fr; }
	.dm-awards-hero__stats { grid-template-columns: 1fr; max-width: 360px; }
	.dm-award-card__media { min-height: 320px; }
}

@media (max-width: 560px) {
	.dm-awards-hero        { padding: 70px 16px 60px; }
	.dm-awards             { padding: 70px 16px; }
	.dm-awards-cta         { padding: 60px 16px; }
	.dm-award-card__body   { padding: 22px 20px 24px; }
	.dm-award-card__meta   { grid-template-columns: 1fr 1fr; }
	.dm-award-card__title  { font-size: 19px; }
}

