.path-local-pcl-portals .pcl-portal-header {
  display: none !important;
}

.path-local-pcl-portals .pcl-science-page--scienergyideas .pcl-conservation-nav {
  display: none !important;
}

.path-local-pcl-portals .pcl-science-page--partners {
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.path-local-pcl-portals .pcl-science-page--partners .tabs-section {
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, .24), transparent 34%),
    linear-gradient(135deg, #d7effd 0%, #f4fbff 38%, #fff8df 100%);
  padding: 34px 0 58px;
}

.path-local-pcl-portals .pcl-science-partners-hero {
  text-align: center;
  margin-bottom: 1.5rem;
}

.path-local-pcl-portals .pcl-science-partners-hero__logo {
  display: block;
  width: min(240px, 72vw);
  margin: 0 auto 0.45rem;
}

.path-local-pcl-portals .pcl-science-page--partners .feature-img {
  max-height: 255px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(16, 32, 44, .08);
  background: #fff;
  box-shadow: 0 16px 28px rgba(16, 32, 44, .08);
  padding: 1rem;
}

.path-local-pcl-portals .pcl-science-page--partners .feature-img img {
  display: block;
  width: 100%;
  max-height: 220px;
  object-fit: contain;
}

.path-local-pcl-portals .pcl-science-page--partners .nav-tabs {
  border: 0;
}

.path-local-pcl-portals .pcl-science-page--partners .nav-link {
  border: 0;
  padding: 0;
  transition: 0.3s;
  color: #0f1720;
  border-radius: 999px;
  margin-bottom: .8rem;
  text-align: left;
  background: transparent;
}

.path-local-pcl-portals .pcl-science-page--partners .nav-link:hover {
  transition: 0.3s;
}

.path-local-pcl-portals .pcl-science-page--partners .tab-pane {
  display: none;
  padding: 1.25rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 16px 28px rgba(16, 32, 44, .06);
  border: 1px solid rgba(16, 32, 44, .06);
}

.path-local-pcl-portals .pcl-science-page--partners .tab-pane.active {
  display: block;
}

.path-local-pcl-portals .pcl-science-page--partners .details h3 {
  font-weight: 900;
  color: #0d1826;
}

.path-local-pcl-portals .pcl-science-page--partners .details p {
  font-size: 1rem;
  line-height: 1.7;
  color: #253241;
  margin-bottom: 1rem;
  padding: 1rem 1.15rem;
  border-radius: 8px;
}

.path-local-pcl-portals .pcl-science-page--partners .tab-pane[data-partner-tab="tab-0"] {
  --pcl-partner-accent: #5bb247;
  --pcl-partner-accent-contrast: #fff;
}

.path-local-pcl-portals .pcl-science-page--partners .tab-pane[data-partner-tab="tab-1"] {
  --pcl-partner-accent: #f5a623;
  --pcl-partner-accent-contrast: #fff;
}

.path-local-pcl-portals .pcl-science-page--partners .tab-pane[data-partner-tab="tab-2"] {
  --pcl-partner-accent: #28a64a;
  --pcl-partner-accent-contrast: #fff;
}

.path-local-pcl-portals .pcl-science-page--partners .details p:nth-of-type(odd) {
  background: var(--pcl-partner-accent, #5bb247);
  color: var(--pcl-partner-accent-contrast, #fff);
}

.path-local-pcl-portals .pcl-science-page--partners .details p:nth-of-type(even) {
  background: transparent;
  color: #253241;
}

.path-local-pcl-portals .pcl-science-page--partners .details p strong {
  font-weight: 800;
}

.path-local-pcl-portals .pcl-science-page--partners .pcl-science-partners-view-more {
  display: inline-block;
  margin-top: 0.75rem;
  background: #0b5d84;
  border: 0;
  padding: 12px 24px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
}

.path-local-pcl-portals .pcl-science-page--partners .pcl-science-partners-view-more:hover {
  filter: brightness(95%);
  color: white !important;
  background: #08415d;
}

.path-local-pcl-portals .pcl-science-page--partners .tab-pane[data-partner-tab="tab-0"] .pcl-science-partners-view-more {
  background: linear-gradient(135deg, #38a944 0%, #65c84b 100%);
}

.path-local-pcl-portals .pcl-science-page--partners .tab-pane[data-partner-tab="tab-0"] .pcl-science-partners-view-more:hover {
  background: linear-gradient(135deg, #2f9139 0%, #52b83c 100%);
}

.path-local-pcl-portals .pcl-science-page--partners .tab-pane[data-partner-tab="tab-1"] .pcl-science-partners-view-more {
  background: linear-gradient(135deg, #f5a623 0%, #d84d2f 100%);
}

.path-local-pcl-portals .pcl-science-page--partners .tab-pane[data-partner-tab="tab-1"] .pcl-science-partners-view-more:hover {
  background: linear-gradient(135deg, #e69411 0%, #c64425 100%);
}

.path-local-pcl-portals .pcl-science-page--partners .tab-pane[data-partner-tab="tab-2"] .pcl-science-partners-view-more {
  background: linear-gradient(135deg, #1f8f38 0%, #28a64a 100%);
}

.path-local-pcl-portals .pcl-science-page--partners .tab-pane[data-partner-tab="tab-2"] .pcl-science-partners-view-more:hover {
  background: linear-gradient(135deg, #1a7c31 0%, #23903f 100%);
}

.path-local-pcl-portals .pcl-science-page--partners .pcl-science-partners-tabs__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  font-weight: 900;
  color: #0f1720;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(16, 32, 44, .08);
  box-shadow: 0 12px 24px rgba(16, 32, 44, .06);
}

.path-local-pcl-portals .pcl-science-page--partners .nav-link:hover .pcl-science-partners-tabs__pill {
  background: #fff;
}

.path-local-pcl-portals .pcl-science-page--partners .nav-link.active .pcl-science-partners-tabs__pill {
  color: #fff;
  border-color: transparent;
  box-shadow: 0 14px 24px rgba(0, 0, 0, .10);
}

.path-local-pcl-portals .pcl-science-page--partners .nav-link.active .pcl-science-partners-tabs__pill,
.path-local-pcl-portals .pcl-science-page--partners .nav-link.active:hover .pcl-science-partners-tabs__pill {
  color: #fff;
}

.path-local-pcl-portals .pcl-science-page--partners .nav-link.active[data-partner-tab="tab-0"] .pcl-science-partners-tabs__pill {
  background: linear-gradient(135deg, #38a944 0%, #65c84b 100%);
}

.path-local-pcl-portals .pcl-science-page--partners .nav-link.active[data-partner-tab="tab-1"] .pcl-science-partners-tabs__pill {
  background: linear-gradient(135deg, #f5a623 0%, #d84d2f 100%);
}

.path-local-pcl-portals .pcl-science-page--partners .nav-link.active[data-partner-tab="tab-2"] .pcl-science-partners-tabs__pill {
  background: linear-gradient(135deg, #1f8f38 0%, #28a64a 100%);
}

.path-local-pcl-portals .pcl-science-page--partners .tab-pane .row {
  align-items: flex-start;
}

.path-local-pcl-portals .pcl-science-page--scienergyideas {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}

.path-local-pcl-portals .pcl-science-energy-hero {
  width: 100%;
  max-width: none;
  margin: 0 auto 1.75rem;
  padding: 1.35rem 1.1rem 1.5rem;
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(91, 178, 71, .12), rgba(242, 184, 75, .18));
  box-shadow: 0 18px 35px rgba(31, 77, 47, .08);
}

.path-local-pcl-portals .pcl-science-energy-hero__logo {
  display: block;
  max-width: 220px;
  margin: 0 auto 0.5rem;
}

.path-local-pcl-portals .pcl-science-energy-hero__eyebrow {
  margin: 0 0 .55rem;
  color: var(--cons-green);
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.path-local-pcl-portals .pcl-science-energy-hero__title {
  margin: 0;
  color: #101010;
  font-size: clamp(2rem, 6vw, 3.3rem);
  line-height: 1.08;
  font-weight: 900;
}

.path-local-pcl-portals .pcl-science-energy-hero__lead {
  max-width: 60rem;
  margin: 1rem auto 0;
  color: #222;
  font-size: clamp(1rem, 3.7vw, 1.2rem);
  line-height: 1.75;
}

.path-local-pcl-portals .pcl-science-energy-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: center;
  margin-top: 1.3rem;
}

.path-local-pcl-portals .pcl-science-energy-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: .85rem 1.5rem;
  border-radius: 999px;
  background: #eef7ec;
  color: #1f4d2f;
  font-weight: 800;
  font-size: 1rem;
  box-shadow: 0 10px 24px rgba(31, 77, 47, .06);
}

.path-local-pcl-portals .pcl-science-energy-tab.is-current {
  background: #5BB247;
  color: #fff;
}

.path-local-pcl-portals .pcl-science-energy-section {
  margin-top: 1.5rem;
}

.path-local-pcl-portals .pcl-science-energy-section__heading-wrap {
  margin-bottom: 1rem;
}

.path-local-pcl-portals .pcl-science-energy-section__heading {
  margin: 0;
  color: #1f4d2f;
  font-size: clamp(1.6rem, 4vw, 2.25rem);
  font-weight: 900;
}

.path-local-pcl-portals .pcl-science-energy-project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.path-local-pcl-portals .pcl-science-energy-project-card {
  border: 0;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 16px 30px rgba(31, 77, 47, .08);
}

.path-local-pcl-portals .pcl-science-energy-project-card .projectimgdiv {
  display: flex;
  justify-content: center;
}

.path-local-pcl-portals .pcl-science-energy-project-card .projectimgdiv img {
  width: 165px;
  height: 165px;
  object-fit: cover;
}

.path-local-pcl-portals .pcl-science-energy-project-card .card-body {
  padding-top: 0;
}

.path-local-pcl-portals .pcl-science-energy-project-card .card-title {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #383838;
}

.path-local-pcl-portals .pcl-science-energy-project-card .card-footer {
  background: #fff;
  border-top: 0;
  padding: 0 1rem 1rem;
}

.path-local-pcl-portals .pcl-science-energy-project-card .projectvidbtn,
.path-local-pcl-portals .pcl-science-energy-video-card .projectvidbtn {
  background: #5BB247 !important;
  border-color: #5BB247 !important;
  border-radius: 999px !important;
  padding: .45rem 1.1rem !important;
  font-weight: 700 !important;
}

.path-local-pcl-portals .pcl-science-energy-video-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: .9rem;
}

.path-local-pcl-portals .pcl-science-energy-video-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 16px 30px rgba(31, 77, 47, .08);
}

.path-local-pcl-portals .pcl-science-energy-video-card__body {
  flex: 1 1 320px;
}

.path-local-pcl-portals .pcl-science-energy-video-card__title {
  margin: 0;
  color: #333;
  font-size: 1.1rem;
  line-height: 1.45;
  font-weight: 800;
}

.path-local-pcl-portals .pcl-science-energy-video-card__footer {
  flex: 0 0 auto;
}

.path-local-pcl-portals .pcl-science-energy-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2rem;
  padding-top: 1rem;
}

.path-local-pcl-portals .pcl-science-energy-footer img {
  max-height: 52px;
  width: auto;
  object-fit: contain;
}

body.pcl-science-video-modal-open {
  overflow: hidden;
}

.path-local-pcl-portals .pcl-science-video-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.75rem 1rem 1rem;
  z-index: 2000;
}

.path-local-pcl-portals .pcl-science-video-modal.is-open {
  display: flex;
}

.path-local-pcl-portals .pcl-science-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 24, 33, 0.72);
  backdrop-filter: blur(3px);
}

.path-local-pcl-portals .pcl-science-video-modal__panel {
  position: relative;
  width: min(960px, 100%);
  background: #fff;
  border-radius: 1.35rem;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .32);
  z-index: 1;
}

.path-local-pcl-portals .pcl-science-video-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem .5rem;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.path-local-pcl-portals .pcl-science-video-modal__title {
  margin: 0;
  color: #0f1720;
  font-size: 1.05rem;
  font-weight: 800;
}

.path-local-pcl-portals .pcl-science-video-modal__close {
  position: absolute;
  top: .65rem;
  right: .75rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, .08);
  color: #0f1720;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.path-local-pcl-portals .pcl-science-video-modal__body {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}

.path-local-pcl-portals .pcl-science-video-modal__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 575.98px) {
  .path-local-pcl-portals .pcl-science-video-modal {
    padding: 1rem .5rem .5rem;
  }

  .path-local-pcl-portals .pcl-science-video-modal__panel {
    border-radius: 1rem;
  }
}

