/* League Estates — video hub pages
 * .le-cars    → /sean-fixing-cars-videos/
 * .le-music   → /seans-music-videos-books/
 * .le-astro   → /astronomy-videos/
 * .le-irvine  → /joan-explains-irvine/
 * .le-tips    → /seans-tips-series/
 * .le-tours   → /listing-tours/
 * .le-clients → /client-interviews/
 */

/* ========== Shared shell ========== */
.le-cars,
.le-music,
.le-astro {
  max-width: 1100px;
  margin: 0 auto 3rem;
  padding: 0 1.1rem 2rem;
  font-size: 1.05rem;
  line-height: 1.65;
  position: relative;
}
.le-cars *,
.le-cars *::before,
.le-cars *::after,
.le-music *,
.le-music *::before,
.le-music *::after,
.le-astro *,
.le-astro *::before,
.le-astro *::after {
  box-sizing: border-box;
}
.le-cars > *,
.le-music > *,
.le-astro > * {
  position: relative;
  z-index: 1;
}

/* Ambient glow */
.le-cars::before,
.le-music::before,
.le-astro::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1.5rem;
  transform: translateX(-50%);
  width: min(100%, 960px);
  height: 260px;
  pointer-events: none;
  z-index: 0;
}
.le-cars::before {
  background: radial-gradient(ellipse at center, rgba(245, 166, 35, 0.16), transparent 68%);
}
.le-music::before {
  background: radial-gradient(ellipse at center, rgba(186, 104, 200, 0.18), transparent 68%);
}
.le-astro::before {
  background: radial-gradient(ellipse at center, rgba(120, 160, 255, 0.16), transparent 68%);
}

/* Shared hero skeleton */
.le-hub-hero {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  margin: 0 0 2rem;
  padding: 2.25rem 1.75rem 1.9rem;
  color: #fff;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 24px 56px rgba(0, 0, 0, 0.4);
}
.le-hub-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.45;
  pointer-events: none;
  mask-image: linear-gradient(180deg, #000 25%, transparent 100%);
}
.le-hub-hero-inner {
  position: relative;
  z-index: 1;
}
.le-hub-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}
.le-hub-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: le-hub-pulse 2.4s ease-in-out infinite;
}
@keyframes le-hub-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.55; }
}
.le-hub-hero h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.55rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #fff;
}
.le-hub-hero p {
  margin: 0 0 1.35rem;
  color: rgba(255, 255, 255, 0.88);
  max-width: 42rem;
  font-size: 1.06rem;
}
.le-hub-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin: 0 0 1.25rem;
}
.le-hub-stat {
  display: flex;
  flex-direction: column;
  min-width: 5.2rem;
}
.le-hub-stat strong {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.le-hub-stat span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0.15rem;
  opacity: 0.75;
}
.le-hub-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.le-hub-pills a {
  display: inline-block;
  padding: 0.48rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.88rem;
  font-weight: 700;
  backdrop-filter: blur(6px);
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.le-hub-pills a:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.le-hub-section {
  margin: 0 0 1.75rem;
}
.le-hub-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
}
.le-hub-section-head h3 {
  margin: 0;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 800;
}
.le-hub-section-head span {
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.75;
}
.le-hub-playlist {
  position: relative;
  border-radius: 22px;
  padding: 1.25rem 1.1rem 1.45rem;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 20px 48px rgba(0, 0, 0, 0.4);
}
.le-hub-playlist::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  pointer-events: none;
}
.le-hub-playlist .yotu-wrapper-player,
.le-hub-playlist .yotu-playlist,
.le-hub-playlist .yotu-videos,
.le-hub-playlist .yotuwp {
  width: 100% !important;
  max-width: 100% !important;
}
.le-hub-playlist .yotu-wrapper-player {
  margin: 0 auto 1rem !important;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.le-hub-playlist .yotu-video-title,
.le-hub-playlist .yotu-video-description,
.le-hub-playlist .yotu-playing-status {
  color: #eef3f8 !important;
}
.le-hub-playlist .yotu-video {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.le-hub-playlist a.yotu-video {
  display: block;
  text-decoration: none !important;
}
.le-hub-playlist .yotu-video:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.4);
}
.le-hub-playlist .yotu-video-thumb {
  transition: transform 0.35s ease;
}
.le-hub-playlist .yotu-video:hover .yotu-video-thumb {
  transform: scale(1.04);
}
.le-hub-playlist .yotu-video-title {
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  padding: 0.55rem 0.65rem 0.7rem !important;
  line-height: 1.35 !important;
}
.le-hub-playlist .yotu-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin: 0.85rem 0 !important;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55) !important;
}
.le-hub-playlist .yotu-button-prs,
.le-hub-playlist .yotu-pagination a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 4.5rem;
  padding: 0.45rem 0.9rem !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.le-hub-playlist .yotu-button-prs:hover,
