@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Caslon+Display&display=swap');

:root {
  --site-header-height: 63px;
  --forest-950: #06130e;
  --forest-900: #0a1e16;
  --forest-800: #123426;
  --forest-700: #1b4b35;
  --moss-500: #6f8f4e;
  --moss-300: #aabd79;
  --fern-100: #e3ead7;
  --parchment: #f4f0e4;
  --paper: #fbf8ef;
  --ink: #17231b;
  --muted: #617064;
  --sun: #e8a83d;
  --sun-soft: #f4ce79;
  --record-accent: #c0392b;
  --line: rgba(15, 52, 37, .16);
  --shadow: 0 28px 70px rgba(4, 23, 15, .17);
  --serif: 'Libre Caslon Display', Georgia, serif;
  --sans: 'DM Sans', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--forest-950); }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 18%, rgba(153, 182, 94, .10), transparent 23rem),
    radial-gradient(circle at 91% 56%, rgba(232, 168, 61, .08), transparent 28rem),
    var(--parchment);
  font-family: var(--sans);
  line-height: 1.65;
  overflow-x: hidden;
}

body::before,
body::after {
  content: '';
  position: fixed;
  z-index: 20;
  pointer-events: none;
  width: 17rem;
  height: 30rem;
  opacity: .13;
  filter: blur(.2px);
  background:
    radial-gradient(ellipse at 45% 20%, var(--forest-700) 0 11%, transparent 12%),
    radial-gradient(ellipse at 68% 31%, var(--forest-700) 0 9%, transparent 10%),
    radial-gradient(ellipse at 38% 44%, var(--forest-700) 0 13%, transparent 14%),
    linear-gradient(80deg, transparent 48%, var(--forest-700) 49% 51%, transparent 52%);
}
body::before { left: -8rem; top: 9rem; transform: rotate(20deg); }
body::after { right: -8rem; bottom: 2rem; transform: rotate(-28deg) scaleX(-1); }

a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.new1-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  background: linear-gradient(180deg, rgba(3, 17, 11, .86), rgba(3, 17, 11, .66));
  backdrop-filter: blur(9px);
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.new1-header.is-scrolled {
  border-color: rgba(244, 206, 121, .16);
  background: rgba(5, 24, 16, .94);
  box-shadow: 0 14px 40px rgba(3, 16, 11, .22);
  backdrop-filter: blur(18px);
}

/* The jungle edition deliberately keeps the original field-guide header. */
header.hd {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  width: 100%;
}
header.hd .wrap { width: min(1080px, 92%); }
header.hd .brand { font-family: Georgia, 'Times New Roman', serif; }
header.hd.is-scrolled { box-shadow: 0 14px 38px rgba(3, 16, 11, .28); }
footer.ft .wrap { width: min(1080px, 92%); }