.pcl-science-banner__image {
  max-height: 220px;
  width: auto;
}

.pcl-science-sponsor-carousel {
  padding: 0 8px;
}

.pcl-science-sponsor-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}

.pcl-science-home-page .pcl-science-sponsor-logo {
  max-height: 72px;
  max-width: 160px;
  width: auto;
  object-fit: contain;
}

.path-local-pcl-portals .pcl-conservation-page {
  --cons-green: #5BB247;
  --cons-forest: #1f4d2f;
  --cons-sand: #f7f4ec;
  --cons-gold: #f2b84b;
  --cons-orange: #f4822a;
  max-width: 1160px;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
}

.path-local-pcl-portals .pcl-conservation-page--paria {
  max-width: none;
  padding: 0 0 3rem;
  background:
    linear-gradient(rgba(255, 255, 255, .88), rgba(255, 255, 255, .88)),
    url("/local/pcl_portals/pix/science/paria/paria_bg.png") center top / cover fixed no-repeat;
}

.path-local-pcl-portals .pcl-conservation-page--paria .pcl-conservation-section {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.path-local-pcl-portals .pcl-conservation-page--paria .pcl-stage-launch {
  display: flex;
  justify-content: center;
}

.path-local-pcl-portals .pcl-conservation-page--paria .pcl-stage-launch form {
  display: inline-flex;
  justify-content: center;
  padding: .65rem .75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 14px 30px rgba(31, 77, 47, .12);
  border: 1px solid rgba(91, 178, 71, .18);
}

.path-local-pcl-portals .pcl-conservation-page--paria .pcl-stage-launch__btn,
.path-local-pcl-portals .pcl-conservation-page--paria .pcl-stage-launch__btn.btn {
  background: linear-gradient(135deg, var(--cons-green) 0%, var(--cons-gold) 100%) !important;
  border: 0 !important;
  color: #fff !important;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: .01em;
  padding: .92rem 2.2rem;
  box-shadow: 0 14px 28px rgba(31, 77, 47, .22);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .12);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.path-local-pcl-portals .pcl-conservation-page--paria .pcl-stage-launch__btn:hover,
.path-local-pcl-portals .pcl-conservation-page--paria .pcl-stage-launch__btn:focus,
.path-local-pcl-portals .pcl-conservation-page--paria .pcl-stage-launch__btn.btn:hover,
.path-local-pcl-portals .pcl-conservation-page--paria .pcl-stage-launch__btn.btn:focus {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(31, 77, 47, .28);
  filter: saturate(1.08);
}

.path-local-pcl-portals .pcl-conservation-nav {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-bottom: 1.5rem;
}

.path-local-pcl-portals .pcl-conservation-nav-link {
  padding: .65rem 1rem;
  border-radius: 999px;
  background: #eef7ec;
  color: var(--cons-forest);
  font-weight: 700;
}

.path-local-pcl-portals .pcl-conservation-nav-link.is-current {
  background: var(--cons-green);
  color: #fff;
}

.path-local-pcl-portals .pcl-conservation-hero {
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, rgba(91, 178, 71, .16), rgba(242, 184, 75, .18));
  margin-bottom: 1.5rem;
}

.path-local-pcl-portals .pcl-conservation-eyebrow {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--cons-green);
  font-weight: 800;
}

.path-local-pcl-portals .pcl-conservation-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: center;
  background: var(--cons-sand);
  border-radius: 1.5rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.path-local-pcl-portals .pcl-conservation-feature--reverse img {
  order: 2;
}

.path-local-pcl-portals .pcl-conservation-feature img {
  width: 100%;
  border-radius: 1.25rem;
}

.path-local-pcl-portals .pcl-conservation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
}