.le-hub-playlist .yotu-pagination a:hover {
  transform: translateY(-1px);
}
.le-hub-note {
  margin: 1.15rem 0 0;
  font-size: 0.9rem;
  text-align: center;
  opacity: 0.7;
}
.le-hub-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  margin-top: 1.9rem;
}
.le-hub-footer a {
  color: #eef3f8 !important;
  font-weight: 700;
  text-decoration: none !important;
  padding: 0.52rem 1rem;
  border-radius: 12px;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
.le-hub-footer a:hover {
  color: #fff !important;
  transform: translateY(-1px);
}

/* ========== CARS — garage amber ========== */
.le-cars {
  --accent: #f5a623;
  --accent-soft: #ffd27a;
  --muted: #a8a49a;
  color: #f2efe8;
}
.le-cars .le-hub-hero {
  background:
    radial-gradient(ellipse 70% 60% at 95% 0%, rgba(245, 166, 35, 0.35), transparent 55%),
    radial-gradient(ellipse 50% 45% at 0% 100%, rgba(80, 90, 100, 0.35), transparent 50%),
    linear-gradient(155deg, #0c0c0e 0%, #1a1c20 45%, #12141a 100%);
  border: 1px solid rgba(245, 166, 35, 0.42);
  box-shadow: inset 0 3px 0 0 #f5a623, 0 24px 56px rgba(0, 0, 0, 0.45);
}
.le-cars .le-hub-kicker {
  color: var(--accent-soft);
}
.le-cars .le-hub-kicker::before {
  background: var(--accent);
  box-shadow: 0 0 14px rgba(245, 166, 35, 0.95);
}
.le-cars .le-hub-hero h2 {
  background: linear-gradient(180deg, #fff 30%, #ffd27a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.le-cars .le-hub-stat strong {
  color: var(--accent-soft);
}
.le-cars .le-hub-stat span {
  color: var(--muted);
}
.le-cars .le-hub-pills a:hover {
  background: rgba(245, 166, 35, 0.22);
  border-color: var(--accent);
}
.le-cars .le-hub-section-head {
  border-bottom: 1px solid rgba(245, 166, 35, 0.3);
}
.le-cars .le-hub-section-head span {
  color: var(--muted);
}
.le-cars .le-hub-playlist {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(245, 166, 35, 0.1), transparent 55%),
    linear-gradient(180deg, rgba(22, 22, 26, 0.98), rgba(10, 10, 12, 0.99));
  border: 1px solid rgba(245, 166, 35, 0.28);
}
.le-cars .le-hub-playlist::before {
  background: linear-gradient(90deg, transparent, rgba(245, 166, 35, 0.55), transparent);
}
.le-cars .le-hub-playlist .yotu-video:hover {
  border-color: rgba(245, 166, 35, 0.55);
}
.le-cars .le-hub-playlist .yotu-button-prs,
.le-cars .le-hub-playlist .yotu-pagination a {
  border: 1px solid rgba(245, 166, 35, 0.3) !important;
}
.le-cars .le-hub-playlist .yotu-button-prs:hover,
.le-cars .le-hub-playlist .yotu-pagination a:hover {
  background: rgba(245, 166, 35, 0.22) !important;
  border-color: var(--accent) !important;
}
.le-cars .le-hub-playlist .yotu-pagination-current {
  color: var(--accent-soft) !important;
  font-weight: 800;
}
.le-cars .le-hub-note {
  color: var(--muted);
}
.le-cars .le-hub-footer a {
  background: rgba(22, 22, 26, 0.9);
  border: 1px solid rgba(245, 166, 35, 0.24);
}
.le-cars .le-hub-footer a:hover {
  border-color: var(--accent);
  background: rgba(245, 166, 35, 0.16);
}

/* ========== MUSIC — creative plum ========== */
.le-music {
  --accent: #c77dff;
  --accent-soft: #e0b0ff;
  --gold: #e8c56a;
  --muted: #b0a0c0;
  color: #f4eef8;
}
.le-music .le-hub-hero {
  background:
    radial-gradient(ellipse 70% 60% at 90% -5%, rgba(199, 125, 255, 0.35), transparent 55%),
    radial-gradient(ellipse 50% 45% at 5% 100%, rgba(90, 40, 120, 0.4), transparent 50%),
    radial-gradient(ellipse 35% 35% at 60% 50%, rgba(232, 197, 106, 0.08), transparent 60%),
    linear-gradient(155deg, #100818 0%, #2a1540 48%, #120a1c 100%);
  border: 1px solid rgba(199, 125, 255, 0.4);
  box-shadow: inset 0 3px 0 0 #c77dff, 0 24px 56px rgba(0, 0, 0, 0.45);
}
.le-music .le-hub-kicker {
  color: var(--accent-soft);
}
.le-music .le-hub-kicker::before {
  background: var(--accent);
  box-shadow: 0 0 14px rgba(199, 125, 255, 0.95);
}
.le-music .le-hub-hero h2 {
  background: linear-gradient(180deg, #fff 25%, #e0b0ff 80%, #e8c56a 140%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.le-music .le-hub-stat strong {
  color: var(--accent-soft);
}
.le-music .le-hub-stat span {
  color: var(--muted);
}
.le-music .le-hub-pills a:hover {
  background: rgba(199, 125, 255, 0.22);
  border-color: var(--accent);
}
.le-music .le-hub-section-head {
  border-bottom: 1px solid rgba(199, 125, 255, 0.3);
}
.le-music .le-hub-section-head span {
  color: var(--muted);
}
.le-music .le-hub-playlist {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(199, 125, 255, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(28, 14, 42, 0.98), rgba(12, 6, 18, 0.99));
  border: 1px solid rgba(199, 125, 255, 0.28);
}
.le-music .le-hub-playlist::before {
  background: linear-gradient(90deg, transparent, rgba(199, 125, 255, 0.5), rgba(232, 197, 106, 0.4), transparent);
}
.le-music .le-hub-playlist .yotu-video:hover {
  border-color: rgba(199, 125, 255, 0.55);
}
.le-music .le-hub-playlist .yotu-button-prs,
.le-music .le-hub-playlist .yotu-pagination a {
  border: 1px solid rgba(199, 125, 255, 0.3) !important;
}
.le-music .le-hub-playlist .yotu-button-prs:hover,
.le-music .le-hub-playlist .yotu-pagination a:hover {
  background: rgba(199, 125, 255, 0.22) !important;
  border-color: var(--accent) !important;
}
.le-music .le-hub-playlist .yotu-pagination-current {
  color: var(--accent-soft) !important;
  font-weight: 800;
}
.le-music .le-hub-note {
  color: var(--muted);
}
.le-music .le-hub-footer a {
  background: rgba(28, 14, 42, 0.9);
  border: 1px solid rgba(199, 125, 255, 0.24);
}
.le-music .le-hub-footer a:hover {
  border-color: var(--accent);
  background: rgba(199, 125, 255, 0.16);
}

/* ========== ASTRO — deep space ========== */
.le-astro {
  --accent: #7eb6ff;
  --accent-soft: #c5ddff;
  --nebula: #a78bfa;
  --muted: #8a9bb0;
  color: #e8eef8;
}
.le-astro .le-hub-hero {
  background:
    radial-gradient(ellipse 60% 50% at 85% 10%, rgba(126, 182, 255, 0.28), transparent 55%),
    radial-gradient(ellipse 50% 45% at 10% 90%, rgba(167, 139, 250, 0.25), transparent 50%),
    radial-gradient(ellipse 30% 30% at 50% 40%, rgba(255, 255, 255, 0.04), transparent 60%),
    linear-gradient(155deg, #03060f 0%, #0c1530 48%, #060a18 100%);
  border: 1px solid rgba(126, 182, 255, 0.38);
  box-shadow: inset 0 3px 0 0 #7eb6ff, 0 24px 56px rgba(0, 0, 0, 0.5);
}
.le-astro .le-hub-kicker {
  color: var(--accent-soft);
}
.le-astro .le-hub-kicker::before {
  background: var(--accent);
  box-shadow: 0 0 14px rgba(126, 182, 255, 0.95);
}
.le-astro .le-hub-hero h2 {
  background: linear-gradient(180deg, #fff 20%, #c5ddff 70%, #a78bfa 130%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.le-astro .le-hub-stat strong {
  color: var(--accent-soft);
}
.le-astro .le-hub-stat span {
  color: var(--muted);
}
.le-astro .le-hub-pills a:hover {
  background: rgba(126, 182, 255, 0.2);
  border-color: var(--accent);
}
.le-astro .le-hub-section-head {
  border-bottom: 1px solid rgba(126, 182, 255, 0.28);
}
.le-astro .le-hub-section-head span {
  color: var(--muted);
}
.le-astro .le-hub-playlist {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(126, 182, 255, 0.1), transparent 55%),
    linear-gradient(180deg, rgba(8, 14, 32, 0.98), rgba(3, 6, 15, 0.99));
  border: 1px solid rgba(126, 182, 255, 0.26);
}
.le-astro .le-hub-playlist::before {
  background: linear-gradient(90deg, transparent, rgba(126, 182, 255, 0.5), rgba(167, 139, 250, 0.4), transparent);
}
.le-astro .le-hub-playlist .yotu-video:hover {
  border-color: rgba(126, 182, 255, 0.55);
}
.le-astro .le-hub-playlist .yotu-button-prs,
.le-astro .le-hub-playlist .yotu-pagination a {
  border: 1px solid rgba(126, 182, 255, 0.3) !important;
}
.le-astro .le-hub-playlist .yotu-button-prs:hover,
.le-astro .le-hub-playlist .yotu-pagination a:hover {
  background: rgba(126, 182, 255, 0.2) !important;
  border-color: var(--accent) !important;
}
.le-astro .le-hub-playlist .yotu-pagination-current {
  color: var(--accent-soft) !important;
  font-weight: 800;
}
.le-astro .le-hub-note {
  color: var(--muted);
}
.le-astro .le-hub-footer a {
  background: rgba(8, 14, 32, 0.9);
  border: 1px solid rgba(126, 182, 255, 0.24);
}
.le-astro .le-hub-footer a:hover {
  border-color: var(--accent);
  background: rgba(126, 182, 255, 0.14);
}

/* ========== Page chrome ========== */
body.page-id-2885 {
  background: #0a0a0c !important;
}
body.page-id-4986 {
  background: #0a0610 !important;
}
body.page-id-2894 {
  background: #02040a !important;
}
body.page-id-2885 #page,
body.page-id-2885 .site,
body.page-id-2885 #content,
body.page-id-2885 .site-content,
body.page-id-2885 .entry-content,
body.page-id-2885 main,
body.page-id-4986 #page,
body.page-id-4986 .site,
body.page-id-4986 #content,
body.page-id-4986 .site-content,
body.page-id-4986 .entry-content,
body.page-id-4986 main,
body.page-id-2894 #page,
body.page-id-2894 .site,
body.page-id-2894 #content,
body.page-id-2894 .site-content,
body.page-id-2894 .entry-content,
body.page-id-2894 main {
  background: transparent !important;
}
body.page-id-2885 .entry-content,
body.page-id-4986 .entry-content,
body.page-id-2894 .entry-content {
  padding-top: 0.5rem;
  color: #eef3f8;
}
body.page-id-2885 .entry-header .entry-title,
body.page-id-4986 .entry-header .entry-title,
body.page-id-2894 .entry-header .entry-title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}
body.page-id-2885 .entry-cover,
body.page-id-4986 .entry-cover,
body.page-id-2894 .entry-cover {
  min-height: 34vh !important;
  max-height: 400px;
}
body.page-id-2885 .entry-cover-image,
body.page-id-4986 .entry-cover-image,
body.page-id-2894 .entry-cover-image {
  min-height: 34vh !important;
  background-size: cover !important;
  background-position: center 30% !important;
  filter: brightness(0.55) saturate(1.15) contrast(1.05);
}
body.page-id-2885 .entry-cover::after,
body.page-id-4986 .entry-cover::after,
body.page-id-2894 .entry-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
body.page-id-2885 .entry-cover::after {
  background: linear-gradient(180deg, rgba(10, 10, 12, 0.15) 0%, rgba(10, 10, 12, 0.8) 100%);
}
body.page-id-4986 .entry-cover::after {
  background: linear-gradient(180deg, rgba(10, 6, 16, 0.15) 0%, rgba(10, 6, 16, 0.8) 100%);
}
body.page-id-2894 .entry-cover::after {
  background: linear-gradient(180deg, rgba(2, 4, 10, 0.15) 0%, rgba(2, 4, 10, 0.82) 100%);
}
body.page-id-2885 .background-video-buttons-wrapper,
body.page-id-4986 .background-video-buttons-wrapper,
body.page-id-2894 .background-video-buttons-wrapper {
  display: none !important;
}
body.page-id-2885 .sharedaddy,
body.page-id-2885 .sd-title,
body.page-id-2885 .sd-content a,
body.page-id-2885 .sd-content span,
body.page-id-4986 .sharedaddy,
body.page-id-4986 .sd-title,
body.page-id-4986 .sd-content a,
body.page-id-4986 .sd-content span,
body.page-id-2894 .sharedaddy,
body.page-id-2894 .sd-title,
body.page-id-2894 .sd-content a,
body.page-id-2894 .sd-content span {
  color: #b8c0d0 !important;
}
body.page-id-2885 .site-footer {
  border-top: 1px solid rgba(245, 166, 35, 0.12);
  background: #08080a !important;
  color: #a8a49a;
}
body.page-id-2885 .site-footer a {
  color: #f5a623 !important;
}
body.page-id-4986 .site-footer {
  border-top: 1px solid rgba(199, 125, 255, 0.12);
  background: #08040e !important;
  color: #b0a0c0;
}
body.page-id-4986 .site-footer a {
  color: #c77dff !important;
}
body.page-id-2894 .site-footer {
  border-top: 1px solid rgba(126, 182, 255, 0.12);
  background: #010208 !important;
  color: #8a9bb0;
}
body.page-id-2894 .site-footer a {
  color: #7eb6ff !important;
}

@media (max-width: 640px) {
  .le-hub-hero {
    padding: 1.55rem 1.15rem 1.4rem;
    border-radius: 18px;
  }
  .le-hub-playlist {
    padding: 0.8rem 0.55rem 1.05rem;
    border-radius: 16px;
  }
  .le-hub-stat strong {
    font-size: 1.15rem;
  }
  body.page-id-2885 .entry-cover,
  body.page-id-4986 .entry-cover,
  body.page-id-2894 .entry-cover {
    min-height: 26vh !important;
  }
}

@supports not (background-clip: text) {
  .le-cars .le-hub-hero h2,
  .le-music .le-hub-hero h2,
  .le-astro .le-hub-hero h2 {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
}

/* ========== Batch 2 hubs ==========
 * .le-irvine  → /joan-explains-irvine/   (jade / bilingual)
 * .le-tips    → /seans-tips-series/      (slate / cyan tips)
 * .le-tours   → /listing-tours/          (luxury navy gold)
 * .le-clients → /client-interviews/      (trust rose-gold)
 */

.le-irvine,
.le-tips,
.le-tours,
.le-clients {
  max-width: 1100px;
  margin: 0 auto 3rem;
  padding: 0 1.1rem 2rem;
  font-size: 1.05rem;
  line-height: 1.65;
  position: relative;
}
.le-irvine *,
.le-irvine *::before,
.le-irvine *::after,
.le-tips *,
.le-tips *::before,
.le-tips *::after,
.le-tours *,
.le-tours *::before,
.le-tours *::after,
.le-clients *,
.le-clients *::before,
.le-clients *::after {
  box-sizing: border-box;
}
.le-irvine > *,
.le-tips > *,
.le-tours > *,
.le-clients > * {
  position: relative;
  z-index: 1;
}
.le-irvine::before,
.le-tips::before,
.le-tours::before,
.le-clients::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1.5rem;
  transform: translateX(-50%);
  width: min(100%, 960px);
  height: 260px;
  pointer-events: none;
  z-index: 0;
}
.le-irvine::before {
  background: radial-gradient(ellipse at center, rgba(45, 180, 150, 0.16), transparent 68%);
}
.le-tips::before {
  background: radial-gradient(ellipse at center, rgba(56, 189, 248, 0.16), transparent 68%);
}
.le-tours::before {
  background: radial-gradient(ellipse at center, rgba(212, 175, 55, 0.16), transparent 68%);
}
.le-clients::before {
  background: radial-gradient(ellipse at center, rgba(232, 168, 140, 0.16), transparent 68%);
}

/* IRVINE — jade bilingual */
.le-irvine {
  --accent: #2db496;
  --accent-soft: #7ee0c8;
  --muted: #8aadb0;
  color: #eef8f6;
}
.le-irvine .le-hub-hero {
  background:
    radial-gradient(ellipse 70% 60% at 90% 0%, rgba(45, 180, 150, 0.32), transparent 55%),
    radial-gradient(ellipse 50% 45% at 5% 100%, rgba(10, 39, 68, 0.5), transparent 50%),
    linear-gradient(155deg, #061820 0%, #0a3540 48%, #0a1a24 100%);
  border: 1px solid rgba(45, 180, 150, 0.4);
  box-shadow: inset 0 3px 0 0 #2db496, 0 24px 56px rgba(0, 0, 0, 0.45);
}
.le-irvine .le-hub-kicker { color: var(--accent-soft); }
.le-irvine .le-hub-kicker::before {
  background: var(--accent);
  box-shadow: 0 0 14px rgba(45, 180, 150, 0.95);
}
.le-irvine .le-hub-hero h2 {
  background: linear-gradient(180deg, #fff 25%, #7ee0c8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.le-irvine .le-hub-stat strong { color: var(--accent-soft); }
.le-irvine .le-hub-stat span { color: var(--muted); }
.le-irvine .le-hub-pills a:hover {
  background: rgba(45, 180, 150, 0.22);
  border-color: var(--accent);
}
.le-irvine .le-hub-section-head { border-bottom: 1px solid rgba(45, 180, 150, 0.3); }
.le-irvine .le-hub-section-head span { color: var(--muted); }
.le-irvine .le-hub-playlist {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(45, 180, 150, 0.1), transparent 55%),
    linear-gradient(180deg, rgba(8, 36, 42, 0.98), rgba(4, 16, 20, 0.99));
  border: 1px solid rgba(45, 180, 150, 0.28);
}
.le-irvine .le-hub-playlist::before {
  background: linear-gradient(90deg, transparent, rgba(45, 180, 150, 0.55), transparent);
}
.le-irvine .le-hub-playlist .yotu-video:hover { border-color: rgba(45, 180, 150, 0.55); }
.le-irvine .le-hub-playlist .yotu-button-prs,
.le-irvine .le-hub-playlist .yotu-pagination a {
  border: 1px solid rgba(45, 180, 150, 0.3) !important;
}
.le-irvine .le-hub-playlist .yotu-button-prs:hover,
.le-irvine .le-hub-playlist .yotu-pagination a:hover {
  background: rgba(45, 180, 150, 0.22) !important;
  border-color: var(--accent) !important;
}
.le-irvine .le-hub-playlist .yotu-pagination-current {
  color: var(--accent-soft) !important;
  font-weight: 800;
}
.le-irvine .le-hub-note { color: var(--muted); }
.le-irvine .le-hub-footer a {
  background: rgba(8, 36, 42, 0.9);
  border: 1px solid rgba(45, 180, 150, 0.24);
}
.le-irvine .le-hub-footer a:hover {
  border-color: var(--accent);
  background: rgba(45, 180, 150, 0.16);
}

/* TIPS — slate cyan */
.le-tips {
  --accent: #38bdf8;
  --accent-soft: #a5e4ff;
  --muted: #8aa0b4;
  color: #eef4f8;
}
.le-tips .le-hub-hero {
  background:
    radial-gradient(ellipse 70% 60% at 92% 0%, rgba(56, 189, 248, 0.3), transparent 55%),
    radial-gradient(ellipse 50% 45% at 0% 100%, rgba(30, 58, 95, 0.45), transparent 50%),
    linear-gradient(155deg, #0a121c 0%, #152a40 48%, #0c1828 100%);
  border: 1px solid rgba(56, 189, 248, 0.4);
  box-shadow: inset 0 3px 0 0 #38bdf8, 0 24px 56px rgba(0, 0, 0, 0.45);
}
.le-tips .le-hub-kicker { color: var(--accent-soft); }
.le-tips .le-hub-kicker::before {
  background: var(--accent);
  box-shadow: 0 0 14px rgba(56, 189, 248, 0.95);
}
.le-tips .le-hub-hero h2 {
  background: linear-gradient(180deg, #fff 25%, #a5e4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.le-tips .le-hub-stat strong { color: var(--accent-soft); }
.le-tips .le-hub-stat span { color: var(--muted); }
.le-tips .le-hub-pills a:hover {
  background: rgba(56, 189, 248, 0.2);
  border-color: var(--accent);
}
.le-tips .le-hub-section-head { border-bottom: 1px solid rgba(56, 189, 248, 0.3); }
.le-tips .le-hub-section-head span { color: var(--muted); }
.le-tips .le-hub-playlist {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(56, 189, 248, 0.1), transparent 55%),
    linear-gradient(180deg, rgba(12, 28, 44, 0.98), rgba(6, 14, 24, 0.99));
  border: 1px solid rgba(56, 189, 248, 0.28);
}
.le-tips .le-hub-playlist::before {
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.55), transparent);
}
.le-tips .le-hub-playlist .yotu-video:hover { border-color: rgba(56, 189, 248, 0.55); }
.le-tips .le-hub-playlist .yotu-button-prs,
.le-tips .le-hub-playlist .yotu-pagination a {
  border: 1px solid rgba(56, 189, 248, 0.3) !important;
}
.le-tips .le-hub-playlist .yotu-button-prs:hover,
.le-tips .le-hub-playlist .yotu-pagination a:hover {
  background: rgba(56, 189, 248, 0.2) !important;
  border-color: var(--accent) !important;
}
.le-tips .le-hub-playlist .yotu-pagination-current {
  color: var(--accent-soft) !important;
  font-weight: 800;
}
.le-tips .le-hub-note { color: var(--muted); }
.le-tips .le-hub-footer a {
  background: rgba(12, 28, 44, 0.9);
  border: 1px solid rgba(56, 189, 248, 0.24);
}
.le-tips .le-hub-footer a:hover {
  border-color: var(--accent);
  background: rgba(56, 189, 248, 0.14);
}

/* TOURS — luxury navy gold */
.le-tours {
  --accent: #d4af37;
  --accent-soft: #e8d48b;
  --muted: #9aadc0;
  color: #eef3f8;
}
.le-tours .le-hub-hero {
  background:
    radial-gradient(ellipse 70% 60% at 90% -5%, rgba(212, 175, 55, 0.3), transparent 55%),
    radial-gradient(ellipse 50% 45% at 0% 100%, rgba(40, 100, 160, 0.25), transparent 50%),
    linear-gradient(155deg, #061525 0%, #0c2a48 48%, #081c32 100%);
  border: 1px solid rgba(212, 175, 55, 0.42);
  box-shadow: inset 0 3px 0 0 #d4af37, 0 24px 56px rgba(0, 0, 0, 0.45);
}
.le-tours .le-hub-kicker { color: var(--accent-soft); }
.le-tours .le-hub-kicker::before {
  background: var(--accent);
  box-shadow: 0 0 14px rgba(212, 175, 55, 0.95);
}
.le-tours .le-hub-hero h2 {
  background: linear-gradient(180deg, #fff 30%, #e8d48b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.le-tours .le-hub-stat strong { color: var(--accent-soft); }
.le-tours .le-hub-stat span { color: var(--muted); }
.le-tours .le-hub-pills a:hover {
  background: rgba(212, 175, 55, 0.22);
  border-color: var(--accent);
}
.le-tours .le-hub-section-head { border-bottom: 1px solid rgba(212, 175, 55, 0.3); }
.le-tours .le-hub-section-head span { color: var(--muted); }
.le-tours .le-hub-playlist {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(212, 175, 55, 0.1), transparent 55%),
    linear-gradient(180deg, rgba(10, 28, 48, 0.98), rgba(4, 14, 26, 0.99));
  border: 1px solid rgba(212, 175, 55, 0.28);
}
.le-tours .le-hub-playlist::before {
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.55), transparent);
}
.le-tours .le-hub-playlist .yotu-video:hover { border-color: rgba(212, 175, 55, 0.55); }
.le-tours .le-hub-playlist .yotu-button-prs,
.le-tours .le-hub-playlist .yotu-pagination a {
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
}
.le-tours .le-hub-playlist .yotu-button-prs:hover,
.le-tours .le-hub-playlist .yotu-pagination a:hover {
  background: rgba(212, 175, 55, 0.22) !important;
  border-color: var(--accent) !important;
}
.le-tours .le-hub-playlist .yotu-pagination-current {
  color: var(--accent-soft) !important;
  font-weight: 800;
}
.le-tours .le-hub-note { color: var(--muted); }
.le-tours .le-hub-footer a {
  background: rgba(10, 28, 48, 0.9);
  border: 1px solid rgba(212, 175, 55, 0.24);
}
.le-tours .le-hub-footer a:hover {
  border-color: var(--accent);
  background: rgba(212, 175, 55, 0.16);
}

/* CLIENTS — trust rose-gold */
.le-clients {
  --accent: #e8a88c;
  --accent-soft: #f5d0c0;
  --muted: #b0a8a4;
  color: #f8f2ee;
}
.le-clients .le-hub-hero {
  background:
    radial-gradient(ellipse 70% 60% at 90% 0%, rgba(232, 168, 140, 0.32), transparent 55%),
    radial-gradient(ellipse 50% 45% at 5% 100%, rgba(80, 40, 50, 0.35), transparent 50%),
    linear-gradient(155deg, #140c0c 0%, #2a1818 48%, #1a1010 100%);
  border: 1px solid rgba(232, 168, 140, 0.4);
  box-shadow: inset 0 3px 0 0 #e8a88c, 0 24px 56px rgba(0, 0, 0, 0.45);
}
.le-clients .le-hub-kicker { color: var(--accent-soft); }
.le-clients .le-hub-kicker::before {
  background: var(--accent);
  box-shadow: 0 0 14px rgba(232, 168, 140, 0.95);
}
.le-clients .le-hub-hero h2 {
  background: linear-gradient(180deg, #fff 25%, #f5d0c0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.le-clients .le-hub-stat strong { color: var(--accent-soft); }
.le-clients .le-hub-stat span { color: var(--muted); }
.le-clients .le-hub-pills a:hover {
  background: rgba(232, 168, 140, 0.22);
  border-color: var(--accent);
}
.le-clients .le-hub-section-head { border-bottom: 1px solid rgba(232, 168, 140, 0.3); }
.le-clients .le-hub-section-head span { color: var(--muted); }
.le-clients .le-hub-playlist {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(232, 168, 140, 0.1), transparent 55%),
    linear-gradient(180deg, rgba(32, 18, 18, 0.98), rgba(14, 8, 8, 0.99));
  border: 1px solid rgba(232, 168, 140, 0.28);
}
.le-clients .le-hub-playlist::before {
  background: linear-gradient(90deg, transparent, rgba(232, 168, 140, 0.55), transparent);
}
.le-clients .le-hub-playlist .yotu-video:hover { border-color: rgba(232, 168, 140, 0.55); }
.le-clients .le-hub-playlist .yotu-button-prs,
.le-clients .le-hub-playlist .yotu-pagination a {
  border: 1px solid rgba(232, 168, 140, 0.3) !important;
}
.le-clients .le-hub-playlist .yotu-button-prs:hover,
.le-clients .le-hub-playlist .yotu-pagination a:hover {
  background: rgba(232, 168, 140, 0.22) !important;
  border-color: var(--accent) !important;
}
.le-clients .le-hub-playlist .yotu-pagination-current {
  color: var(--accent-soft) !important;
  font-weight: 800;
}
.le-clients .le-hub-note { color: var(--muted); }
.le-clients .le-hub-footer a {
  background: rgba(32, 18, 18, 0.9);
  border: 1px solid rgba(232, 168, 140, 0.24);
}
.le-clients .le-hub-footer a:hover {
  border-color: var(--accent);
  background: rgba(232, 168, 140, 0.16);
}

/* Page chrome batch 2 */
body.page-id-2897 { background: #041014 !important; }
body.page-id-2891 { background: #060c14 !important; }
body.page-id-2879 { background: #050d16 !important; }
body.page-id-2888 { background: #100a0a !important; }

body.page-id-2897 #page,
body.page-id-2897 .site,
body.page-id-2897 #content,
body.page-id-2897 .site-content,
body.page-id-2897 .entry-content,
body.page-id-2897 main,
body.page-id-2891 #page,
body.page-id-2891 .site,
body.page-id-2891 #content,
body.page-id-2891 .site-content,
body.page-id-2891 .entry-content,
body.page-id-2891 main,
body.page-id-2879 #page,
body.page-id-2879 .site,
body.page-id-2879 #content,
body.page-id-2879 .site-content,
body.page-id-2879 .entry-content,
body.page-id-2879 main,
body.page-id-2888 #page,
body.page-id-2888 .site,
body.page-id-2888 #content,
body.page-id-2888 .site-content,
body.page-id-2888 .entry-content,
body.page-id-2888 main {
  background: transparent !important;
}
body.page-id-2897 .entry-content,
body.page-id-2891 .entry-content,
body.page-id-2879 .entry-content,
body.page-id-2888 .entry-content {
  padding-top: 0.5rem;
  color: #eef3f8;
}
body.page-id-2897 .entry-header .entry-title,
body.page-id-2891 .entry-header .entry-title,
body.page-id-2879 .entry-header .entry-title,
body.page-id-2888 .entry-header .entry-title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}
body.page-id-2897 .entry-cover,
body.page-id-2891 .entry-cover,
body.page-id-2879 .entry-cover,
body.page-id-2888 .entry-cover {
  min-height: 34vh !important;
  max-height: 400px;
}
body.page-id-2897 .entry-cover-image,
body.page-id-2891 .entry-cover-image,
body.page-id-2879 .entry-cover-image,
body.page-id-2888 .entry-cover-image {
  min-height: 34vh !important;
  background-size: cover !important;
  background-position: center 30% !important;
  filter: brightness(0.55) saturate(1.15) contrast(1.05);
}
body.page-id-2897 .entry-cover::after,
body.page-id-2891 .entry-cover::after,
body.page-id-2879 .entry-cover::after,
body.page-id-2888 .entry-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
body.page-id-2897 .entry-cover::after {
  background: linear-gradient(180deg, rgba(4, 16, 20, 0.15) 0%, rgba(4, 16, 20, 0.8) 100%);
}
body.page-id-2891 .entry-cover::after {
  background: linear-gradient(180deg, rgba(6, 12, 20, 0.15) 0%, rgba(6, 12, 20, 0.8) 100%);
}
body.page-id-2879 .entry-cover::after {
  background: linear-gradient(180deg, rgba(5, 13, 22, 0.15) 0%, rgba(5, 13, 22, 0.8) 100%);
}
body.page-id-2888 .entry-cover::after {
  background: linear-gradient(180deg, rgba(16, 10, 10, 0.15) 0%, rgba(16, 10, 10, 0.8) 100%);
}
body.page-id-2897 .background-video-buttons-wrapper,
body.page-id-2891 .background-video-buttons-wrapper,
body.page-id-2879 .background-video-buttons-wrapper,
body.page-id-2888 .background-video-buttons-wrapper {
  display: none !important;
}
body.page-id-2897 .sharedaddy,
body.page-id-2897 .sd-title,
body.page-id-2897 .sd-content a,
body.page-id-2897 .sd-content span,
body.page-id-2891 .sharedaddy,
body.page-id-2891 .sd-title,
body.page-id-2891 .sd-content a,
body.page-id-2891 .sd-content span,
body.page-id-2879 .sharedaddy,
body.page-id-2879 .sd-title,
body.page-id-2879 .sd-content a,
body.page-id-2879 .sd-content span,
body.page-id-2888 .sharedaddy,
body.page-id-2888 .sd-title,
body.page-id-2888 .sd-content a,
body.page-id-2888 .sd-content span {
  color: #b8c0d0 !important;
}
body.page-id-2897 .site-footer {
  border-top: 1px solid rgba(45, 180, 150, 0.12);
  background: #030c10 !important;
  color: #8aadb0;
}
body.page-id-2897 .site-footer a { color: #2db496 !important; }
body.page-id-2891 .site-footer {
  border-top: 1px solid rgba(56, 189, 248, 0.12);
  background: #04080e !important;
  color: #8aa0b4;
}
body.page-id-2891 .site-footer a { color: #38bdf8 !important; }
body.page-id-2879 .site-footer {
  border-top: 1px solid rgba(212, 175, 55, 0.12);
  background: #040a12 !important;
  color: #9aadc0;
}
body.page-id-2879 .site-footer a { color: #d4af37 !important; }
body.page-id-2888 .site-footer {
  border-top: 1px solid rgba(232, 168, 140, 0.12);
  background: #0c0808 !important;
  color: #b0a8a4;
}
body.page-id-2888 .site-footer a { color: #e8a88c !important; }

@supports not (background-clip: text) {
  .le-irvine .le-hub-hero h2,
  .le-tips .le-hub-hero h2,
  .le-tours .le-hub-hero h2,
  .le-clients .le-hub-hero h2 {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
}
@media (max-width: 640px) {
  body.page-id-2897 .entry-cover,
  body.page-id-2891 .entry-cover,
  body.page-id-2879 .entry-cover,
  body.page-id-2888 .entry-cover {
    min-height: 26vh !important;
  }
}
