.slbwa-species-page {
  --species-forest: #123f2b;
  --species-forest-deep: #082d20;
  --species-leaf: #476c26;
  --species-lime: #9cb521;
  --species-cream: #f5f4eb;
  --species-mist: #eef3e8;
  --species-ink: #1d281f;
  --species-muted: #5d685f;
  --species-border: #dfe6d9;
  --species-shadow: 0 12px 32px rgba(14, 48, 32, 0.09);
  color: var(--species-ink);
  background: #f8faf6;
  margin-bottom: 20px;
}

body.layout-species-profile #sp-main-body {
  padding-top: 0;
  padding-bottom: 0;
}

body.layout-species-profile #sp-main-body > .container,
body.layout-species-profile #sp-main-body > .container > .container-inner,
body.layout-species-profile #sp-main-body .row,
body.layout-species-profile #sp-component {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.slbwa-species-page *,
.slbwa-species-page *::before,
.slbwa-species-page *::after {
  box-sizing: border-box;
}

.slbwa-species-page a:focus-visible,
.slbwa-species-page button:focus-visible {
  outline: 3px solid #c7dc38;
  outline-offset: 3px;
}

.slbwa-species-page h1,
.slbwa-species-page h2,
.slbwa-species-page h3 {
  color: var(--species-forest);
  line-height: 1.15;
}

.slbwa-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.slbwa-svg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1;
  vertical-align: -0.125em;
}

.slbwa-svg-icon > svg {
  display: block;
  width: 1em;
  height: 1em;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.species-hero {
  position: relative;
  min-height: 520px;
  width: 100%;
  margin-inline: 0;
  display: flex;
  align-items: center;
  overflow: clip;
  background: var(--species-forest-deep);
}

.species-hero__media,
.species-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.species-hero__media img {
  object-fit: cover;
  object-position: var(--species-hero-position, 51% 50%);
}

.species-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 28, 19, .96) 0%, rgba(5, 38, 24, .86) 36%, rgba(5, 34, 22, .35) 68%, rgba(5, 34, 22, .08) 100%);
}

.species-hero__content {
  position: relative;
  z-index: 1;
  width: min(700px, 58%);
  padding: 64px 52px 58px max(42px, calc((100vw - 1240px) / 2));
  color: #fff;
}

.species-eyebrow {
  margin: 0 0 12px;
  color: #b8ce32;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .9rem;
}

.species-hero h1 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 5.4rem);
  letter-spacing: 0;
}

.species-scientific {
  margin: 12px 0 4px;
  color: #eef2e7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.species-local-name {
  margin: 0 0 18px;
  color: #f4f7ef;
}

.species-local-name strong {
  color: #c5dc35;
}

.species-hero__summary {
  max-width: 590px;
  margin: 0 0 26px;
  color: #f3f5ef;
  line-height: 1.75;
  font-size: 1.05rem;
}

.species-hero__badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.species-hero__badges > span {
  min-height: 82px;
  padding: 12px 10px;
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 8px;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(9, 49, 31, .72);
}

.species-hero__badges .slbwa-svg-icon {
  grid-row: 1 / 3;
  align-self: center;
  width: 42px;
  height: 58px;
  color: #b8ce32;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 7px;
  font-size: 1.15rem;
}

.species-hero__badges b {
  color: #fff;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.species-hero__badges small {
  color: #dfe9df;
  line-height: 1.35;
  font-size: .67rem;
}

.species-quick-facts,
.species-content-grid,
.species-location,
.species-tours,
.species-field-gallery,
.species-conservation,
.species-navigation {
  width: min(1240px, calc(100% - 36px));
  margin-left: auto;
  margin-right: auto;
}

.species-quick-facts {
  position: relative;
  z-index: 2;
  margin-top: -28px;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--species-border);
  border-radius: 8px;
  box-shadow: var(--species-shadow);
}

.quick-facts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 22px;
}

.quick-facts-grid article {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
}

.quick-facts-grid .slbwa-svg-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  color: var(--species-leaf);
  background: var(--species-mist);
  border-radius: 50%;
}