/* Shared public-site header/footer, mirrored from /#/families/felidae. */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  width: 100%;
  background: #10263b;
  border-bottom: 1px solid rgba(255,255,255,.09);
  transition: box-shadow .2s ease;
}
.site-header.is-scrolled { box-shadow: 0 14px 38px rgba(3,16,11,.28); }
.site-header-inner { max-width: 1180px; margin: 0 auto; padding: 11px 22px; display: flex; align-items: center; gap: 18px; }
.site-brand { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.site-brand-logo { width: 40px; height: 40px; border-radius: 10px; background: #fff; object-fit: contain; }
.site-brand-text strong { display: block; font-size: 16px; line-height: 1.1; }
.site-brand-text em { display: block; margin-top: 2px; color: #9fb2c6; font-size: 11.5px; font-style: normal; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.site-nav a { color: #cdd9e6; font-size: 15px; font-weight: 600; text-decoration: none; }
.site-nav a.active, .site-nav a:hover { color: #fff; }
.site-nav-cta { padding: 8px 15px; border-radius: 8px; color: #fff !important; background: #0097a7; }
.site-nav-cta:hover { filter: brightness(1.08); }
.site-nav-toggle { display: none; margin-left: auto; padding: 8px; flex-direction: column; gap: 4px; border: 0; background: none; cursor: pointer; }
.site-nav-toggle span { width: 22px; height: 2px; border-radius: 2px; background: #cdd9e6; }

.site-footer { flex-shrink: 0; margin-top: 48px; color: #c7d3df; background: #0d2033; }
.site-footer-inner { max-width: 1180px; margin: 0 auto; padding: 40px 22px 26px; display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 30px; }
.site-footer-brand strong { color: #fff; font-size: 17px; }
.site-footer-brand p { max-width: 40ch; margin: 8px 0 12px; color: #a8bacd; font-size: 13.5px; }
.site-footer-yt { color: #5b9bd5; font-size: 14px; font-weight: 700; text-decoration: none; }
.site-footer-col { display: flex; flex-direction: column; gap: 8px; }
.site-footer-h { margin-bottom: 2px; color: #7f95ab; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-footer-col a { color: #c7d3df; font-size: 14px; text-decoration: none; }
.site-footer-col a:hover { color: #fff; }
.site-footer-day { color: #98abbf; font-size: 13.5px; }
.site-footer-base { max-width: 1180px; margin: 0 auto; padding: 16px 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.09); }
.site-footer-disclosure { max-width: 70ch; margin: 0; color: #7f95ab; font-size: 12px; }
.site-footer-legal { margin: 0; color: #90a4b8; font-size: 12.5px; }
.site-footer-legal a { color: #90a4b8; text-decoration: underline; }
.site-social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.site-social a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; color: #c7d3df; background: rgba(255,255,255,.08); transition: background .15s, color .15s, transform .15s; }
.site-social a:hover { color: #fff; background: #0097a7; transform: translateY(-2px); }
.site-social svg { width: 18px; height: 18px; fill: currentColor; }
.new1-header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.new1-brand {
  display: grid;
  grid-template-columns: 45px 1fr;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}
.new1-brand-mark {
  width: 45px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--forest-900);
  background: linear-gradient(145deg, var(--sun-soft), var(--sun));
  box-shadow: 0 0 0 5px rgba(255,255,255,.08);
  font-size: 21px;
}
.new1-brand-copy { display: grid; line-height: 1.15; }
.new1-brand-copy strong { font-family: var(--serif); font-size: 19px; letter-spacing: .01em; }
.new1-brand-copy small { margin-top: 5px; color: rgba(255,255,255,.67); font-size: 10px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.new1-header nav { display: flex; gap: 8px; align-items: center; }
.new1-header nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: .25s ease;
}
.new1-header nav a:hover { color: white; background: rgba(255,255,255,.1); }
.new1-header nav a:last-child { color: var(--forest-950); background: var(--sun-soft); }

.crumbs {
  position: absolute;
  z-index: 45;
  top: calc(var(--site-header-height) + 12px);
  left: 0;
  width: 100%;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.64);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.crumbs .wrap { padding: 0; }
.crumbs a { color: rgba(255,255,255,.82); text-decoration: none; }
.crumbs .sep { opacity: .45; }

#app { width: 100%; max-width: none; padding: 0 0 80px; }

/* Immersive hero */
.fhero,
.sp-hero {
  position: relative;
  min-height: 760px;
  width: 100%;
  margin: 0;
  padding: 210px max(7vw, calc((100vw - 1180px)/2)) 150px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: white;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  isolation: isolate;
}
.fhero::before,
.sp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -3;
  background-position: center;
  background-size: cover;
  transform: scale(1.035);
}
.new1-family .fhero::before { background-image: url('/animals/episodes/tiger/00-tiger-populations-hero.png'); }
.new1-species .sp-hero::before { background-image: url('img/panthera-tigris.jpg'); }
.fhero::after,
.sp-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 18, 12, .93) 0%, rgba(5, 24, 17, .72) 42%, rgba(5, 24, 17, .15) 76%),
    linear-gradient(0deg, rgba(6, 19, 14, .92) 0%, transparent 35%, rgba(4, 16, 11, .28) 100%);
}
.fhero > *, .sp-hero > * { position: relative; z-index: 2; }
.fhero { display: block; }
.fhero .kicker,
.sp-hero .kicker {
  color: var(--sun-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.fhero h1,
.sp-hero h1 {
  max-width: 780px;
  margin: 16px 0 10px;
  color: white;
  font-family: var(--serif);
  font-size: clamp(64px, 9vw, 128px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .88;
  text-wrap: balance;
}
.fhero > .sci,
.sp-hero-copy > .sci { color: rgba(255,255,255,.7) !important; }
.fhero .tag,
.sp-quote {
  max-width: 700px;
  margin: 27px 0 0;
  color: rgba(255,255,255,.82);
  font-family: var(--serif);
  font-size: clamp(20px, 2.3vw, 29px);
  line-height: 1.45;
}
.stats {
  width: min(860px, 100%);
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 20px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(15px);
}
.stat { padding: 22px 18px; background: rgba(4, 20, 14, .42); }
.stat b { display: block; color: white; font-family: var(--serif); font-size: 26px; font-weight: 400; }
.stat span { display: block; color: rgba(255,255,255,.6); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.sp-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 470px); gap: 70px; }
.sp-hero-copy { max-width: 700px; }
.sp-hero-media {
  align-self: center;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 220px 220px 28px 28px;
  box-shadow: 0 35px 80px rgba(0,0,0,.4);
  background: rgba(255,255,255,.08);
}
.sp-hero-media img,
.sp-hero-media .photo { width: 100%; height: 100%; object-fit: cover; background-position: center; background-size: cover; }
.sp-hero-media .ph { height: 100%; display: grid; place-items: center; }
.sp-hero-media .ph svg { width: 70%; fill: rgba(255,255,255,.45); }
.sp-pron { color: rgba(255,255,255,.52); }
.sp-badges { margin: 24px 0; }
.sp-hero .qf {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, minmax(90px, 1fr));
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(7, 30, 20, .48);
  backdrop-filter: blur(15px);
}
.sp-hero .qf .cell { padding: 13px 12px; background: transparent; border: 0; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.sp-hero .qf b { display: block; color: white; font-size: 13px; }
.sp-hero .qf span { color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }

.new1-scroll-cue {
  position: absolute !important;
  left: max(7vw, calc((100vw - 1180px)/2));
  bottom: 53px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.68);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-decoration: none;
  text-transform: uppercase;
}
.new1-scroll-cue i { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-style: normal; }

.new1-hero-play {
  position: absolute !important;
  z-index: 4 !important;
  right: max(7vw, calc((100vw - 1180px)/2));
  bottom: 47px;
  min-width: min(390px, calc(100vw - 44px));
  padding: 11px 20px 11px 11px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  color: white;
  background: rgba(5, 26, 17, .72);
  box-shadow: 0 18px 45px rgba(0,0,0,.27);
  backdrop-filter: blur(15px);
  cursor: pointer;
  text-align: left;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.new1-hero-play:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 60, 40, .8);
  background: rgba(8, 38, 25, .9);
}
/* Red YouTube play button — the recognizable rounded-rect with a white triangle */
.new1-play-icon {
  flex: 0 0 auto;
  width: 52px;
  height: 37px;
  display: grid;
  place-items: center;
  padding-left: 2px;
  border-radius: 11px;
  color: #fff;
  background: #ff0000;
  box-shadow: 0 6px 16px rgba(255,0,0,.34), 0 0 0 5px rgba(255,0,0,.12);
  font-size: 15px;
}
.new1-hero-play:hover .new1-play-icon { background: #ff2419; }
.new1-hero-play small,
.new1-hero-play strong { display: block; }
.new1-hero-play small { color: rgba(255,255,255,.58); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.new1-hero-play strong { max-width: 280px; margin-top: 2px; overflow: hidden; font-family: var(--serif); font-size: 17px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }

.new1-video-dialog {
  width: min(1050px, calc(100% - 32px));
  max-width: none;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  color: white;
  background: var(--forest-950);
  box-shadow: 0 40px 120px rgba(0,0,0,.62);
}
.new1-video-dialog::backdrop { background: rgba(2, 13, 8, .82); backdrop-filter: blur(12px); }
.new1-video-shell { overflow: hidden; border-radius: inherit; }
.new1-video-bar {
  min-height: 72px;
  padding: 12px 15px 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #0a2117;
}
.new1-video-bar span { min-width: 0; }
.new1-video-bar small,
.new1-video-bar strong { display: block; }
.new1-video-bar small { color: var(--sun-soft); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.new1-video-bar strong { overflow: hidden; color: rgba(255,255,255,.9); font-family: var(--serif); font-size: 18px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.new1-video-close {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  color: white;
  background: rgba(255,255,255,.06);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}
.new1-video-close:hover { color: var(--forest-950); background: var(--sun-soft); }
.new1-video-stage { aspect-ratio: 16 / 9; background: black; }
.new1-video-stage iframe { width: 100%; height: 100%; display: block; border: 0; }

/* Page flow */
.review-banner {
  width: min(1060px, calc(100% - 48px));
  margin: -27px auto 30px;
  position: relative;
  z-index: 5;
  padding: 17px 22px;
  color: #f4ead0;
  border: 1px solid rgba(244, 206, 121, .28);
  border-radius: 14px;
  background: var(--forest-800);
  box-shadow: var(--shadow);
  font-size: 13px;
}
.review-banner b { color: var(--sun-soft); }

.secnav {
  position: sticky;
  z-index: 40;
  top: calc(var(--site-header-height) + 13px);
  width: min(1000px, calc(100% - 48px));
  margin: 22px auto 26px;
  padding: 7px;
  display: flex;
  gap: 4px;
  overflow-x: auto;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(9, 31, 22, .91);
  box-shadow: 0 13px 36px rgba(5, 24, 17, .2);
  backdrop-filter: blur(16px);
  scrollbar-width: none;
}
.new1-jungle-transition {
  width: 100%;
  height: clamp(104px, 10vw, 146px);
  background: linear-gradient(180deg, var(--forest-950) 0%, #173024 28%, #647064 62%, var(--parchment) 100%);
}
.secnav::-webkit-scrollbar { display: none; }
.secnav a { flex: 0 0 auto; padding: 9px 15px; border-radius: 999px; color: rgba(255,255,255,.66); font-size: 11px; font-weight: 700; letter-spacing: .02em; text-decoration: none; }
.secnav a:hover { color: var(--forest-950); background: var(--sun-soft); }
/* anchor jumps land below the sticky header + section nav */
.new1-content-section, [id^="sec-"] { scroll-margin-top: calc(var(--site-header-height) + 82px); }

#app > section:not(.fhero):not(.sp-hero),
#app > .siblings {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 78px 0;
  border-bottom: 1px solid var(--line);
}
#app > section:nth-of-type(even):not(.fhero):not(.sp-hero) { position: relative; }
.sec-head { margin-bottom: 13px; }
.sec-head h2,
.def h2 {
  margin: 0;
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.05;
}
.sec-head h2::before,
.def h2::before {
  content: 'FIELD NOTES';
  display: block;
  margin-bottom: 13px;
  color: var(--record-accent);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
}
.sec-sub { max-width: 760px; color: var(--muted); font-size: 15px; }

.scale-panel,
.chart-card,
.def,
.concl,
.dyk,
.video-embed {
  border: 1px solid rgba(18, 52, 38, .13);
  border-radius: 24px;
  background: rgba(251, 248, 239, .84);
  box-shadow: 0 16px 42px rgba(12, 48, 32, .08);
}
.scale-panel { position: relative; margin-top: 28px; padding: 32px; overflow: hidden; }
.scale-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(30,76,53,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(30,76,53,.055) 1px, transparent 1px);
  background-size: 36px 36px;
}
.scale-scroll { position: relative; overflow-x: auto; padding: 38px 15px 15px; }
.scale-row { min-height: 250px; display: flex; align-items: flex-end; gap: 28px; }
.scale-row .cat { filter: drop-shadow(0 11px 11px rgba(8, 27, 19, .16)); }
.scale-row .lab { color: var(--forest-900); }
.scale-row .lab small { color: var(--muted); }
.scale-note { position: relative; margin-top: 20px; color: var(--muted); font-size: 12px; }
.scale-hint { color: var(--moss-500); }

.chart-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.chart-card { padding: 26px; }
.chart-card h3 { margin: 0; color: var(--forest-800); font-family: var(--serif); font-size: 24px; font-weight: 400; }
.chart-card .cs { min-height: 23px; color: var(--muted); }
.chart-card svg { overflow: visible; }
.clegend-top,
.chart-legend { color: var(--muted); }

.def { padding: clamp(27px, 5vw, 56px); background: linear-gradient(145deg, rgba(255,255,255,.75), rgba(237,232,213,.8)); }
.def p { max-width: 900px; color: #46544a; font-size: 17px; }
.def p:first-of-type { color: var(--forest-800); font-family: var(--serif); font-size: 24px; line-height: 1.5; }

.two-col { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; margin-top: 28px; }
.two-col > * { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.48); }
.about p:first-child { color: var(--forest-800); font-family: var(--serif); font-size: 22px; }
.lineage { gap: 7px; }
.lineage span:not(.arw) { padding: 5px 8px; border-radius: 7px; background: var(--fern-100); }

table { width: 100%; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.55); }
th { padding: 14px 15px; color: #dbe7d8; background: var(--forest-800); font-size: 10px; letter-spacing: .11em; text-align: left; text-transform: uppercase; }
td { padding: 14px 15px; border-bottom: 1px solid var(--line); color: #405046; font-size: 13px; vertical-align: middle; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover td { background: rgba(227, 234, 215, .55); }
.roster { margin-top: 30px; }
.roster .band td { color: white; background: #264d39; font-weight: 700; }
.roster .sub td { background: rgba(227,234,215,.42); }
.roster .mono td { color: #7d8b81; font-style: italic; }
.nm { color: var(--forest-900); font-weight: 700; }
.sci { color: var(--muted); }
.thumb .photo { border-radius: 50%; box-shadow: 0 0 0 4px rgba(111,143,78,.14); }

.anoms,
.morph-grid,
.hyb-grid,
.sib-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.anom,
.morph-card,
.hyb-card,
.sib-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.55);
  box-shadow: 0 12px 30px rgba(12,48,32,.06);
}
.anom { padding: 24px; }
.anom b { color: var(--forest-800); font-family: var(--serif); font-size: 20px; }
.anom span { color: var(--muted); }
.concl { padding: 42px; color: #f2ebd8; background: linear-gradient(130deg, var(--forest-900), var(--forest-700)); }
.concl p { margin: 0; font-family: var(--serif); font-size: clamp(22px, 3vw, 31px); line-height: 1.55; }

.dyk { padding: 24px 28px; color: var(--forest-800); background: linear-gradient(100deg, #f5df9f, #f7edcf); }
.video-embed { overflow: hidden; background: var(--forest-950); }
.video-embed iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; display: block; }
.threats span, .chip { border: 1px solid rgba(192,57,43,.18); color: #7b372d; background: #f8e5d8; }

.morph-card { overflow: hidden; }
.morph-swatch { min-height: 170px; }
.morph-body, .hyb-card { padding: 24px; }
.morph-body b, .hyb-card b { color: var(--forest-900); font-family: var(--serif); font-size: 20px; }
.timeline { border-color: var(--moss-300); }
.tl-when { color: var(--record-accent); }
.siblings .sib-card { overflow: hidden; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.siblings .sib-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(12,48,32,.14); }
.sib-photo { height: 180px; background: var(--fern-100); }
.sib-nm, .sib-sci { padding-inline: 18px; }
.sib-sci { padding-bottom: 18px; }
.refs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.ref { padding: 17px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.52); }
.ref a { color: var(--forest-700); font-weight: 700; }

.new1-footer {
  position: relative;
  padding: 80px 0 34px;
  overflow: hidden;
  color: rgba(255,255,255,.65);
  background:
    radial-gradient(circle at 80% 20%, rgba(170,189,121,.13), transparent 28rem),
    var(--forest-950);
}
.new1-footer::before { content: ''; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 55%, rgba(255,255,255,.03) 55%); }
.new1-footer-grid { position: relative; display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; }
.new1-footer h2 { max-width: 720px; margin: 13px 0 22px; color: white; font-family: var(--serif); font-size: clamp(38px, 5vw, 66px); font-weight: 400; letter-spacing: -.04em; line-height: 1.05; }
.new1-footer-kicker { color: var(--sun-soft); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.new1-footer p { max-width: 680px; }
.new1-footer-links { display: grid; gap: 10px; }
.new1-footer-links a { color: rgba(255,255,255,.77); text-decoration: none; }
.new1-footer-bottom { position: relative; margin-top: 60px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }

.new1-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 55;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  border: 0;
  border-radius: 50%;
  color: var(--forest-950);
  background: var(--sun-soft);
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  text-decoration: none;
  transition: .25s ease;
}
.new1-top.is-visible { opacity: 1; transform: none; pointer-events: auto; }

/* Desktop first viewport: fixed site header + one exactly fitted hero viewport. */
@media (min-width: 901px) {
  .fhero,
  .sp-hero {
    height: calc(100vh - var(--site-header-height));
    height: calc(100svh - var(--site-header-height));
    min-height: 0;
    margin-top: var(--site-header-height);
    padding-top: clamp(78px, 10vh, 118px);
    padding-bottom: clamp(82px, 11vh, 112px);
  }

  .fhero h1,
  .sp-hero h1 {
    font-size: clamp(60px, 10vh, 104px);
  }

  .fhero .tag,
  .sp-quote {
    margin-top: clamp(13px, 2.2vh, 25px);
    font-size: clamp(18px, 2.4vh, 26px);
  }

  .stats {
    margin-top: clamp(20px, 4vh, 40px);
  }

  .stat {
    padding-top: clamp(11px, 2vh, 20px);
    padding-bottom: clamp(11px, 2vh, 20px);
  }

  .sp-hero {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
    gap: clamp(35px, 6vw, 78px);
  }

  .sp-hero-media {
    width: min(100%, 430px);
    height: min(58vh, 540px);
    min-height: 300px;
    justify-self: end;
    aspect-ratio: auto;
  }

  .sp-badges { margin: clamp(10px, 2vh, 20px) 0; }
  .sp-hero .qf { margin-top: clamp(13px, 2.4vh, 28px); }
  .sp-hero .qf .cell { padding-top: clamp(8px, 1.3vh, 13px); padding-bottom: clamp(8px, 1.3vh, 13px); }

  .new1-scroll-cue { bottom: clamp(24px, 5vh, 48px); }
  .new1-hero-play { bottom: clamp(20px, 4.5vh, 43px); }
}

@media (min-width: 901px) and (max-height: 700px) {
  .fhero,
  .sp-hero { padding-top: 62px; padding-bottom: 72px; }
  .fhero h1,
  .sp-hero h1 { font-size: clamp(52px, 9vh, 68px); }
  .fhero .tag,
  .sp-quote { font-size: 18px; line-height: 1.35; }
  .stats { margin-top: 15px; }
  .stat { padding: 9px 13px; }
  .stat b { font-size: 21px; }
  .sp-hero-media { height: min(54vh, 390px); min-height: 260px; }
  .sp-hero .qf { margin-top: 10px; }
  .sp-hero .qf .cell { padding: 7px 9px; }
  .new1-scroll-cue { bottom: 19px; }
  .new1-hero-play { bottom: 15px; }
}

.new1-loading {
  min-height: 100vh;
  display: grid;
  place-items: center;
  color: var(--fern-100);
  background: var(--forest-950);
}
.new1-loading span { font-family: var(--serif); font-size: 32px; }
.new1-ready .new1-loading { display: none; }
.new1-load-error { min-height: 70vh; padding-top: 220px !important; text-align: center; }
.new1-load-error h1 { font-family: var(--serif); font-size: 60px; }

@media (max-width: 900px) {
  .new1-header nav a:not(:last-child) { display: none; }
  .fhero, .sp-hero { min-height: 720px; padding-top: 190px; }
  .sp-hero { grid-template-columns: 1fr; }
  .sp-hero-media { display: none; }
  .stats { grid-template-columns: repeat(3, 1fr); }
  .sp-hero .qf { grid-template-columns: repeat(4, 1fr); }
  .chart-grid, .two-col { grid-template-columns: 1fr; }
  .new1-footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .new1-hero-play { right: 24px; }
}

@media (max-width: 760px) {
  .site-nav-toggle { display: flex; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; padding: 8px 22px 14px; display: none; flex-direction: column; align-items: flex-start; gap: 0; border-bottom: 1px solid rgba(255,255,255,.09); background: #10263b; }
  .site-nav.open { display: flex; }
  .site-nav a { width: 100%; padding: 10px 0; }
  .site-header-inner { position: relative; }
  .site-footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .wrap, #app > section:not(.fhero):not(.sp-hero), #app > .siblings { width: min(100% - 28px, 1120px); }
  .new1-header-inner { min-height: 72px; }
  .new1-brand { grid-template-columns: 38px 1fr; }
  .new1-brand-mark { width: 38px; }
  .new1-brand-title, .new1-brand-copy small { display: none; }
  .crumbs { top: 82px; font-size: 9px; }
  .fhero, .sp-hero { min-height: 680px; padding: 165px 22px 120px; }
  .fhero h1, .sp-hero h1 { font-size: clamp(58px, 18vw, 88px); }
  .fhero .tag, .sp-quote { font-size: 20px; }
  .stats { grid-template-columns: repeat(2, 1fr); margin-top: 35px; }
  .sp-hero .qf { grid-template-columns: repeat(2, 1fr); }
  .new1-scroll-cue { left: 22px; bottom: 35px; }
  .new1-hero-play { right: 14px; bottom: 84px; min-width: 0; width: calc(100% - 28px); }
  .new1-hero-play strong { max-width: calc(100vw - 130px); }
  .review-banner, .secnav { width: calc(100% - 28px); }
  .secnav { top: calc(var(--site-header-height) + 13px); border-radius: 16px; }
  #app > section:not(.fhero):not(.sp-hero), #app > .siblings { padding: 58px 0; }
  .sec-head h2, .def h2 { font-size: 37px; }
  .scale-panel { padding: 18px; }
  .anoms, .morph-grid, .hyb-grid, .sib-row, .refs { grid-template-columns: 1fr; }
  .roster { display: block; overflow-x: auto; white-space: nowrap; }
  .new1-footer { padding-top: 60px; }
  .new1-footer-bottom { display: grid; gap: 8px; }
  .site-brand-text em { display: none; }
  .site-footer-inner { grid-template-columns: 1fr; }
}

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

/* Continuous dark-jungle public theme; data panels and cards remain light. */
body{color:#f5f7f3;background:radial-gradient(circle at 84% 42%,rgba(72,118,81,.15),transparent 32%),linear-gradient(145deg,#132c20 0%,var(--forest-950) 58%,#04100b 100%)}
.new1-jungle-transition{background:linear-gradient(180deg,var(--forest-950) 0%,#173024 42%,#102419 78%,transparent 100%)}
#app>section:not(.fhero):not(.sp-hero),#app>.siblings{border-color:rgba(255,255,255,.15)}
.sec-head h2{color:#fff}.def h2{color:var(--forest-900)}.sec-sub{color:#b8c9bb}
.scale-panel,.chart-card,.def,.two-col>*,table,.anom,.morph-card,.hyb-card,.sib-card,.ref{color:var(--ink)}
.site-header{background:rgba(14,36,25,.97);border-bottom-color:rgba(255,255,255,.13)}
.site-nav .site-nav-cta{border-radius:999px;background:#f0bd59;color:#172019!important}
.site-footer{background:#13251a}
html{overflow-x:hidden}
