/*
Theme Name: Rirely
Theme URI: https://rirely.com
Author: Rirely
Description: Sunrise Soft FSE theme for the Rirely personality media brand.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
Version: 1.2.0
Text Domain: rirely
*/

/* Sunrise Soft — essentials beyond theme.json */

.rirely-progress {
	position: fixed;
	top: 0;
	left: 0;
	height: 3px;
	width: 0%;
	z-index: 1000;
	background: linear-gradient(90deg, var(--wp--preset--color--orange, #f07028), var(--wp--preset--color--gold, #f8a818));
	pointer-events: none;
	transition: width 80ms linear;
}

.rirely-hero-shell {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(ellipse 80% 60% at 85% 10%, rgba(248, 168, 24, 0.35), transparent 55%),
		radial-gradient(ellipse 70% 50% at 10% 90%, rgba(240, 112, 40, 0.18), transparent 50%),
		linear-gradient(165deg, #fff9f2 0%, #ffffff 45%, #faf8f5 100%);
	text-align: center;
}

.rirely-hero-logo {
	margin: 0 auto 1.75rem;
	max-width: min(100%, 320px);
	height: auto;
	filter: drop-shadow(0 8px 24px rgba(240, 112, 40, 0.15));
}

.rirely-hero-shell .wp-block-heading {
	max-width: 18ch;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: -0.02em;
}

.rirely-hero-shell .wp-block-buttons {
	justify-content: center;
}

.rirely-card {
	background: #fff;
	border: 1px solid var(--wp--preset--color--border, #ede6df);
	border-radius: 18px;
	box-shadow: 0 4px 20px rgba(16, 40, 64, 0.04);
}

.rirely-spotlight {
	border-radius: 24px;
	box-shadow: 0 12px 40px rgba(240, 112, 40, 0.06);
}

.rirely-glow {
	aspect-ratio: 4 / 3;
	border-radius: 18px;
	background:
		radial-gradient(circle at 60% 40%, rgba(248, 168, 24, 0.55), transparent 45%),
		radial-gradient(circle at 30% 70%, rgba(240, 112, 40, 0.4), transparent 50%),
		var(--wp--preset--color--navy, #102840);
	display: grid;
	place-items: center;
	color: #fff;
	font-family: var(--wp--preset--font-family--manrope, Manrope, sans-serif);
	font-weight: 600;
	min-height: 200px;
}

.rirely-nl-band {
	border-radius: 28px;
	overflow: hidden;
}

.rirely-header-search .wp-block-search__input {
	border-radius: 12px;
}

.wp-block-button__link {
	border-radius: 14px !important;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background: linear-gradient(135deg, var(--wp--preset--color--orange, #f07028), var(--wp--preset--color--gold, #f8a818)) !important;
	box-shadow: 0 10px 24px rgba(240, 112, 40, 0.22);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
	filter: brightness(0.95);
}

.rirely-affiliate-banner {
	font-size: 0.875rem;
}

.rirely-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	font-size: 0.9rem;
	opacity: 0.85;
}

.rirely-takeaways,
.rirely-personality-tip {
	background: #fff;
	border: 1px solid var(--wp--preset--color--border, #ede6df);
	border-radius: 18px;
	padding: 1.25rem 1.5rem;
	box-shadow: 0 4px 20px rgba(16, 40, 64, 0.04);
}

.rirely-personality-tip {
	border-left: 4px solid var(--wp--preset--color--orange, #f07028);
}

.site-logo img,
.custom-logo {
	height: 48px !important;
	width: auto !important;
}

.wp-block-post-featured-image img,
.wp-block-image img {
	border-radius: 16px;
}

.wp-block-image figcaption {
	color: var(--wp--preset--color--charcoal, #2c333a);
	opacity: 0.75;
	font-size: 0.875rem;
	text-align: center;
}

@media (prefers-reduced-motion: reduce) {
	.rirely-progress {
		transition: none !important;
	}
}
