@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@500;600;700&display=swap');

:root {
  --pl-black: #111111;
  --pl-white: #ffffff;
  --pl-grey-100: #f5f5f5;
  --pl-grey-200: #e5e5e5;
  --pl-grey-300: #cacacb;
  --pl-grey-500: #707072;
  --pl-grey-900: #1f1f21;
  --pl-gold: #d4af37;
  --pl-focus: rgba(39, 93, 197, 1);
  --pl-shell: 1440px;
  --pl-header-h: 60px;
}

body.page-template-page-resources {
  background: var(--pl-black) !important;
  color: var(--pl-black);
  font-family: Helvetica, Arial, sans-serif;
  --wp--style--root--padding-right: 0px !important;
  --wp--style--root--padding-left: 0px !important;
  --wp--style--root--padding-top: 0px !important;
  --wp--style--root--padding-bottom: 0px !important;
}

body.page-template-page-resources .wp-site-blocks,
body.page-template-page-resources .wp-site-blocks > * {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.page-template-page-resources > .wp-site-blocks > header,
body.page-template-page-resources > .wp-site-blocks > footer {
  display: none !important;
}

.fmr-resources-page,
.fmr-resources-page * { box-sizing: border-box; }
.fmr-resources-page img { display: block; width: 100%; }
.fmr-resources-page a:focus-visible,
.fmr-resources-page button:focus-visible { outline: none; box-shadow: 0 0 0 2px var(--pl-focus); }

.pl-shell { width: min(calc(100% - 96px), var(--pl-shell)); margin: 0 auto; }
.pl-kicker, .rs-panel__eyebrow, .rs-card__type { margin: 0 0 12px; font-size: 12px; line-height: 1.5; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; }
.pl-kicker { color: var(--pl-grey-500); }
.pl-display, .pl-title, .rs-card h3 { margin: 0; font-family: 'League Spartan', Helvetica, Arial, sans-serif; font-weight: 500; text-transform: uppercase; }
.pl-display { font-size: clamp(72px, 9vw, 108px); line-height: 0.9; letter-spacing: -0.04em; max-width: 5.8ch; color: var(--pl-white); }
.pl-title { font-size: clamp(32px, 3vw, 40px); line-height: 1.05; color: var(--pl-black); }
.pl-lead, .rs-card__summary, .rs-intro-strip p { font-size: 17px; line-height: 1.8; }
.pl-pill, .pl-header__nav a {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 24px; border-radius: 30px; border: 1.5px solid transparent; text-decoration: none; font-size: 16px; line-height: 1.75; font-weight: 500;
}
.pl-pill--light { background: var(--pl-white); color: var(--pl-black); border-color: var(--pl-grey-300); }
.pl-pill--light:hover { background: var(--pl-grey-100); }

.pl-header { position: fixed; top: 12px; left: 0; right: 0; z-index: 110; padding: 0 24px; background: transparent; }
.pl-header__inner {
  width: min(100%, 1180px); min-height: var(--pl-header-h); margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px;
  border: 1px solid rgba(255,255,255,0.26); border-radius: 999px; background: rgba(255,255,255,0.16);
  box-shadow: 0 12px 30px rgba(17,17,17,0.12), inset 0 1px 0 rgba(255,255,255,0.32);
  backdrop-filter: blur(22px) saturate(180%); -webkit-backdrop-filter: blur(22px) saturate(180%);
}
.pl-header.is-scrolled .pl-header__inner { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.34); }
.pl-header__logo, .pl-footer__logo { width: auto; height: 32px; max-width: 220px; object-fit: contain; filter: brightness(0) invert(1); }
.pl-header__nav { display: flex; justify-content: center; gap: 24px; }
.pl-nav-item { position: relative; display: inline-flex; align-items: center; }
.pl-nav-item--has-dropdown { padding-bottom: 18px; margin-bottom: -18px; }
.pl-nav-dropdown {
  position: absolute; top: calc(100% + 2px); left: 50%; min-width: 320px; padding: 8px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.24); background: rgba(255,255,255,0.16);
  box-shadow: 0 12px 30px rgba(17,17,17,0.12), inset 0 1px 0 rgba(255,255,255,0.22);
  backdrop-filter: blur(22px) saturate(180%); -webkit-backdrop-filter: blur(22px) saturate(180%);
  opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}
