/*
Theme Name: LCCL Season 11
Theme URI: https://lccl.in
Author: LCCL Digital
Author URI: https://lccl.in
Description: Premium navy-and-gold theme for the Lucknow Corporate Cricket League (LCCL). PCL design system, self-hosted Inter + Calistoga + Phosphor. Rebuilt from the lccl-website-v1 static build.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lccl
Tags: sports, cricket, dark, editorial, custom-menu, featured-images, translation-ready
*/

/* The design system lives in assets/css/pcl.css (enqueued in functions.php).
   This file exists for the WordPress theme header and any admin/editor tweaks. */

/* Media wall: in the static build .media-frame was always an empty gradient
   placeholder. In WordPress an editor can upload a real image, so the frame has
   to hold one — with a scrim, or the caption and tag are unreadable on a light
   photo. */
.media-frame img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.media-frame:has(img)::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(6, 26, 68, 0) 45%, rgba(6, 26, 68, 0.8) 100%);
	z-index: 1;
}

.media-frame::after,
.media-frame .vtag {
	z-index: 2;
}

/* Record cards: same story — the photo slot held only a Phosphor user icon. */
.player-card__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
}