.quick-facts-grid .slbwa-svg-icon > svg {
  width: 14px;
  height: 14px;
}

.quick-facts-grid b {
  display: block;
  margin-bottom: 3px;
  color: var(--species-forest);
  font-size: .78rem;
  text-transform: uppercase;
}

.quick-facts-grid span {
  display: block;
  color: var(--species-muted);
  line-height: 1.45;
  font-size: .82rem;
}

.species-section-heading {
  margin-bottom: 20px;
}

.species-section-heading span {
  display: block;
  margin-bottom: 5px;
  color: var(--species-lime);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .76rem;
}

.species-section-heading h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.species-section-heading p {
  max-width: 780px;
  margin: 12px auto 0;
  color: var(--species-muted);
  line-height: 1.7;
}

.species-section-heading--compact {
  margin: 0;
}

.species-section-heading--compact h2 {
  font-size: 1.3rem;
}

.species-section-heading--center {
  text-align: center;
}

.species-content-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 24px;
}

.species-panel {
  border: 1px solid var(--species-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(16, 54, 35, .055);
}

.species-panel--story {
  padding: 34px;
}

.species-panel p {
  color: #465149;
  line-height: 1.8;
  font-size: .96rem;
}

.species-panel p:last-child {
  margin-bottom: 0;
}

.species-panel--recognition {
  overflow: hidden;
  padding: 30px 30px 0;
  background: linear-gradient(145deg, #f8f7ed, #eef3e6);
}

.species-panel--recognition picture,
.species-panel--recognition img {
  display: block;
  width: 100%;
  height: auto;
  margin: 22px 0 0;
}

.species-panel--recognition img {
  object-fit: contain;
  object-position: center center;
}

.recognition-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 11px;
}

.recognition-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #344139;
  line-height: 1.45;
}

.recognition-list .slbwa-svg-icon {
  color: var(--species-leaf);
  margin-top: 3px;
}

.species-location {
  margin-top: 24px;
  padding: 26px 30px;
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 22px;
  align-items: center;
  background: linear-gradient(100deg, #eef3e5, #f8f7ef);
  border: 1px solid var(--species-border);
  border-radius: 8px;
}

.species-location__icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  color: #c2d83a;
  background: var(--species-forest);
  border-radius: 50%;
  font-size: 1.55rem;
}

.species-location p {
  margin: 10px 0 0;
  color: #48544c;
  line-height: 1.7;
}

.species-location__note {
  font-size: .83rem;
}

.species-tours {
  margin-top: 48px;
}

.species-tour-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.species-tour-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--species-border);
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(11, 51, 32, .065);
  transition: transform .2s ease, box-shadow .2s ease;
}

.species-tour-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 17px 34px rgba(11, 51, 32, .12);
}

.species-tour-card picture,
.species-tour-card img {
  display: block;
  width: 100%;
  height: 165px;
}

.species-tour-card img {
  object-fit: cover;
}

.species-tour-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.species-tour-card h3 {
  margin: 9px 0 8px;
  font-size: 1.2rem;
}

.species-tour-card p {
  margin: 0 0 14px;
  color: var(--species-muted);
  font-size: .83rem;
  line-height: 1.6;
}

.encounter-tag {
  align-self: flex-start;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: .66rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.encounter-tag--primary {
  background: #e3edd5;
  color: #315419;
}

.encounter-tag--strong {
  background: #f0e9c8;
  color: #735d0c;
}

.encounter-tag--route {
  background: #dcecf0;
  color: #205b68;
}

.encounter-tag--possible {
  background: #e9edf0;
  color: #4f5d63;
}

.encounter-tag--specialist {
  background: #efe5f0;
  color: #65416b;
}

.tour-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: auto 0 14px;
  color: #4d5b51;
  font-size: .72rem;
}

.tour-meta .slbwa-svg-icon {
  color: var(--species-lime);
  margin-right: 4px;
}

.tour-actions {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 8px;
}

.tour-actions a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  text-transform: uppercase;
  font-size: .67rem;
  font-weight: 700;
  text-decoration: none;
}

