/* ============================================================
   About Me Widget  (.abm-*)
   Style: Apple / danielvoloshyn.com — black & white, clean.
   ============================================================ */

.abm-section,
.abm-section * {
	box-sizing: border-box;
}

/* ── Container ───────────────────────────────────────────── */
.abm-container {
	margin-left: auto;
	margin-right: auto;
}

/* ── Section Header ──────────────────────────────────────── */
.abm-header {
	text-align: center;
	margin-bottom: 64px;
}

.abm-section-title {
	margin: 0 0 16px !important;
	font-size: 30px !important;
	font-weight: 600 !important;
	letter-spacing: -0.025em !important;
	color: #000 !important;
	line-height: 1.15 !important;
	word-spacing: normal !important;
}

@media (min-width: 640px) {
	.abm-section-title {
		font-size: 48px !important;
	}
}

.abm-section-desc {
	max-width: 700px;
	margin: 0 auto;
	font-size: 18px;
	color: #6b7280;
	line-height: 1.6;
}

/* ── Profile: photo left, info right ────────────────────── */
.abm-profile {
	display: grid;
	grid-template-columns: 1fr;
	gap: 48px;
	align-items: start;
	margin-bottom: 0px;
  justify-content: center;
}

@media (min-width: 768px) {
	.abm-profile {
		grid-template-columns: 380px 550px;
		gap: 64px;
	}
}

/* ── Photo ───────────────────────────────────────────────── */
.abm-photo-wrap {
	width: 100%;
}

.abm-photo {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	border-radius: 20px !important;
	display: block;
}

/* ── Info column ─────────────────────────────────────────── */
.abm-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 8px;
}

.abm-name {
	margin: 0 0 6px !important;
	font-size: 32px !important;
	font-weight: 600 !important;
	color: #000 !important;
	letter-spacing: -0.02em !important;
	line-height: 1.2 !important;
}

.abm-position {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 32px !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #6b7280 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
}

.abm-bio {
	font-size: 16px;
	line-height: 1.8;
	color: #374151;
}

.abm-bio p {
	margin: 0 0 16px !important;
  font-size: 16px !important;
}

.abm-bio p:last-child {
	margin-bottom: 0 !important;
}

/* ── Awards block ────────────────────────────────────────── */
.abm-awards-wrap {
	border-top: 1px solid #f3f4f6;
	padding-top: 48px;
}

.abm-awards-label {
	margin: 0 0 32px !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
	color: #9ca3af !important;
	text-align: center;
}

.abm-awards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}

/* ── Single award ────────────────────────────────────────── */
.abm-award {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	text-align: center;
	max-width: 160px;
}

.abm-award-img {
	width: 130px;
	height: 130px;
	object-fit: contain;
	display: block;
}

/* placeholder when no image is uploaded */
.abm-award-placeholder {
	width: 130px;
	height: 130px;
	border-radius: 16px;
	border: 1px solid #e5e7eb;
	background-color: #f9fafb;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9ca3af;
}

.abm-award-title {
	margin: 0 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	color: #000 !important;
	line-height: 1.4 !important;
	letter-spacing: normal !important;
}

.abm-award-subtitle {
	margin: 0 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #9ca3af !important;
	line-height: 1.4 !important;
}

@media (max-width: 768px) {
	.abm-section-desc {
		font-size: 16px !important;
	}
	.abm-header {
		margin-bottom: 24px;
	}
	.abm-bio p {
		font-size: 15px !important;
	}

	.abm-awards {
		gap: 10px;
	}
}
