/*
Theme Name: Astra Child - Behdad Portfolio
Template: astra
Version: 1.0.0
*/

.bh-portfolio-shell #masthead,
.bh-portfolio-shell #colophon,
.bh-portfolio-shell .site-header,
.bh-portfolio-shell .site-footer {
	display: none !important;
}

.bh-wrap {
	background: radial-gradient(1200px 700px at 15% 10%, rgba(60,130,255,0.18), transparent 60%),
	            radial-gradient(900px 600px at 85% 20%, rgba(140,80,255,0.16), transparent 55%),
	            #060a16;
	min-height: 100vh;
	color: #e9eefc;
	padding: 28px 16px 60px;
}

.bh-container {
	max-width: 1120px;
	margin: 0 auto;
}

.bh-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 18px;
	border-radius: 18px;
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.08);
	backdrop-filter: blur(10px);
}

.bh-brand .bh-name {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
}
.bh-brand .bh-sub {
	font-size: 13px;
	opacity: 0.85;
	margin-top: 4px;
}

.bh-nav {
	display: flex;
	gap: 14px;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.bh-nav a {
	color: #e9eefc;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	opacity: 0.9;
	padding: 10px 12px;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,0.10);
	background: rgba(255,255,255,0.05);
}
.bh-nav a:hover { opacity: 1; }

.bh-actions {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.bh-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,0.12);
	background: rgba(255,255,255,0.06);
	color: #e9eefc;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
}
.bh-btn.primary {
	background: rgba(90,120,255,0.35);
	border-color: rgba(120,150,255,0.45);
}

.bh-section {
	margin-top: 18px;
	padding: 18px;
	border-radius: 18px;
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.08);
	backdrop-filter: blur(8px);
}

.bh-grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}
@media (max-width: 980px) {
	.bh-grid-3 { grid-template-columns: 1fr; }
}

.bh-card {
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,0.09);
	background: rgba(10,14,26,0.55);
}
.bh-card img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	display: block;
	background: rgba(0,0,0,0.2);
}
.bh-card .bh-card-body {
	padding: 14px 14px 16px;
}
.bh-card .bh-card-title {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 6px;
}
.bh-card .bh-card-desc {
	font-size: 13px;
	opacity: 0.86;
	line-height: 1.6;
}

.bh-h1 {
	font-size: 44px;
	line-height: 1.05;
	margin: 0 0 8px;
	font-weight: 900;
}
.bh-lead {
	opacity: 0.86;
	line-height: 1.7;
	margin: 0;
}

.bh-updates-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}
@media (max-width: 900px) {
	.bh-updates-list { grid-template-columns: 1fr; }
}
.bh-update-item {
	padding: 16px;
	border-radius: 16px;
	border: 1px solid rgba(255,255,255,0.10);
	background: rgba(255,255,255,0.05);
}
.bh-update-item a {
	color: #e9eefc;
	text-decoration: none;
	font-weight: 800;
}
.bh-update-date {
	margin-top: 8px;
	font-size: 12px;
	opacity: 0.75;
}