/*
Theme Name: Louar Studio
Theme URI: https://louar.studio
Author: Louar Studio
Author URI: https://louar.studio
Description: WordPress theme version of the current Louar Studio website.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: louar-studio
Tags: custom-logo, featured-images, one-column, responsive-layout, portfolio
*/

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.content-wrap {
	width: min(100% - 40px, var(--content-max, 1280px));
	margin: 0 auto;
	padding: 160px 0 96px;
}

.entry-shell {
	width: min(100%, 860px);
	margin: 0 auto;
}

.entry-header {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 40px;
}

.entry-title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	line-height: 1;
	letter-spacing: -0.03em;
}

.entry-meta {
	color: var(--smoke-500, #98aeb0);
	font-family: var(--font-mono, monospace);
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.entry-content {
	color: var(--bone-100, #e8eee5);
}

.entry-content > * + * {
	margin-top: 1.25em;
}

.entry-content a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.entry-content img {
	border-radius: var(--radius-lg, 16px);
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.25rem;
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.post-card {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 28px;
	border: var(--hairline, 1px solid rgba(232, 238, 229, 0.07));
	border-radius: var(--radius-xl, 24px);
	background: rgba(255, 255, 255, 0.02);
	transition: border-color var(--dur-base, 250ms) var(--ease-out, ease), transform var(--dur-base, 250ms) var(--ease-out, ease);
}

.post-card:hover {
	border-color: rgba(255, 255, 255, 0.16);
	transform: translateY(-2px);
}

.post-card h2 {
	font-size: 1.4rem;
	line-height: 1.2;
}

.post-card p {
	color: var(--smoke-300, #98aeb0);
}

.page-template-default .footer,
.single .footer,
.blog .footer,
.archive .footer,
.error404 .footer {
	border-top: var(--hairline, 1px solid rgba(232, 238, 229, 0.07));
}

@media (max-width: 980px) {
	.post-grid {
		grid-template-columns: 1fr;
	}

	.content-wrap {
		padding-top: 144px;
	}
}