.btn-outline {
  border: 1px solid #8da06e;
  color: var(--species-forest);
  background: #fff;
}

.btn-primary {
  border: 1px solid var(--species-lime);
  color: #fff;
  background: linear-gradient(135deg, #879d16, #a9be25);
}

.wildlife-disclaimer {
  margin: 18px 0 0;
  text-align: center;
  font-style: italic;
  color: #68736b;
  font-size: .79rem;
}

.species-field-gallery {
  margin-top: 34px;
  display: grid;
  grid-template-columns: .7fr 1.8fr;
  gap: 22px;
}

.field-note-card,
.gallery-card {
  background: #fff;
  border: 1px solid var(--species-border);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(16, 54, 35, .055);
}

.field-note-card {
  padding: 30px;
  background: linear-gradient(140deg, #f7f5e9, #eef2e5);
}

.field-note-card blockquote {
  margin: 0;
  padding-left: 22px;
  border-left: 4px solid var(--species-lime);
  color: #38453c;
  line-height: 1.75;
  font-size: .94rem;
}

.field-note-card__source {
  margin: 18px 0 0;
  color: #6c756e;
  font-size: .73rem;
}

.gallery-card {
  padding: 26px;
}

.gallery-card__header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 16px;
}

.gallery-view-all {
  border: 1px solid #9aaa81;
  border-radius: 7px;
  padding: 9px 12px;
  background: #fff;
  color: var(--species-forest);
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.species-gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 10px;
}

.species-gallery-grid button {
  position: relative;
  min-height: 145px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #ddd;
  cursor: zoom-in;
}

.species-gallery-grid button:first-child {
  grid-row: span 2;
}

.species-gallery-grid picture,
.species-gallery-grid img {
  display: block;
  width: 100%;
  height: 100%;
}

.species-gallery-grid img {
  object-fit: cover;
  transition: transform .25s ease;
}

.species-gallery-grid button:hover img {
  transform: scale(1.045);
}

.species-conservation {
  margin-top: 30px;
  padding: 30px;
  display: grid;
  grid-template-columns: 1.05fr 1.7fr;
  gap: 28px;
  background: #fff;
  border: 1px solid var(--species-border);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(16, 54, 35, .055);
}

.species-conservation__intro p {
  color: #4b574f;
  line-height: 1.7;
  font-size: .9rem;
}

.conservation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.conservation-grid article {
  padding: 18px 14px;
  border-radius: 8px;
  background: var(--species-mist);
}

.conservation-grid .slbwa-svg-icon {
  color: var(--species-leaf);
  font-size: 1.25rem;
}

.conservation-grid h3 {
  margin: 10px 0 7px;
  font-size: .9rem;
}

.conservation-grid p {
  margin: 0;
  color: #5a665e;
  font-size: .75rem;
  line-height: 1.55;
}

.species-navigation {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #f1f2e9;
  border: 1px solid var(--species-border);
  border-radius: 8px;
  overflow: hidden;
}

.species-navigation a {
  display: flex;
  min-height: 84px;
  flex-direction: column;
  justify-content: center;
  padding: 16px 18px;
  border-right: 1px solid #daddd2;
  text-decoration: none;
  color: var(--species-forest);
}

.species-navigation a:last-child {
  border-right: 0;
}

.species-navigation small {
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #748076;
  font-size: .65rem;
}

.species-navigation span {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-weight: 700;
  font-size: .82rem;
}

.species-lightbox {
  width: min(1000px, 92vw);
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #0a160e;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
}

.species-lightbox::backdrop {
  background: rgba(0, 0, 0, .78);
}

.species-lightbox img {
  display: block;
  max-width: 100%;
  max-height: 78vh;
  margin: auto;
}

.species-lightbox figcaption {
  padding: 14px 18px 18px;
  color: #eef3e8;
  font-size: .9rem;
}

.species-lightbox__close {
  position: absolute;
  z-index: 2;
  right: 12px;
  top: 10px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: #111;
  font-size: 1.5rem;
}

.wildlife-index-page {
  padding-bottom: 44px;
}

.wildlife-index-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  padding: 64px max(28px, calc((100vw - 1180px) / 2));
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 39, 25, .95), rgba(7, 49, 31, .76)),
    var(--wildlife-index-hero-image) center/cover;
}

