/*
Theme Name: Memphis
Theme URI: https://newurbanmedia.io
Template: hello-elementor
Author: New Urban Media
Author URI: https://newurbanmedia.io
Description: NUM Blueprint child theme. Includes the NU Options admin suite (login branding, analytics, accessibility, form routing) and Apple-style design defaults. Designed as the master template for cloning to NUM client sites.
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.2
Updated: 2026-05-12
*/

/* =============================================================
   ANCHOR LINK SCROLLING
   Native smooth scrolling with sticky-header offset.
   Applied only to anchor targets, not every element with an id,
   so the sticky-header plugin and other positioned containers
   are not affected. Override --site-header-height per site if needed.
   ============================================================= */

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: var(--site-header-height, 100px);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* =============================================
   Blockquote — production synopsis quotes
   ============================================= */
.wp-block-quote,
blockquote.wp-block-quote {
  border-left: 3px solid #8B1A1A;
  margin: 1.5em 0;
  padding: 0.75em 1.25em;
  background: transparent;
}

.wp-block-quote p,
blockquote.wp-block-quote p {
  font-style: italic;
  font-size: 1em;
  line-height: 1.7;
  color: inherit;
  margin: 0;
}

.wp-block-quote cite,
blockquote.wp-block-quote cite {
  display: block;
  margin-top: 0.5em;
  font-size: 0.875em;
  font-style: normal;
  color: #666;
}

/* ── Season Single Template ── */
.season-hero {
  position: relative;
  overflow: hidden;
}

.season-hero-bg-img {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
}

.season-hero-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* Ensure hero content sits above overlay */
.season-hero > .e-con:last-child {
  position: relative;
  z-index: 2;
}


/* OM-A11Y-SKIP-START */
/* Ensure skip link is a usable target when focused (2.4.1, 2.5.8, 1.4.12). */
.skip-link.screen-reader-text:focus,
.skip-link.screen-reader-text:focus-visible {
	clip: auto !important;
	clip-path: none !important;
	width: auto !important;
	height: auto !important;
	min-width: 44px;
	min-height: 44px;
	overflow: visible !important;
	padding: 12px 16px !important;
	display: inline-block !important;
	z-index: 100000;
}
/* OM-A11Y-SKIP-END */