.path-local-pcl-portals .pcl-conservation-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.25rem;
  box-shadow: 0 14px 28px rgba(31, 77, 47, .08);
}

.path-local-pcl-portals .pcl-conservation-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: .9rem;
  margin-bottom: .75rem;
}

.path-local-pcl-portals .pcl-conservation-card h3 {
  margin-top: 0;
  margin-bottom: .5rem;
}

.path-local-pcl-portals .pcl-conservation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1rem;
}

.path-local-pcl-portals .pcl-conservation-section {
  margin-top: 2rem;
}

.path-local-pcl-portals .pcl-conservation-section > h2 {
  margin-bottom: 1rem;
  color: var(--cons-forest);
}

.path-local-pcl-portals .pcl-conservation-scoreboard {
  background: #fff;
  border-radius: .5rem;
  padding: 1rem 1.25rem 1.5rem;
  border-top: 1px solid #dedede;
  box-shadow: 0 8px 18px rgba(31, 77, 47, .08);
}

.path-local-pcl-portals .pcl-conservation-scoreboard h3 {
  margin-top: 0;
  margin-bottom: .75rem;
  color: var(--cons-forest);
}

.path-local-pcl-portals .pcl-conservation-scoreboard .nav-tabs {
  margin-bottom: 1rem;
}

.path-local-pcl-portals .pcl-conservation-scoreboard .table-transition img {
  width: 54px;
  max-width: 54px;
  height: auto;
}

.path-local-pcl-portals .pcl-conservation-scoreboard .table-responsive {
  margin-top: .5rem;
}

.path-local-pcl-portals .pcl-conservation-scoreboard table {
  margin-bottom: 0;
}

.path-local-pcl-portals .pcl-conservation-promo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.25rem;
  box-shadow: 0 14px 28px rgba(31, 77, 47, .08);
}

.path-local-pcl-portals .pcl-conservation-promo-row__media {
  flex: 1 1 280px;
}

.path-local-pcl-portals .pcl-conservation-promo-row__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: .9rem;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-portal-footer {
  display: none !important;
}

.path-local-pcl-portals.pcl-science-holiday-route #region-main {
  padding: 0;
}