.wildlife-index-hero > div {
  max-width: 760px;
}

.wildlife-index-hero h1 {
  margin: 0 0 16px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5vw, 5rem);
}

.wildlife-index-hero p:not(.species-eyebrow) {
  max-width: 660px;
  color: #eef5ea;
  line-height: 1.75;
  font-size: 1.05rem;
}

.wildlife-index-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.wildlife-index-actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 7px;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}

.wildlife-index-grid {
  width: min(1180px, calc(100% - 36px));
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.wildlife-index-card {
  overflow: hidden;
  border: 1px solid var(--species-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--species-shadow);
}

.wildlife-index-card a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.wildlife-index-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.wildlife-index-card span {
  display: inline-flex;
  margin: 18px 20px 0;
  padding: 5px 9px;
  border-radius: 999px;
  background: #e7efd9;
  color: var(--species-forest);
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.wildlife-index-card h2 {
  margin: 12px 20px 4px;
  font-size: 1.35rem;
}

.wildlife-index-card p {
  margin: 0 20px 16px;
  color: var(--species-muted);
  line-height: 1.6;
}

@media (prefers-reduced-motion: reduce) {
  .slbwa-species-page *,
  .slbwa-species-page *::before,
  .slbwa-species-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 1440px) {
  .species-hero__content {
    width: min(760px, 70%);
  }

  .species-hero__badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .species-hero__badges > span {
    min-height: 76px;
  }
}

@media (max-width: 1100px) {
  .species-hero__content {
    width: 64%;
    padding-left: 42px;
  }

  .species-tour-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .species-conservation {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 850px) {
  .wildlife-index-grid {
    grid-template-columns: 1fr;
  }

  .wildlife-index-hero {
    min-height: 520px;
    padding-top: 82px;
    padding-bottom: 54px;
  }

  .species-hero {
    min-height: 640px;
    align-items: end;
  }

  .species-hero__media img {
    object-position: 64% center;
  }

  .species-hero::after {
    background: linear-gradient(0deg, rgba(3, 28, 19, .97) 0%, rgba(4, 31, 20, .83) 48%, rgba(5, 34, 22, .08) 100%);
  }

  .species-hero__content {
    width: 100%;
    padding: 170px 30px 34px;
  }

  .species-quick-facts,
  .species-content-grid,
  .species-field-gallery {
    grid-template-columns: 1fr;
  }

  .quick-facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .species-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .species-gallery-grid button:first-child {
    grid-row: auto;
  }

  .species-navigation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .species-navigation a:nth-child(2) {
    border-right: 0;
  }

  .species-navigation a:nth-child(-n+2) {
    border-bottom: 1px solid #daddd2;
  }

  .conservation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .species-hero {
    min-height: 650px;
  }

  .species-hero__content {
    padding: 210px 22px 30px;
  }

  .species-hero h1 {
    font-size: 3rem;
  }

  .species-scientific {
    font-size: 1.25rem;
  }

  .species-hero__summary {
    font-size: .92rem;
  }

  .species-hero__badges {
    gap: 7px;
  }

  .species-hero__badges > span {
    min-height: 74px;
  }

  .species-quick-facts,
  .species-content-grid,
  .species-location,
  .species-tours,
  .species-field-gallery,
  .species-conservation,
  .species-navigation {
    width: calc(100% - 24px);
  }

  .species-quick-facts {
    margin-top: -16px;
    padding: 22px 18px;
  }

  .quick-facts-grid,
  .species-tour-grid,
  .species-location,
  .species-navigation {
    grid-template-columns: 1fr;
  }

  .species-panel--story,
  .field-note-card,
  .gallery-card,
  .species-conservation {
    padding: 22px;
  }

  .species-navigation a,
  .species-navigation a:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #daddd2;
  }

  .species-navigation a:last-child {
    border-bottom: 0;
  }
}