.pl-nav-item--has-dropdown:hover .pl-nav-dropdown,
.pl-nav-item--has-dropdown:focus-within .pl-nav-dropdown,
.pl-nav-item--has-dropdown.is-open .pl-nav-dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.pl-nav-dropdown a {
  display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 44px; padding: 0 20px; border-radius: 999px; color: var(--pl-white); text-decoration: none; text-shadow: 0 1px 10px rgba(0,0,0,0.22); background: transparent; border: 0;
}
.pl-nav-dropdown a:hover { background: rgba(255,255,255,0.08); color: var(--pl-white); }
.pl-header__nav > a, .pl-nav-item > a { min-height: auto; padding: 0; color: var(--pl-white); text-decoration: none; text-shadow: 0 1px 10px rgba(0,0,0,0.22); }
.pl-header__nav > a:hover, .pl-nav-item > a:hover { color: rgba(255,255,255,0.72); }
.pl-header__nav > a[aria-current=page], .pl-nav-item > a[aria-current=page] { text-decoration: underline; text-underline-offset: 5px; }
.pl-header__toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; position: relative; }
.pl-header__toggle span { position: absolute; left: 10px; right: 10px; height: 2px; background: var(--pl-white); }
.pl-header__toggle span:nth-child(1){ top:14px; } .pl-header__toggle span:nth-child(2){ top:21px; } .pl-header__toggle span:nth-child(3){ top:28px; }

.rs-hero { position: relative; min-height: calc(100vh + 18px); margin-top: -32px; padding-top: 32px; background: var(--pl-black); }
.rs-hero__media, .rs-hero__shade { position: absolute; inset: 0; }
.rs-hero__image { height: 100%; object-fit: cover; }
.rs-hero__shade { background: linear-gradient(180deg, rgba(17,17,17,0.10) 0%, rgba(17,17,17,0.54) 58%, rgba(17,17,17,0.94) 100%), linear-gradient(90deg, rgba(17,17,17,0.82) 0%, rgba(17,17,17,0.36) 45%, rgba(17,17,17,0.72) 100%); }
.rs-hero__content { position: relative; z-index: 2; min-height: 100vh; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 420px); gap: 28px; align-items: end; padding-top: 138px; padding-bottom: 72px; }
.rs-hero__copy { max-width: 760px; }
.rs-hero__copy .pl-kicker { color: rgba(255,255,255,0.72); }
.rs-hero__copy .pl-lead { max-width: 620px; margin: 20px 0 0; color: rgba(255,255,255,0.86); }
.rs-hero__panel {
  padding: 28px; border: 1px solid rgba(255,255,255,0.18); background: rgba(17,17,17,0.38); color: var(--pl-white);
  box-shadow: 0 24px 60px rgba(0,0,0,0.28); backdrop-filter: blur(18px) saturate(160%); -webkit-backdrop-filter: blur(18px) saturate(160%);
}
.rs-panel__eyebrow { color: rgba(255,255,255,0.62); }
.rs-panel__stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.rs-panel__stats article { padding: 18px 14px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); }
.rs-panel__stats strong { display: block; font-family: 'League Spartan', Helvetica, Arial, sans-serif; font-size: clamp(36px, 4vw, 48px); line-height: 0.9; text-transform: uppercase; }
.rs-panel__stats span { display: block; margin-top: 10px; font-size: 13px; line-height: 1.5; color: rgba(255,255,255,0.74); }

