/*
Theme Name: Suora Tie
Theme URI: https://example.com/suora-tie
Author: OpenAI Codex
Description: A lightweight editorial WordPress theme for Quran videos, healthy living, and halal guidance.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: suora-tie
*/

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #f9f9f8;
	color: #1a1c1c;
	font-family: "Montserrat", sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

button,
input,
select,
textarea {
	font: inherit;
}

main {
	display: block;
}

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

.material-symbols-outlined {
	font-variation-settings: "FILL" 0, "wght" 350, "GRAD" 0, "opsz" 24;
}

.gold-gradient {
	background: linear-gradient(135deg, #c9a23a 0%, #e0bc58 100%);
}

.gold-gradient-text {
	background: linear-gradient(135deg, #c9a23a 0%, #e0bc58 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.editorial-shadow {
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.glass-effect {
	backdrop-filter: blur(18px);
	background: rgba(249, 249, 248, 0.84);
}

.asymmetric-hero {
	grid-template-columns: 1.1fr 0.9fr;
}

.line-clamp-2,
.line-clamp-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.line-clamp-2 {
	-webkit-line-clamp: 2;
}

.line-clamp-3 {
	-webkit-line-clamp: 3;
}

.st-prose > *:first-child {
	margin-top: 0;
}

.st-prose > *:last-child {
	margin-bottom: 0;
}

.st-prose p {
	margin: 0 0 1rem;
}

.st-prose a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.st-site-header {
	top: 0;
}

.site-brand__lockup {
	display: inline-flex;
	align-items: center;
	color: #765a00;
}

.site-brand__lockup--header {
	min-height: 46px;
}

.site-brand__custom-logo .custom-logo {
	width: auto;
	height: clamp(42px, 4.4vw, 62px);
	max-width: min(300px, 52vw);
	max-height: none;
}

.site-brand__wordmark {
	width: clamp(8.1rem, 12vw, 10.7rem);
	height: auto;
	object-fit: contain;
}

.suora-tie-hero-mark {
	aspect-ratio: 524 / 457;
	max-height: min(46vh, 24rem);
}

.admin-bar .st-site-header {
	top: 32px;
}

@media (max-width: 1024px) {
	.asymmetric-hero {
		grid-template-columns: 1fr;
	}

	.site-brand__custom-logo .custom-logo {
		height: clamp(38px, 7vw, 54px);
	}
}

@media (max-width: 782px) {
	.admin-bar .st-site-header {
		top: 46px;
	}
}