.path-local-pcl-portals.pcl-science-holiday-route #page {
  padding-left: 0;
  padding-right: 0;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-science-holiday-page {
  --green: #0C6836;
  --orange: #EF7827;
  --pink: #E9108B;
  --purple: #3e0c68;
  --orange-50: #FFF3E0;
  --orange-100: #FFE0B2;
  --orange-200: #FFD699;
  --row-odd: #f6adec;
  --row-even: #ff83ee;
  width: 100%;
  color: #1a1814;
  background: url('/local/pcl_portals/pix/science/holiday/bigfoot_microsite_bg1.png') center top / cover fixed no-repeat;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-science-holiday-hero {
  position: relative;
  width: 100%;
  min-height: 620px;
  background: transparent;
  overflow: hidden;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-video-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
  background: #000;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-video-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(239, 120, 39, .18) 0%, rgba(12, 104, 54, .22) 100%);
  z-index: 1;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-video-hero__heading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 68px;
  background: rgba(255, 247, 238, .08);
  backdrop-filter: blur(6px);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-video-hero__home {
  display: flex;
  align-items: center;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-video-hero__logo {
  height: 66px;
  width: auto;
  display: block;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-video-hero__menu {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-video-hero__navlink {
  display: flex;
  align-items: center;
  height: 38px;
  padding: 0 1.1rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background: var(--green);
  border: 1px solid var(--orange-200);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-video-hero__navlink:hover,
.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-video-hero__navlink:focus {
  background: linear-gradient(45deg, var(--orange), var(--green));
  border-color: var(--orange);
  color: #fff;
  transform: translateY(-1px);
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-video-hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
  z-index: 2;
  opacity: .8;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-video-hero__mouse {
  width: 22px;
  height: 34px;
  border: 2px solid #fff;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-video-hero__scroller {
  width: 4px;
  height: 8px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  animation: pcl-holiday-scroll 1.6s ease-in-out infinite;
}

@keyframes pcl-holiday-scroll {
  0% { top: 5px; opacity: 1; }
  80% { top: 18px; opacity: 0; }
  100% { top: 5px; opacity: 0; }
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-video-hero__label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  color: #fff;
  text-transform: uppercase;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-section {
  width: min(80%, 925px);
  margin: 0 auto;
  padding: 2rem 0;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-section__panel {
  background: linear-gradient(to right, var(--green), var(--orange));
  color: #fff;
  border-radius: 20px;
  box-shadow: none;
  padding: 30px 20px;
  border: none;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-section__panel h1,
.path-local-pcl-portals.pcl-science-holiday-route .pcl-science-holiday-games__heading {
  margin: 0 0 1rem;
  font-family: 'Poppins', 'Nunito', sans-serif;
  line-height: 1.05;
  color: #fff;
  font-weight: 800;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-science-holiday-games__heading {
  color: #1c2430;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-science-holiday-games__cardtitle {
  margin: 0 0 .5rem;
  font-family: 'Poppins', 'Nunito', sans-serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.05;
  color: #1c2430;
  font-weight: 800;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-section__panel h1 {
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-science-holiday-panel {
  position: relative;
  overflow: hidden;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-science-holiday-games.pcl-science-holiday-panel {
  background: linear-gradient(135deg, rgba(255, 247, 238, .98) 0%, rgba(255, 236, 205, .92) 48%, rgba(255, 255, 255, .94) 100%);
  color: #1c2430;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-section__eyebrow {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
  color: #ff8b1b;
  margin-bottom: .35rem;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-tabs {
  display: grid;
  gap: 0;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-tabs .nav-tabs,
.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-tabset__tabs {
  border-bottom: 1px solid rgba(255, 255, 255, .75);
  gap: .65rem;
  margin-bottom: 1rem;
  padding-bottom: 6px;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-tabs .nav-item,
.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-tabset__tabs .nav-item {
  margin-bottom: 0;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-tabs .nav-link,
.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-tabset__tabs .nav-link {
  border-radius: 999px;
  border: 1px solid rgba(255, 211, 109, .6);
  background: linear-gradient(135deg, var(--orange) 0%, var(--green) 100%);
  color: #fff;
  font-weight: 800;
  padding: .7rem 1.1rem;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-tabs .nav-link.active,
.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-tabset__tabs .nav-link.active {
  color: #fff;
  background: linear-gradient(135deg, var(--green) 0%, var(--orange) 100%);
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(239, 120, 39, .28);
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-tabs .tab-content,
.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-tabset__content {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin-top: 1rem;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-table {
  width: 100%;
  margin-bottom: 0;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-table thead th {
  background: var(--orange);
  border-bottom: 2px solid rgba(255, 255, 255, .2);
  color: #fff;
  font-weight: 800;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-table tbody td {
  vertical-align: middle;
  color: #1d2730;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-table tbody tr {
  background: var(--row-odd) !important;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-table tbody tr > td,
.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-table tbody tr > th {
  background: var(--row-odd) !important;
  background-color: var(--row-odd) !important;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-table tbody tr:nth-of-type(even) {
  background: var(--row-even) !important;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-table tbody tr:nth-of-type(even) > td,
.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-table tbody tr:nth-of-type(even) > th {
  background: var(--row-even) !important;
  background-color: var(--row-even) !important;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-table.table-striped > tbody > tr:nth-of-type(odd) > * {
  background: var(--row-odd) !important;
  background-color: var(--row-odd) !important;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-table.table-striped > tbody > tr:nth-of-type(even) > * {
  background: var(--row-even) !important;
  background-color: var(--row-even) !important;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-table tbody tr:hover td {
  background: var(--orange-200) !important;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-empty {
  text-align: center;
  font-weight: 700;
  color: #44556a;
  padding: 2rem 0;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-rulecard {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  color: #1a1814;
  padding: 0;
  min-height: 100%;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-rulecard__title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: .75rem;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-rulecard p,
.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-rulecard li {
  color: #fff;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-science-holiday-games__card {
  display: grid;
  grid-template-columns: minmax(230px, 310px) 1fr;
  gap: 1.25rem;
  align-items: start;
  background: linear-gradient(135deg, rgba(255, 247, 238, .98) 0%, rgba(255, 236, 205, .90) 45%, rgba(255, 255, 255, .94) 100%);
  color: #1c2430;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 12px 24px rgba(17, 39, 56, .08);
  border: 1px solid rgba(255, 211, 109, .4);
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-science-holiday-games__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: .75rem;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-science-holiday-games__copy {
  align-self: center;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-science-holiday-games__copy p {
  color: #34485f;
  margin-bottom: 1rem;
  font-size: 1.05rem;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-about__body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-about__image img {
  height: 180px;
  width: auto;
  display: block;
}

.path-local-pcl-portals.pcl-science-holiday-route #pcl-holiday-footer {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.path-local-pcl-portals.pcl-science-holiday-route .game-link {
  background: linear-gradient(135deg, var(--orange) 0%, #f7a100 100%);
  border-color: transparent;
  font-weight: 800;
  border-radius: .75rem;
  padding: .7rem 1.1rem;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-tabs .dataTables_filter label,
.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-tabs .dataTables_length label {
  color: #1a1814;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-tabs .dataTables_filter input,
.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-tabs .dataTables_length select {
  background: #fff;
  color: #1a1814;
  border: 1px solid var(--green);
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-tabs .dataTables_paginate .paginate_button {
  background: #fff !important;
  color: #1a1814 !important;
  border: 1px solid var(--green) !important;
}

.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-tabs .dataTables_paginate .paginate_button.current,
.path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-scoreboard-tabs .dataTables_paginate .paginate_button.current:hover {
  background: linear-gradient(135deg, var(--orange) 0%, #f7a100 100%) !important;
  border-color: var(--orange) !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-video-hero__heading {
    padding: 0 1rem;
  }

  .path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-video-hero__logo {
    height: 42px;
  }

  .path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-video-hero__navlink {
    font-size: 12px;
    padding: 0 .7rem;
    height: 34px;
  }

  .path-local-pcl-portals.pcl-science-holiday-route .pcl-science-holiday-games__card,
  .path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-about__body {
    grid-template-columns: 1fr;
  }

  .path-local-pcl-portals.pcl-science-holiday-route .pcl-holiday-about__image {
    display: none;
  }
}

.path-local-pcl-portals .pcl-conservation-promo-row__body {
  flex: 2 1 320px;
}

.path-local-pcl-portals .pcl-conservation-promo-row__body h2 {
  margin-top: 0;
}

.path-local-pcl-portals .pcl-conservation-promo-row__links {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1rem;
}

.path-local-pcl-portals .pcl-conservation-promo-row__links .ImgBtn {
  display: inline-flex;
  align-items: center;
}

.path-local-pcl-portals .pcl-conservation-promo-row__links img {
  display: block;
}

@media (max-width: 767px) {
  .path-local-pcl-portals .pcl-conservation-promo-row {
    padding: 1rem;
  }
}

.path-local-pcl-portals .pcl-bcsolar-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: .6rem 1.2rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
}

.path-local-pcl-portals .pcl-bcsolar-topbar__home {
  display: flex;
  align-items: center;
}

.path-local-pcl-portals .pcl-bcsolar-topbar__logo {
  width: 108px;
  height: auto;
}

.path-local-pcl-portals .pcl-bcsolar-topbar__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .75rem 1rem;
}

.path-local-pcl-portals .pcl-bcsolar-topbar__link {
  color: var(--cons-forest);
  font-weight: 700;
  font-size: .94rem;
  border-bottom: 2px solid transparent;
}

.path-local-pcl-portals .pcl-bcsolar-topbar__link:hover {
  color: var(--cons-orange);
  border-bottom-color: var(--cons-gold);
  text-decoration: none;
}

.path-local-pcl-portals .pcl-bcsolar-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
  padding: 6.5rem 0 1rem;
  margin: 0 auto;
  width: min(80%, 1160px);
}

.path-local-pcl-portals .pcl-bcsolar-hero__brand {
  max-width: 760px;
}

.path-local-pcl-portals .pcl-bcsolar-hero h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  color: #272117;
  margin-bottom: .75rem;
}

.path-local-pcl-portals .pcl-bcsolar-hero p {
  font-size: 1.04rem;
  max-width: 60ch;
}

.path-local-pcl-portals .pcl-bcsolar-hero__links {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.path-local-pcl-portals .pcl-bcsolar-main {
  width: min(80%, 1160px);
  margin: 2rem auto;
}

.path-local-pcl-portals .pcl-bcsolar-main--intro {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.path-local-pcl-portals .pcl-bcsolar-scoreboard {
  background: #fff;
  border-radius: .5rem;
  padding: 1rem 1.25rem 1.5rem;
  border-top: 1px solid #dedede;
  box-shadow: none;
}

.path-local-pcl-portals .pcl-bcsolar-scoreboard h2 {
  color: var(--cons-forest);
  margin-bottom: .75rem;
}

.path-local-pcl-portals .pcl-bcsolar-scoreboard__loading {
  text-align: center;
}

.path-local-pcl-portals .pcl-bcsolar-scoreboard__loading img {
  max-width: 56px;
  width: 56px;
  height: auto;
}

.path-local-pcl-portals .pcl-bcsolar-banner__image {
  display: block;
  width: 100%;
  height: auto;
}

.path-local-pcl-portals .pcl-bcsolar-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.path-local-pcl-portals .pcl-bcsolar-prizes {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.path-local-pcl-portals .pcl-bcsolar-prize-card {
  max-width: 360px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,.10);
}

.path-local-pcl-portals .pcl-bcsolar-prize-card__media {
  padding: 1rem;
  text-align: center;
}

.path-local-pcl-portals .pcl-bcsolar-prize-card__title {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: .75rem;
  color: #0038c4;
}

.path-local-pcl-portals .pcl-bcsolar-prize-card__media img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}

.path-local-pcl-portals .pcl-bcsolar-prize-card__copy {
  padding: 0 1rem 1rem;
  text-align: center;
}

.path-local-pcl-portals .pcl-bcsolar-rules-card {
  padding: 2rem;
}

.path-local-pcl-portals .pcl-bcsolar-rule-block + .pcl-bcsolar-rule-block {
  margin-top: 1rem;
}

.path-local-pcl-portals .pcl-bcsolar-rule-block h3 {
  color: var(--cons-forest);
  margin-bottom: .35rem;
}

.path-local-pcl-portals .pcl-bcsolar-fact-card {
  min-height: 240px;
  border: 2px solid var(--cons-forest);
  border-radius: 10px;
  padding: 1.5rem 1.2rem;
  background: linear-gradient(135deg, #ffcf03, #ff7f00);
  color: #111;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.path-local-pcl-portals .pcl-bcsolar-fact-card h3 {
  font-size: 1.15rem;
  margin-bottom: .75rem;
}

.path-local-pcl-portals .pcl-bcsolar-games {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.path-local-pcl-portals .pcl-bcsolar-game-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 86, 59, .35);
  box-shadow: 0 6px 10px rgba(0, 0, 0, .08);
}

.path-local-pcl-portals .pcl-bcsolar-game-card__image-link,
.path-local-pcl-portals .pcl-bcsolar-game-card__image-link:hover {
  display: block;
}

.path-local-pcl-portals .pcl-bcsolar-game-card__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.path-local-pcl-portals .pcl-bcsolar-game-card__body {
  padding: 1rem 1rem 1.1rem;
}

.path-local-pcl-portals .pcl-bcsolar-about {
  font-size: 1rem;
  line-height: 1.7;
}

.path-local-pcl-portals .pcl-bcsolar-backtotop {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

.path-local-pcl-portals .pcl-bcsolar-backtotop img {
  width: 88px;
  height: 88px;
  opacity: .95;
}

.path-local-pcl-portals .pcl-bcsolar-footer {
  margin-top: 1rem;
}

.path-local-pcl-portals .pcl-bcsolar-footer img {
  width: 100%;
  height: auto;
  display: block;
}

.path-local-pcl-portals .pcl-microsite-carousel__item {
  display: none;
}

.path-local-pcl-portals .pcl-microsite-carousel__item.is-active {
  display: block;
}

/* Once Swiper has initialized it handles visibility itself via transforms;
   the base display:none guard must be lifted for all swiper slides. */
.path-local-pcl-portals .swiper-initialized .pcl-microsite-carousel__item {
  display: block;
}

.path-local-pcl-portals .pcl-conservation-grid .pcl-microsite-carousel__item.is-active {
  min-width: 0;
}

.path-local-pcl-portals .swiper-initialized .pcl-conservation-grid .pcl-microsite-carousel__item {
  min-width: 0;
}

.path-local-pcl-portals .pcl-conservation-grid.pcl-microsite-carousel {
  position: relative;
}

.path-local-pcl-portals .pcl-microsite-carousel__button {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, .48);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-50%);
}

.path-local-pcl-portals .pcl-microsite-carousel__button--prev {
  left: -.5rem;
}

.path-local-pcl-portals .pcl-microsite-carousel__button--next {
  right: -.5rem;
}

.path-local-pcl-portals .pcl-conservation-poster__slides .pcl-microsite-carousel__button {
  display: none;
}

@media (max-width: 768px) {
  .path-local-pcl-portals .pcl-conservation-feature {
    grid-template-columns: 1fr;
  }

  .path-local-pcl-portals .pcl-conservation-feature--reverse img {
    order: 0;
  }

  .path-local-pcl-portals .pcl-bcsolar-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .path-local-pcl-portals .pcl-bcsolar-main,
  .path-local-pcl-portals .pcl-bcsolar-hero {
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .path-local-pcl-portals .pcl-bcsolar-main--intro,
  .path-local-pcl-portals .pcl-bcsolar-facts,
  .path-local-pcl-portals .pcl-bcsolar-games {
    grid-template-columns: 1fr;
  }
}

.path-local-pcl-portals .pcl-conservation-poster {
  position: relative;
  width: 100%;
  min-height: 48vw;
  max-height: 720px;
  overflow: hidden;
  border-radius: 1rem;
  margin: 0 0 1.5rem;
  background: #000;
}

.path-local-pcl-portals .pcl-conservation-page--paria .pcl-conservation-poster {
  min-height: calc(100vh - 5rem);
  max-height: none;
  border-radius: 0;
  margin: 0 0 1.5rem;
}

.path-local-pcl-portals .pcl-conservation-page--paria .pcl-conservation-poster__slide {
  object-position: center center;
  filter: brightness(.35) saturate(.85);
}

.path-local-pcl-portals .pcl-conservation-poster__slides {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.path-local-pcl-portals .pcl-conservation-poster__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  background: #000;
  opacity: 0;
  transition: opacity 700ms ease;
}

.path-local-pcl-portals .pcl-conservation-poster__slide.is-active {
  opacity: 1;
}

.path-local-pcl-portals .pcl-conservation-poster__brand {
  max-width: min(44rem, 100%);
  margin-top: clamp(.25rem, 1vw, 1rem);
}

.path-local-pcl-portals .pcl-conservation-poster__lead {
  margin: .75rem 0 0;
  max-width: 58ch;
  font-size: 1.02rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, .94);
  text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}

.path-local-pcl-portals .pcl-conservation-poster__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1rem, 2vw, 2rem);
  background: linear-gradient(180deg, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, .36) 100%);
  color: #fff;
}

.path-local-pcl-portals .pcl-conservation-page--paria .pcl-conservation-poster__overlay {
  display: block;
  padding: 1rem 3.5vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .3) 100%);
}

.path-local-pcl-portals .pcl-conservation-page--paria .pcl-conservation-poster__brand {
  position: absolute;
  top: 1rem;
  left: 3.5vw;
  margin: 0;
}

.path-local-pcl-portals .pcl-conservation-page--paria .pcl-conservation-poster__lead {
  display: none;
}

.path-local-pcl-portals .pcl-conservation-poster__brand {
  max-width: min(44rem, 100%);
  margin-top: clamp(.25rem, 1vw, 1rem);
}

.path-local-pcl-portals .pcl-conservation-poster__home {
  display: inline-flex;
}

.path-local-pcl-portals .pcl-conservation-poster__logo {
  display: block;
  width: min(170px, 24vw);
  height: auto;
}

.path-local-pcl-portals .pcl-conservation-page--paria .pcl-conservation-poster__logo {
  width: min(150px, 22vw);
}

.path-local-pcl-portals .pcl-conservation-poster__menu {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  align-self: flex-end;
  justify-content: flex-end;
  max-width: min(58rem, 100%);
}

.path-local-pcl-portals .pcl-conservation-page--paria .pcl-conservation-poster__menu {
  position: absolute;
  top: 1.65rem;
  right: 3.5vw;
  align-self: auto;
  gap: 0;
}

.path-local-pcl-portals .pcl-conservation-poster__menu .pcl-conservation-nav-link {
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
  color: var(--cons-forest);
}

.path-local-pcl-portals .pcl-conservation-page--paria .pcl-conservation-poster__menu .pcl-conservation-nav-link {
  min-width: 0;
  height: 40px;
  padding: 0 1rem;
  border-radius: 24px;
  background: linear-gradient(180deg, #089a81 0%, #e75216 100%);
  box-shadow: none;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 40px;
  text-shadow: 0 0 2.5px rgba(255, 255, 255, .45);
}

.path-local-pcl-portals .pcl-conservation-poster__menu .pcl-conservation-nav-link.is-current {
  background: var(--cons-green);
  color: #fff;
}

.path-local-pcl-portals .pcl-conservation-page--paria .pcl-conservation-poster__menu .pcl-conservation-nav-link.is-current {
  display: none;
}

.path-local-pcl-portals .pcl-conservation-scrollprompt {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .25rem;
  margin-top: .75rem;
  color: #fff;
}

.path-local-pcl-portals .pcl-conservation-page--paria .pcl-conservation-scrollprompt {
  position: absolute;
  right: 50%;
  bottom: 1.4rem;
  transform: translateX(50%);
}

.path-local-pcl-portals .pcl-conservation-scrollprompt__mouse {
  width: 26px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, .8);
  border-radius: 999px;
  display: flex;
  justify-content: center;
  padding-top: .35rem;
}

.path-local-pcl-portals .pcl-conservation-scrollprompt__scroller {
  width: 4px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
}

.path-local-pcl-portals .pcl-conservation-scrollprompt__label {
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.path-local-pcl-portals .pcl-conservation-page--paria .pcl-conservation-nav {
  display: none;
}

@media (max-width: 768px) {
  .path-local-pcl-portals .pcl-conservation-poster {
    min-height: 60vw;
  }
}

.path-local-pcl-portals .pcl-conservation-media-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  border-radius: .75rem;
  background: #000;
  margin-bottom: .75rem;
}

/* =============================================================================
   Paria visual parity — matches 3.10 production styling
   ============================================================================= */

/* 1. Section headings — orange, heavy, underline accent */
.path-local-pcl-portals .pcl-conservation-page--paria .pcl-conservation-section > h2 {
  color: #e75216;
  font-weight: 900;
  border-bottom: 3px solid #e75216;
  padding-bottom: 6px;
  margin-bottom: 1.25rem;
  display: inline-block;
}

.path-local-pcl-portals .pcl-conservation-page--paria .pcl-conservation-scoreboard > h2,
.path-local-pcl-portals .pcl-conservation-page--paria .pcl-conservation-scoreboard > h3 {
  color: #e75216;
  font-weight: 900;
  border-bottom: 3px solid #e75216;
  padding-bottom: 6px;
  margin-bottom: 1rem;
  display: inline-block;
}

/* 2. Section card wrappers — white card over page background */
.path-local-pcl-portals .pcl-conservation-page--paria .pcl-conservation-section {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 12px;
  padding: 1.5rem 1.75rem 2rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  margin-top: 1.5rem;
}

/* Scoreboard inner div: let the section wrapper be the white card */
.path-local-pcl-portals .pcl-conservation-page--paria .pcl-conservation-scoreboard {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border-top: 0;
}

/* 3. Nav tabs — pill style */
.path-local-pcl-portals .pcl-conservation-page--paria .nav-tabs {
  border-bottom: 0;
  gap: 0.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.path-local-pcl-portals .pcl-conservation-page--paria .nav-tabs .nav-link {
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 700;
  background: #c7cbd4;
  color: #089a81;
  padding: 0.5rem 1.2rem;
  margin-right: 0;
}

.path-local-pcl-portals .pcl-conservation-page--paria .nav-tabs .nav-link.active,
.path-local-pcl-portals .pcl-conservation-page--paria .nav-tabs .nav-item.show .nav-link {
  background: linear-gradient(180deg, #089a81 0%, #e75216 100%) !important;
  color: #fff !important;
  border-color: transparent !important;
}

/* 4. Scoreboard table header — teal-to-orange gradient */
.path-local-pcl-portals .pcl-conservation-page--paria .pcl-conservation-scoreboard table thead th {
  background: linear-gradient(180deg, #089a81 0%, #e75216 140%);
  color: #fff;
  border-color: transparent;
}

/* 5. Fun fact flip cards — gradient front face, white back */
/* Strip the white card wrapper from carousel items used as flip cards */
.path-local-pcl-portals .pcl-conservation-page--paria [data-pcl-flip-card].pcl-conservation-card {
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.path-local-pcl-portals .pcl-conservation-page--paria [data-pcl-flip-card] .front {
  background: linear-gradient(180deg, #089a81 0%, #e75216 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  padding: 1.5rem 1.25rem;
  border-radius: 1.25rem;
  text-align: center;
}

.path-local-pcl-portals .pcl-conservation-page--paria [data-pcl-flip-card] .front h3 {
  color: #fff;
  margin-top: 0.65rem;
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.35;
}

.path-local-pcl-portals .pcl-conservation-page--paria [data-pcl-flip-card] .front i.fa {
  font-size: 2.4rem;
  opacity: 0.92;
}

.path-local-pcl-portals .pcl-conservation-page--paria [data-pcl-flip-card] .back {
  background: #fff;
  color: #1f4d2f;
  border-radius: 1.25rem;
  min-height: 400px;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  line-height: 1.55;
}

/* 6. Game "Play Now" CTA */
.path-local-pcl-portals .pcl-conservation-game-cta.btn {
  background: #e75216 !important;
  border-color: #e75216 !important;
  color: #fff !important;
  border-radius: 999px;
  font-weight: 700;
  padding: 0.45rem 1.4rem;
}

.path-local-pcl-portals .pcl-conservation-game-cta.btn:hover {
  background: #c94e16 !important;
  border-color: #c94e16 !important;
}

/* 7. Back-to-top button */
.path-local-pcl-portals .pcl-conservation-back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(180deg, #089a81 0%, #e75216 100%);
  color: #fff;
  border-radius: 50%;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 100;
  font-size: 1.2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.path-local-pcl-portals .pcl-conservation-back-to-top:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

/* 8. Hero video — fills poster area behind the overlay */
.path-local-pcl-portals .pcl-conservation-page--paria .pcl-conservation-poster__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.path-local-pcl-portals .pcl-conservation-page--paria .pcl-conservation-poster__overlay {
  z-index: 1;
}

/* =============================================================================
   Brechin Castle Solar scoped block
   Brand: #1a6b2f (forest green) / #f9c000 (solar yellow)
   ============================================================================= */

.path-local-pcl-portals .pcl-conservation-page--bcsolar {
  max-width: none;
  padding: 0 0 3rem;
  background: linear-gradient(180deg, #e8f5e9 0%, #f4faf4 100%);
  min-height: 100vh;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-conservation-section {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 12px;
  padding: 1.5rem 1.75rem 2rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  margin-top: 1.5rem;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-conservation-section > h2 {
  color: #1a6b2f;
  font-weight: 900;
  border-bottom: 3px solid #f9c000;
  padding-bottom: 6px;
  margin-bottom: 1.25rem;
  display: inline-block;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-conservation-scoreboard {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border-top: 0;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-conservation-scoreboard > h2,
.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-conservation-scoreboard > h3 {
  color: #1a6b2f;
  font-weight: 900;
  border-bottom: 3px solid #f9c000;
  padding-bottom: 6px;
  margin-bottom: 1rem;
  display: inline-block;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-conservation-scoreboard table thead th {
  background: linear-gradient(180deg, #f9c000 0%, #1a6b2f 140%);
  color: #0d3d1a;
  border-color: transparent;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-stage-launch {
  display: flex;
  justify-content: center;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-stage-launch form {
  display: inline-flex;
  justify-content: center;
  padding: .65rem .75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 30px rgba(26, 107, 47, .12);
  border: 1px solid rgba(249, 192, 0, .2);
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-stage-launch__btn,
.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-stage-launch__btn.btn {
  background: linear-gradient(135deg, #f9c000 0%, #1a6b2f 100%) !important;
  border: 0 !important;
  color: #fff !important;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: .01em;
  padding: .92rem 2.2rem;
  box-shadow: 0 14px 28px rgba(26, 107, 47, .22);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .12);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-stage-launch__btn:hover,
.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-stage-launch__btn:focus,
.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-stage-launch__btn.btn:hover,
.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-stage-launch__btn.btn:focus {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(26, 107, 47, .28);
  filter: saturate(1.08);
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .nav-tabs {
  border-bottom: 0;
  gap: 0.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .nav-tabs .nav-link {
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 700;
  background: #d4ead9;
  color: #1a6b2f;
  padding: 0.5rem 1.2rem;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .nav-tabs .nav-link.active,
.path-local-pcl-portals .pcl-conservation-page--bcsolar .nav-tabs .nav-item.show .nav-link {
  background: linear-gradient(180deg, #f9c000 0%, #1a6b2f 100%) !important;
  color: #fff !important;
  border-color: transparent !important;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-conservation-poster {
  min-height: calc(100vh - 5rem);
  max-height: none;
  border-radius: 0;
  margin: 0 0 1.5rem;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-conservation-poster__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-conservation-poster__overlay {
  display: block;
  padding: 1rem 3.5vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .15) 100%);
  z-index: 1;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-conservation-poster__brand {
  position: absolute;
  top: 1rem;
  left: 3.5vw;
  margin: 0;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-conservation-poster__lead {
  display: none;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-conservation-poster__logo {
  background: #fff;
  border-radius: 12px;
  padding: 0.5rem 0.75rem;
  max-height: 64px;
  width: auto;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-conservation-poster__menu {
  position: absolute;
  top: 1.65rem;
  right: 3.5vw;
  align-self: auto;
  gap: 0.5rem;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-conservation-poster__menu .pcl-conservation-nav-link {
  min-width: 0;
  height: 40px;
  padding: 0 1rem;
  border-radius: 24px;
  background: linear-gradient(180deg, #f9c000 0%, #1a6b2f 100%);
  box-shadow: none;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 40px;
  text-shadow: 0 0 2.5px rgba(0, 0, 0, .35);
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-conservation-poster__menu .pcl-conservation-nav-link:hover {
  color: #fff;
  text-decoration: none;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-conservation-poster__menu .pcl-conservation-nav-link.is-current {
  display: none;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-conservation-scrollprompt {
  position: absolute;
  right: 50%;
  bottom: 1.4rem;
  transform: translateX(50%);
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-conservation-nav {
  display: none;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-conservation-game-cta.btn {
  background: #1a6b2f !important;
  border-color: #1a6b2f !important;
  color: #fff !important;
  border-radius: 999px;
  font-weight: 700;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-conservation-back-to-top {
  background: linear-gradient(180deg, #f9c000 0%, #1a6b2f 100%);
}

/* Fun fact flip cards — gold/green brand */
.path-local-pcl-portals .pcl-conservation-page--bcsolar [data-pcl-flip-card].pcl-conservation-card {
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar [data-pcl-flip-card] .front {
  background: linear-gradient(180deg, #f9c000 0%, #1a6b2f 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  padding: 1.5rem 1.25rem;
  border-radius: 1.25rem;
  text-align: center;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar [data-pcl-flip-card] .front h3 {
  color: #fff;
  margin-top: 0.65rem;
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.35;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar [data-pcl-flip-card] .front i.fa {
  font-size: 2.4rem;
  opacity: 0.92;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar [data-pcl-flip-card] .back {
  background: #fff;
  color: #0d3d1a;
  border-radius: 1.25rem;
  min-height: 400px;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  line-height: 1.55;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-bcsolar-footer-wrap {
  max-width: 1160px;
  margin: 1.5rem auto 0;
  text-align: center;
}

.path-local-pcl-portals .pcl-conservation-page--bcsolar .pcl-bcsolar-footer-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

/* ===== Science topics page ===== */
.pcl-science-page--topics {
  padding-bottom: 0;
}

/* ===== Science NZ Topics page ===== */
.pcl-science-page--nztopics {
  padding-bottom: 0;
  background: transparent;
}

.pcl-sci-nztopics-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1rem 2rem;
}

.pcl-sci-nztopics-hero {
  margin: 0 auto 1rem;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  padding: .9rem 1rem .7rem;
}

.pcl-sci-nztopics-logo {
  display: block;
  max-width: min(180px, 36vw);
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.pcl-sci-nztopics-shell {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 0;
  box-shadow: none;
  padding: 1rem 1rem 1.2rem;
  margin-top: .75rem;
}

.pcl-sci-nztopics-title {
  background: linear-gradient(180deg, #61b545 0%, #59b144 100%) !important;
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  text-align: center;
  padding: .9rem 1rem;
  border-radius: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  border-color: #59b144 !important;
  width: 100%;
}

.pcl-sci-nztopics-links {
  display: grid;
  gap: .2rem;
  max-width: 100%;
  margin: 0 auto;
  padding: .25rem 0 0;
}

.pcl-sci-nztopics-link {
  display: block;
  font-weight: 700;
  border-radius: 0;
  box-shadow: none !important;
  text-align: center;
  font-size: 1rem;
  padding: 0 !important;
  min-height: 0;
  text-decoration: none;
}

.pcl-sci-nztopics-link > .btn {
  background: linear-gradient(180deg, #68bc49 0%, #5ab244 100%) !important;
  border-color: #5ab244 !important;
  color: #fff !important;
  width: 100%;
  box-shadow: none !important;
}

.pcl-sci-nztopics-link.btn-primary {
  background: linear-gradient(180deg, #68bc49 0%, #5ab244 100%) !important;
  border-color: #5ab244 !important;
}

.pcl-sci-nztopics-link > .btn:hover,
.pcl-sci-nztopics-link > .btn:focus,
.pcl-sci-nztopics-link.btn-primary:hover,
.pcl-sci-nztopics-link.btn-primary:focus {
  background: linear-gradient(180deg, #5ab244 0%, #4ea33a 100%) !important;
  border-color: #4ea33a !important;
}

.pcl-sci-nztopics-link > .btn:active,
.pcl-sci-nztopics-link > .btn:active:focus,
.pcl-sci-nztopics-link.btn-primary:active,
.pcl-sci-nztopics-link.btn-primary:active:focus {
  background: linear-gradient(180deg, #4ea33a 0%, #458f33 100%) !important;
  border-color: #458f33 !important;
}

.pcl-sci-topics-container {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 1rem 1.5rem;
}

.pcl-sci-topics-logo-wrap {
  padding: 1.25rem 0 0.75rem;
}
.pcl-sci-topics-logo {
  max-width: 280px;
  height: auto;
}

/* ToC header bar */
.pcl-sci-toc-shell {
  margin-top: 0.5rem;
}
.pcl-sci-toc-header {
  background: linear-gradient(135deg, #3a5a28 0%, #4a6a30 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  margin-bottom: 4px;
  letter-spacing: 0.03em;
}

/* Row list */
.pcl-sci-toc-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.pcl-sci-toc-item {
  border-radius: 5px;
  overflow: hidden;
}

/* Row button */
.pcl-sci-toc-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  padding: 0.6rem 0.75rem;
  background: linear-gradient(90deg, #4a8040 0%, #7a7a2e 50%, #a07020 100%);
  color: #fff;
  border: none;
  text-align: left;
  cursor: pointer;
  min-height: 44px;
  transition: filter 0.15s ease;
}
.pcl-sci-toc-row:hover,
.pcl-sci-toc-row:focus {
  filter: brightness(1.1);
  outline: none;
  color: #fff;
}
.pcl-sci-toc-row:focus-visible {
  outline: 3px solid rgba(255,255,255,0.7);
  outline-offset: -3px;
}

.pcl-sci-toc-icon {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  width: 1.1em;
  text-align: center;
  color: #8fdc6a;
}

.pcl-sci-toc-title {
  flex: 1;
  font-weight: 600;
  font-size: 0.88rem;
  line-height: 1.35;
}

.pcl-sci-toc-badge {
  background: #e87820;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
  border: 1.5px solid rgba(255,255,255,0.35);
}

/* Expanded card */
.pcl-sci-toc-body {
  background: #fff;
  border: 1px solid #d0e8c0;
  border-top: none;
}
.pcl-sci-topic-card {
  display: flex;
  gap: 0.875rem;
  padding: 0.75rem;
  align-items: flex-start;
}
.pcl-sci-topic-card__img {
  width: 130px;
  height: 90px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.pcl-sci-topic-card__body {
  flex: 1;
  min-width: 0;
}
.pcl-sci-topic-card__desc {
  font-size: 0.82rem;
  color: #333;
  line-height: 1.45;
  margin: 0 0 0.6rem;
}
.pcl-sci-topic-card__btn {
  display: inline-block;
  background: #e87820;
  color: #fff !important;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  text-decoration: none !important;
  transition: background 0.15s ease;
}
.pcl-sci-topic-card__btn:hover,
.pcl-sci-topic-card__btn:focus {
  background: #c86010;
  color: #fff !important;
}

/* Teal footer */
.pcl-sci-topics-footer {
  height: 320px;
  background: linear-gradient(180deg, #00a896 0%, #007b6e 100%);
  margin-top: 0;
}

/* Mobile */
@media (max-width: 575.98px) {
  .pcl-sci-topic-card {
    flex-direction: column;
  }
  .pcl-sci-topic-card__img {
    width: 100%;
    height: 140px;
  }
}

.path-local-pcl-portals .holiday-map-page {
  position: relative;
  padding: 0 0 2.5rem;
  overflow: hidden;
  background: url('/local/pcl_portals/pix/science/holiday/bigfoot_microsite_bg1.png') center top / cover fixed no-repeat;
}

.path-local-pcl-portals .holiday-map-intro,
.path-local-pcl-portals .holiday-map-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100vw - 2rem));
  margin: 0 auto;
}

.path-local-pcl-portals .holiday-map-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.15rem;
  padding: 1.15rem 1.35rem;
  border-radius: 2rem;
  background:
    linear-gradient(90deg, rgba(247, 136, 34, .98) 0%, rgba(163, 124, 47, .92) 38%, rgba(20, 123, 56, .95) 100%);
  box-shadow: 0 22px 40px rgba(15, 48, 28, .18);
}

.path-local-pcl-portals .holiday-map-copy h1 {
  margin: 0;
  color: #0f1d3a;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.05;
}

.path-local-pcl-portals .holiday-map-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: .8rem 1.4rem;
  border-radius: 999px;
  background: #ffffff;
  color: #0f1d3a;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(15, 48, 28, .14);
}

.path-local-pcl-portals .holiday-map-shell {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 2rem;
  background:
    linear-gradient(90deg, rgba(247, 136, 34, .94) 0%, rgba(163, 124, 47, .90) 40%, rgba(20, 123, 56, .94) 100%);
  box-shadow: 0 20px 42px rgba(15, 48, 28, .18);
}

.path-local-pcl-portals .holiday-map-banner {
  padding: .25rem .2rem 1rem;
}

.path-local-pcl-portals .holiday-map-banner h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.45rem);
  font-weight: 900;
}

.path-local-pcl-portals .holiday-map-stage {
  padding: .35rem;
  background: rgba(255, 245, 220, .12);
  border-radius: 1.8rem;
}

.path-local-pcl-portals .holiday-map-wrapper {
  position: relative;
  min-height: min(56vw, 690px);
  border-radius: 1.7rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, .02) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .18),
    0 10px 18px rgba(11, 43, 26, .12);
}

.path-local-pcl-portals .holiday-map-bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.path-local-pcl-portals .holiday-map-pin {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(68px, 5.8vw, 86px);
  height: clamp(68px, 5.8vw, 86px);
  border: 0;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.path-local-pcl-portals .holiday-map-pin::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, .28) 0%, rgba(255, 255, 255, .08) 100%);
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, .18),
    0 10px 18px rgba(4, 18, 35, .18);
  z-index: 0;
}

.path-local-pcl-portals .holiday-map-pin::after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(10, 24, 14, .06),
    0 1px 1px rgba(10, 24, 14, .08);
  z-index: 0;
}

.path-local-pcl-portals .holiday-map-pin__pulse {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  animation: holidayMapPulse 2.4s ease-in-out infinite;
  z-index: 0;
}

.path-local-pcl-portals .holiday-map-pin__image {
  position: relative;
  z-index: 1;
  width: 55%;
  height: 55%;
  object-fit: contain;
  filter: drop-shadow(0 10px 15px rgba(10, 24, 14, .25));
}

.path-local-pcl-portals .holiday-map-pin--green .holiday-map-pin__pulse {
  background: rgba(72, 198, 86, .22);
}

.path-local-pcl-portals .holiday-map-pin--green::before {
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, .18),
    0 0 0 8px rgba(17, 146, 63, .18),
    0 10px 18px rgba(4, 18, 35, .18);
}

.path-local-pcl-portals .holiday-map-pin--orange .holiday-map-pin__pulse {
  background: rgba(247, 164, 65, .22);
}

.path-local-pcl-portals .holiday-map-pin--orange::before {
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, .18),
    0 0 0 8px rgba(245, 138, 22, .22),
    0 10px 18px rgba(4, 18, 35, .18);
}

.path-local-pcl-portals .holiday-map-pin--pink .holiday-map-pin__pulse {
  background: rgba(255, 104, 183, .22);
}

.path-local-pcl-portals .holiday-map-pin--pink::before {
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, .18),
    0 0 0 8px rgba(224, 53, 152, .22),
    0 10px 18px rgba(4, 18, 35, .18);
}

@keyframes holidayMapPulse {
  0% { transform: scale(1); opacity: .95; }
  50% { transform: scale(1.18); opacity: .45; }
  100% { transform: scale(1); opacity: .95; }
}

.path-local-pcl-portals .holiday-map-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(8, 17, 21, .68);
  z-index: 2000;
}

.path-local-pcl-portals .holiday-map-modal.is-open {
  display: flex;
}

body.path-local-pcl-portals.holiday-map-modal-open {
  overflow: hidden;
}

.path-local-pcl-portals .holiday-map-modal__dialog {
  width: min(960px, 100%);
}

.path-local-pcl-portals .holiday-map-modal__content {
  border-radius: 1.75rem;
  overflow: hidden;
  background: linear-gradient(180deg, #fff8eb 0%, #fff 100%);
  box-shadow: 0 26px 60px rgba(0, 0, 0, .28);
  border: 1px solid rgba(255, 255, 255, .42);
}

.path-local-pcl-portals .holiday-map-card--t {
  background: linear-gradient(180deg, #ecfff1 0%, #ffffff 100%);
}

.path-local-pcl-portals .holiday-map-card--ah {
  background: linear-gradient(180deg, #fff6ea 0%, #ffffff 100%);
}

.path-local-pcl-portals .holiday-map-card--ws {
  background: linear-gradient(180deg, #fff0f7 0%, #ffffff 100%);
}

.path-local-pcl-portals .holiday-map-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.3rem 0.9rem;
}

.path-local-pcl-portals .holiday-map-modal__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  min-height: 2.4rem;
  padding: 0 .75rem;
  border-radius: 999px;
  background: #0f6fa5;
  color: #fff;
  font-weight: 900;
  letter-spacing: .08em;
}

.path-local-pcl-portals .holiday-map-card--t .holiday-map-modal__eyebrow {
  background: #278a49;
}

.path-local-pcl-portals .holiday-map-card--ah .holiday-map-modal__eyebrow {
  background: #df7f16;
}

.path-local-pcl-portals .holiday-map-card--ws .holiday-map-modal__eyebrow {
  background: #cf3c81;
}

.path-local-pcl-portals .holiday-map-modal__title {
  margin: .45rem 0 0;
  color: #0f1d3a;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  font-weight: 900;
}

.path-local-pcl-portals .holiday-map-modal__close {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 29, 58, .08);
  color: #0f1d3a;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
}

.path-local-pcl-portals .holiday-map-modal__body {
  display: grid;
  gap: 1rem;
  padding: 0 1.3rem 1.3rem;
  color: #1f2d3a;
}

.path-local-pcl-portals .holiday-map-modal__body p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
}

.path-local-pcl-portals .holiday-map-modal__image-link {
  display: block;
  max-width: 320px;
}

.path-local-pcl-portals .holiday-map-modal__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
  box-shadow: 0 14px 24px rgba(17, 34, 26, .14);
}

.path-local-pcl-portals .holiday-map-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  width: fit-content;
  padding: .8rem 1.5rem;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  background: linear-gradient(135deg, #0f6fa5 0%, #0f8ad7 100%);
  box-shadow: 0 12px 22px rgba(15, 111, 165, .22);
}

.path-local-pcl-portals .holiday-map-card--t .holiday-map-card__cta {
  background: linear-gradient(135deg, #2f9d58 0%, #43c26c 100%);
}

.path-local-pcl-portals .holiday-map-card--ah .holiday-map-card__cta {
  background: linear-gradient(135deg, #f29a2e 0%, #ed6d25 100%);
}

.path-local-pcl-portals .holiday-map-card--ws .holiday-map-card__cta {
  background: linear-gradient(135deg, #ed5fa0 0%, #cc2977 100%);
}

body.path-local-pcl-portals.pcl-science-map-route {
  overflow-x: hidden !important;
}

body.path-local-pcl-portals.pcl-science-map-route .pcl-navbar,
body.path-local-pcl-portals.pcl-science-map-route .pcl-sidebar,
body.path-local-pcl-portals.pcl-science-map-route .pcl-mobile-menu,
body.path-local-pcl-portals.pcl-science-map-route .drawer-toggles,
body.path-local-pcl-portals.pcl-science-map-route .drawer.drawer-left,
body.path-local-pcl-portals.pcl-science-map-route .drawer.drawer-right,
body.path-local-pcl-portals.pcl-science-map-route #nav-drawer,
body.path-local-pcl-portals.pcl-science-map-route #page-header,
body.path-local-pcl-portals.pcl-science-map-route footer#page-footer,
body.path-local-pcl-portals.pcl-science-map-route .secondary-navigation {
  display: none !important;
}

body.path-local-pcl-portals.pcl-science-map-route #page,
body.path-local-pcl-portals.pcl-science-map-route #page.drawers,
body.path-local-pcl-portals.pcl-science-map-route #page-wrapper,
body.path-local-pcl-portals.pcl-science-map-route #page-content,
body.path-local-pcl-portals.pcl-science-map-route #topofscroll,
body.path-local-pcl-portals.pcl-science-map-route #region-main-box,
body.path-local-pcl-portals.pcl-science-map-route #region-main,
body.path-local-pcl-portals.pcl-science-map-route .main-inner {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

body.path-local-pcl-portals.pcl-science-map-route #page {
  padding-top: 0 !important;
}

body.path-local-pcl-portals.pcl-science-map-route #topofscroll {
  transform: none !important;
}

body.path-local-pcl-portals.pcl-science-map-route .holiday-map-page {
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0 !important;
}

body.path-local-pcl-portals.pcl-science-map-route .holiday-map-intro,
body.path-local-pcl-portals.pcl-science-map-route .holiday-map-shell {
  width: min(1180px, calc(100vw - 2rem));
}

body.path-local-pcl-portals.pcl-science-map-route #footer {
  display: block;
  width: 100vw !important;
  max-width: none !important;
  margin: 1rem calc(50% - 50vw) 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  vertical-align: bottom;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .path-local-pcl-portals .holiday-map-intro {
    flex-direction: column;
    align-items: flex-start;
  }

  .path-local-pcl-portals .holiday-map-wrapper {
    min-height: 72vw;
  }
}

@media (max-width: 767.98px) {
  .path-local-pcl-portals .holiday-map-modal__image-link {
    max-width: 100%;
  }
}
