.gorilla-page {
  --accent: #7bd49b;
  --accent-soft: #1c2b22;
  --moss-dark: #9bddb1;
  --moss-line: #426d50;
  --content-width: 1040px;
}

.gorilla-main {
  padding-inline: var(--page-pad);
}

.gorilla-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(240px, 0.55fr);
  gap: clamp(2rem, 7vw, 5rem);
  align-items: end;
  padding-block: clamp(4rem, 10vw, 7rem) clamp(3rem, 8vw, 5rem);
  border-bottom: 1px solid var(--line);
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gorilla-intro h1 {
  max-width: 11ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.3rem, 9vw, 6.4rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.gorilla-lead {
  max-width: 49ch;
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.now-card {
  padding: 1.35rem;
  border: 1px solid var(--moss-line);
  border-radius: 14px;
  background: var(--accent-soft);
}

.now-card p {
  margin: 0;
}

.now-label {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  color: var(--moss-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.now-label span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgb(123 212 155 / 16%);
}

.now-activity {
  margin-top: 1.4rem !important;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 4vw, 2.35rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.now-time {
  margin-top: 0.55rem !important;
  color: #a9b9ae;
  font-size: 0.78rem;
}

.glance-section {
  padding-block: clamp(3rem, 8vw, 5rem);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.75rem;
}

.section-heading h2,
.field-note h2,
.gorilla-sightings h2,
.sources-section h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.gorilla-sightings {
  padding-block: clamp(4rem, 9vw, 6rem);
  border-bottom: 1px solid var(--line);
}

.gorilla-sightings ul {
  margin: 1.75rem 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.gorilla-sightings li {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(180px, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.gorilla-sightings strong,
.gorilla-sightings em {
  display: block;
}

.gorilla-sightings em,
.gorilla-sightings span,
.sighting-ethics {
  color: var(--muted);
  font-size: 0.82rem;
}

.gorilla-sightings a,
.animal-mode-link {
  color: var(--moss-dark);
  font-weight: 700;
}

.sighting-ethics {
  max-width: 68ch;
  margin: 1rem 0 0;
}

.animal-mode-link {
  display: inline-block;
  margin-top: 1.25rem;
}

.section-heading > p {
  max-width: 38ch;
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.schedule-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.schedule-list li {
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
  min-height: 112px;
  padding: 1.35rem 1.5rem;
  border-bottom: 1px solid var(--line);
  border-left: 3px solid transparent;
}

.schedule-list li.is-current {
  border-left-color: var(--accent);
  background: var(--accent-soft);
}

.schedule-list time {
  width: fit-content;
  padding: 0.35rem 0.65rem;
  border: 1px solid var(--moss-line);
  border-radius: 999px;
  color: var(--moss-dark);
  font-size: 0.74rem;
  font-weight: 700;
  white-space: nowrap;
}

.schedule-list h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 3vw, 1.65rem);
  font-weight: 400;
  letter-spacing: -0.025em;
}

.schedule-list p {
  margin: 0.25rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.gorilla-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  border-block: 1px solid var(--line);
}

.gorilla-facts div {
  padding: 1.5rem;
}

.gorilla-facts div + div {
  border-left: 1px solid var(--line);
}

.gorilla-facts dt {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gorilla-facts dd {
  margin: 0.35rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 3vw, 1.75rem);
}

.field-note {
  max-width: 720px;
  padding-block: clamp(4rem, 9vw, 6rem);
}

.field-note > p:last-child {
  max-width: 62ch;
  margin: 1.25rem 0 0;
  color: var(--muted);
}

.sources-section {
  padding-block: 0 clamp(4rem, 9vw, 6rem);
}

.sources-section ul {
  margin: 1.75rem 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.sources-section li {
  display: grid;
  grid-template-columns: minmax(150px, 0.45fr) minmax(0, 1fr);
  gap: 2rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.sources-section a {
  color: var(--moss-dark);
  font-weight: 700;
}

.sources-section span {
  color: var(--muted);
}

.back-home {
  color: var(--moss-dark);
}

@media (max-width: 720px) {
  .gorilla-hero {
    display: block;
  }

  .now-card {
    margin-top: 2.25rem;
  }

  .section-heading {
    display: block;
  }

  .section-heading > p {
    margin-top: 1rem;
  }
}

@media (max-width: 520px) {
  .gorilla-intro h1 {
    font-size: clamp(3.1rem, 16vw, 4.25rem);
  }

  .schedule-list li {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    min-height: 0;
    padding: 1.25rem 1rem;
  }

  .gorilla-facts {
    grid-template-columns: 1fr;
  }

  .gorilla-facts div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .sources-section li {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .gorilla-sightings li {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .now-label span {
    box-shadow: none;
  }
}
