/*
Theme Name: Minimalio SocialChloe
Theme URI: https://socialchloe.gobookit.in/
Description: Child theme for SocialChloe — clean portfolio on Minimalio.
Author: SocialChloe
Template: minimalio
Version: 1.0.2
*/

/* Two-tone text logo */
.header__brand.sc-logo,
.mobile-menu__logo-link.sc-logo {
	font-weight: 600;
	letter-spacing: -0.02em;
	text-decoration: none !important;
	font-size: 1.25rem;
	line-height: 1.2;
}

.sc-logo .sc-logo__social {
	color: #2563EB;
}

.sc-logo .sc-logo__chloe {
	color: #000000;
}

/* Clean client grid */
.sc-clients {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	margin: 0 auto;
	max-width: 960px;
	padding: 0 0 3rem;
}

@media (min-width: 768px) {
	.sc-clients {
		gap: 1.75rem;
	}
}

.sc-clients__item {
	display: block;
	position: relative;
	overflow: hidden;
	background: #e5e5e5;
	aspect-ratio: 4 / 3;
	text-decoration: none !important;
	color: #111 !important;
	border: 1px solid #eee;
	transition: transform 0.25s ease;
}

.sc-clients__item:hover {
	transform: translateY(-2px);
}

.sc-clients__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	display: block;
	transition: transform 0.35s ease;
}

.sc-clients__item:hover img {
	transform: scale(1.03);
}

.sc-clients__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.45);
	opacity: 0;
	transition: opacity 0.25s ease;
	pointer-events: none;
}

.sc-clients__item:hover .sc-clients__overlay,
.sc-clients__item:focus-visible .sc-clients__overlay,
.sc-clients__item:focus-within .sc-clients__overlay {
	opacity: 1;
}

.sc-clients__cta {
	display: inline-block;
	padding: 0.7rem 1.35rem;
	background: #2563EB;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	border-radius: 2px;
	transform: translateY(8px);
	transition: transform 0.25s ease, background 0.2s ease;
}

.sc-clients__item:hover .sc-clients__cta,
.sc-clients__item:focus-visible .sc-clients__cta,
.sc-clients__item:focus-within .sc-clients__cta {
	transform: translateY(0);
}

.sc-clients__label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	padding: 0.75rem 1rem;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
	color: #fff;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.01em;
}

/* Quieter page chrome */
.home .entry-header,
.page-id-11 .entry-header,
.page .entry-footer,
.post-card__date,
.post-card__categories {
	display: none !important;
}

.home .entry-content {
	margin-top: 0.25rem;
}

/* Slim centered footer copyright */
.minimalio-footer .footer__copyright {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.minimalio-footer .footer__section-row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.minimalio-footer .footer__left,
.minimalio-footer .footer__center,
.minimalio-footer .footer__right {
	width: 100%;
	max-width: 100%;
	text-align: center;
}

.minimalio-footer .footer__copyright-first,
.minimalio-footer .footer__copyright-first-copy,
.minimalio-footer .footer__copyright-last {
	display: flex !important;
	justify-content: center !important;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

.minimalio-footer .footer__center,
.minimalio-footer .footer__right {
	display: none;
}
