/*
Theme Name: REVG Showcase
Theme URI: https://example.com/revg-showcase
Author: Real Estate Video Gallery
Author URI: https://example.com
Description: A minimal block theme for showcasing the Real Estate Video Gallery plugin.
Version: 0.1.2
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: revg-showcase
*/

:root {
	--revg-shell-shadow: 0 18px 60px rgba(16, 24, 40, 0.08);
}

html {
	scroll-behavior: smooth;
}

body {
	background:
		linear-gradient(180deg, rgba(240, 244, 241, 0.72), rgba(255, 255, 255, 0) 22rem),
		var(--wp--preset--color--base);
}

a {
	text-underline-offset: 0.18em;
}

.wp-site-blocks {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.wp-site-blocks > main {
	flex: 1;
}

.revg-site-header {
	border-bottom: 1px solid rgba(26, 31, 35, 0.1);
	backdrop-filter: blur(12px);
}

.revg-site-header a {
	text-decoration: none;
}

.revg-site-header .wp-block-site-title a {
	font-weight: 700;
}

.revg-page-shell {
	margin-top: clamp(1.5rem, 4vw, 4rem);
	margin-bottom: clamp(2rem, 5vw, 5rem);
}

.revg-hero {
	min-height: clamp(34rem, 72vh, 48rem);
	display: grid;
	align-items: end;
	border-bottom: 1px solid rgba(26, 31, 35, 0.1);
	background:
		linear-gradient(90deg, rgba(10, 16, 18, 0.76), rgba(10, 16, 18, 0.25)),
		linear-gradient(135deg, #22332f, #62756c 58%, #c7b082);
	color: #ffffff;
}

.revg-hero h1,
.revg-hero p {
	max-width: 760px;
}

.revg-feature-band {
	border-top: 1px solid rgba(26, 31, 35, 0.1);
	border-bottom: 1px solid rgba(26, 31, 35, 0.1);
}

.revg-panel {
	border: 1px solid rgba(26, 31, 35, 0.12);
	box-shadow: var(--revg-shell-shadow);
}

.revg-kicker {
	letter-spacing: 0;
	text-transform: uppercase;
	font-size: 0.78rem;
	font-weight: 700;
}

.revg-page-heading {
	padding-top: clamp(2rem, 5vw, 4rem);
	padding-bottom: clamp(1rem, 3vw, 2rem);
}

.revg-post-list {
	display: grid;
	gap: 0;
}

.revg-post-list > * {
	border-bottom: 1px solid rgba(26, 31, 35, 0.1);
	padding-block: clamp(1.25rem, 3vw, 2rem);
}

.revg-post-list > *:first-child {
	border-top: 1px solid rgba(26, 31, 35, 0.1);
}

.revg-content-flow > * + * {
	margin-block-start: 1.15rem;
}

.revg-site-footer {
	border-top: 1px solid rgba(26, 31, 35, 0.1);
}

@media (max-width: 720px) {
	.revg-site-header .wp-block-navigation {
		font-size: 0.9rem;
	}

	.revg-hero {
		min-height: 34rem;
	}
}
