/*
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: #050505;
	color: #f7f1df;
	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 24px 70px rgba(0, 0, 0, 0.38);
}

.glass-effect {
	backdrop-filter: blur(18px);
	background: rgba(5, 5, 5, 0.82);
}

.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;
}

.st-search {
	position: relative;
}

.st-search__toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
}

.st-search__toggle::-webkit-details-marker {
	display: none;
}

.st-search__panel {
	position: absolute;
	top: calc(100% + 0.75rem);
	right: 0;
	width: min(24rem, calc(100vw - 2rem));
	padding: 1rem;
	border: 1px solid rgba(247, 241, 223, 0.08);
	border-radius: 1.5rem;
	background: rgba(11, 12, 10, 0.98);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.st-search-form input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

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

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

.site-brand__lockup--footer {
	width: fit-content;
}

.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;
}

.site-brand__lockup--footer .site-brand__wordmark {
	width: clamp(10rem, 16vw, 13rem);
}

.suora-tie-hero-mark {
	aspect-ratio: 524 / 457;
	width: clamp(11rem, 18vw, 16rem);
	max-height: none;
}

.hero-title__highlight {
	display: block;
	white-space: nowrap;
}

.shorts-carousel {
	cursor: grab;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	touch-action: pan-x;
}

.shorts-carousel iframe {
	pointer-events: none;
}

.shorts-carousel-card__button {
	z-index: 2;
}

.shorts-carousel-card.is-playing iframe {
	pointer-events: auto;
}

.shorts-carousel.is-dragging {
	cursor: grabbing;
	scroll-snap-type: none;
}

.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;
	}
}