.rs-grid-section {
  padding: 88px 0 120px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
}
.rs-grid-head { display: grid; gap: 14px; max-width: 760px; margin-bottom: 36px; }
.rs-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.rs-card {
  display: flex; flex-direction: column; justify-content: space-between; min-height: 100%; background: rgba(255,255,255,0.95); border: 1px solid rgba(17,17,17,0.08);
  box-shadow: 0 24px 60px rgba(17,17,17,0.08); overflow: hidden;
}
.rs-card--accent {
  background: linear-gradient(180deg, #1f1f21 0%, #111111 100%);
}
.rs-card--accent .rs-card__type,
.rs-card--accent h3,
.rs-card--accent .rs-card__summary,
.rs-card--accent .rs-card__meta a { color: var(--pl-white); }
.rs-card--accent .rs-card__meta a:hover { color: var(--pl-gold); }
.rs-card--image .rs-card__media { border-bottom: 1px solid rgba(17,17,17,0.08); }
.rs-card__media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--pl-grey-100); }
.rs-card__media img { width: 100%; height: 100%; object-fit: cover; }
.rs-card__media--local img { object-position: center top; }
.rs-card__body { display: grid; gap: 14px; padding: 28px; }
.rs-card__type { color: var(--pl-gold); }
.rs-card h3 { font-size: clamp(24px, 2vw, 32px); line-height: 1.02; color: var(--pl-black); }
.rs-card__summary { margin: 0; color: var(--pl-grey-500); }
.rs-card__meta { display: grid; gap: 10px; padding-top: 4px; }
.rs-card__meta a { color: var(--pl-black); text-decoration: none; }
.rs-card__meta a:hover { color: #1151ff; }

.rs-note-band { background: var(--pl-black); color: var(--pl-white); padding: 56px 0; }
.rs-note-band__inner { display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.rs-note-band .pl-kicker { color: rgba(255,255,255,0.58); }
.rs-note-band .pl-title { color: var(--pl-white); max-width: 14ch; }

.pl-footer { background: var(--pl-black); color: var(--pl-white); padding: 40px 0 0; margin-bottom: 0; }
.pl-footer__inner { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 32px; align-items: start; }
.pl-footer__brand p, .pl-footer__contact p, .pl-footer__contact a, .pl-footer__nav a { color: rgba(255,255,255,0.76); text-decoration: none; font-size: 14px; line-height: 1.7; }
.pl-footer__nav, .pl-footer__contact { display: grid; gap: 8px; }
.pl-footer__nav a:hover, .pl-footer__contact a:hover { color: var(--pl-white); }

@media (max-width: 1100px) {
  .rs-hero__content { grid-template-columns: 1fr; align-items: end; }
  .rs-hero__panel { max-width: 520px; }
  .rs-panel__stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .rs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  .pl-header__inner { grid-template-columns: auto 1fr auto; gap: 12px; }
  .pl-header__nav { display: none; position: fixed; top: 84px; left: 16px; right: 16px; padding: 24px; border-radius: 28px; background: rgba(20,20,20,0.82); backdrop-filter: blur(22px) saturate(180%); -webkit-backdrop-filter: blur(22px) saturate(180%); border: 1px solid rgba(255,255,255,0.2); flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 20px; }
  .pl-header__nav.is-open { display: flex; }
  .pl-header__toggle { display: block; justify-self: end; }
  .pl-nav-item { width: 100%; flex-direction: column; align-items: flex-start; }
  .pl-nav-item--has-dropdown { padding-bottom: 0; margin-bottom: 0; }
  .pl-nav-item--has-dropdown > a { width: 100%; }
  .pl-nav-dropdown { position: static; top: auto; left: auto; min-width: 0; width: 100%; margin-top: 10px; padding: 8px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.16); box-shadow: 0 12px 30px rgba(17,17,17,0.12), inset 0 1px 0 rgba(255,255,255,0.18); backdrop-filter: blur(22px) saturate(180%); -webkit-backdrop-filter: blur(22px) saturate(180%); opacity: 1; visibility: visible; pointer-events: auto; transform: none; display: none; }
  .pl-nav-item--has-dropdown.is-open .pl-nav-dropdown { display: block; }
  .pl-nav-dropdown a { min-height: 44px; padding: 0 18px; border-radius: 999px; }
  .pl-footer__inner { grid-template-columns: 1fr; gap: 24px; }
  .rs-note-band__inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 720px) {
  .pl-shell { width: min(calc(100% - 32px), var(--pl-shell)); }
  .pl-display { font-size: 56px; }
  .rs-hero { min-height: 78svh; }
  .rs-hero__content { min-height: auto; padding-top: 124px; padding-bottom: 56px; }
  .rs-panel__stats { grid-template-columns: 1fr; }
  .rs-grid { grid-template-columns: 1fr; }
  .rs-grid-section { padding: 64px 0 88px; }
  .rs-card__body { padding: 24px; }
}

body.page-template-page-resources .wp-site-blocks,
body.page-template-page-resources .wp-site-blocks main,
body.page-template-page-resources .wp-site-blocks .fmr-resources-page,
body.page-template-page-resources .wp-site-blocks .pl-footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

html body.page-template-page-resources {
  background: #111111 !important;
}

html body.page-template-page-resources .wp-site-blocks::after {
  content: "";
  display: block;
  height: 0;
  background: #111111 !important;
}

body.page-template-page-resources-html {
  background: #111111 !important;
}

body.page-template-page-resources-html .wp-site-blocks,
body.page-template-page-resources-html .wp-site-blocks > * {
  background-color: transparent !important;
}
