/*
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.18
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;
}

/* News: a post body is editor output, so it needs baseline typography the
   design system never had to provide. */
.post{max-width:760px;margin-inline:auto}
.post__media{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:28px}
.post__media img{width:100%;height:auto;display:block}
.post__body{font-size:16.5px;line-height:1.75;color:var(--color-slate-700)}
.post__body > * + *{margin-top:1.1em}
.post__body h2{font-size:26px;margin-top:1.6em;color:var(--color-navy-900)}
.post__body h3{font-size:20px;margin-top:1.4em;color:var(--color-navy-900)}
.post__body img{max-width:100%;height:auto;border-radius:var(--radius-md)}
.post__body a{color:var(--color-blue-600);text-decoration:underline}
.post__body blockquote{margin-left:0;padding-left:18px;border-left:3px solid var(--color-gold-flat);color:var(--color-slate-600)}
.post__body ul,.post__body ol{padding-left:22px}
.post__body li + li{margin-top:.4em}

/* News cards can carry a featured image in the media slot. */
.news-card__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

/* Champion team names link through to their season page. */
.champ-card__team a{color:inherit;text-decoration:none}
.champ-card__team a:hover{color:var(--color-blue-600)}
.news-grid h3 a{color:inherit;text-decoration:none}
.news-grid h3 a:hover{color:var(--color-blue-600)}
