/*
 * People's Choice Awards — Fragrance Edition
 * Route stylesheet: Editor's Choice Fragrance Awards (spec §5.2).
 *
 * The filename is the underscored route key, which is how
 * Frontend\Assets::route_asset() finds it and enqueues it after public.css.
 *
 * Page-unique rules only. The programme header, the year tabs, the winner grid,
 * the perfume card, `.bi-columns`, `.verify-block`, `.pcfa-modal` and the ad slot
 * height all live in public.css and are deliberately not repeated here.
 *
 * The winner pop-up block below is duplicated in judges_excellence.css. The two
 * pages are the only surfaces that carry it, and public.css is reserved for
 * components shared more widely than that — so the copy is intentional, and any
 * change to one has to be made in the other.
 */

/* ==========================================================================
   1. Programme header and intro
   ========================================================================== */

/*
 * The Editor's Choice badge is a black-outline mark on a transparent background,
 * so it needs its own lift to separate from the pale gradient panel behind it.
 * Applied to the page-specific class rather than `.programme-logo`, because the
 * Judges Excellence artwork is a different shape and may not want the same shadow.
 */
.ec-logo {
	filter: drop-shadow(0 16px 28px rgba(126, 23, 71, 0.25));
}

.programme-intro .eyebrow {
	display: block;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--magenta);
}

