.photographer-hero .hero-copy h1 {
  max-width: 720px;
  font-size: 4.25rem;
}

.frame-graphic .lens-outer,
.frame-graphic .lens-inner,
.frame-graphic .cognition-node circle {
  fill: rgba(9, 13, 18, 0.84);
  stroke: rgba(99, 214, 198, 0.58);
  stroke-width: 1.5;
}

.frame-graphic .plant-glow {
  transform-origin: 320px 260px;
}

.frame-graphic .lens-outer {
  stroke: rgba(212, 182, 111, 0.62);
}

.frame-graphic .lens-inner {
  fill: rgba(212, 182, 111, 0.06);
  stroke: rgba(212, 182, 111, 0.32);
}

.frame-graphic .aperture {
  fill: rgba(99, 214, 198, 0.08);
  stroke: rgba(99, 214, 198, 0.34);
  stroke-width: 1.2;
  animation: apertureTurn 11s linear infinite;
  transform-origin: 320px 260px;
}

.frame-graphic .selected-frame {
  fill: none;
  stroke: rgba(212, 182, 111, 0.88);
  stroke-width: 2;
  stroke-dasharray: 12 10;
  animation: frameTrace 4.8s linear infinite;
}

.frame-graphic .search-line {
  opacity: 0.64;
}

.frame-graphic .search-line--a {
  animation-duration: 6.2s;
}

.frame-graphic .search-line--b {
  animation-duration: 7.4s;
}

.frame-graphic .search-line--c {
  animation-duration: 5.4s;
}

.frame-graphic .cognition-node path {
  fill: none;
  stroke: rgba(236, 232, 220, 0.68);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.frame-graphic .cognition-node text,
.frame-graphic .boundary-label text {
  fill: rgba(236, 232, 220, 0.76);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.09em;
  text-anchor: middle;
}

.frame-graphic .human-node circle {
  stroke: rgba(212, 182, 111, 0.7);
}

.frame-graphic .machine-node circle {
  stroke: rgba(99, 214, 198, 0.7);
}

.frame-graphic .boundary-label rect {
  fill: rgba(13, 16, 22, 0.82);
  stroke: rgba(214, 199, 150, 0.32);
  stroke-width: 1.5;
}

.photographer-content .scope-note {
  border-left-color: var(--cyan);
}

.photographer-content .epigraph {
  position: relative;
  color: rgba(236, 232, 220, 0.88);
  font-size: 1.25rem;
}

.photographer-content .epigraph .source {
  display: block;
  margin-top: 0.8rem;
  color: var(--soft);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-style: normal;
}

.photographer-content .sec {
  display: inline-block;
  min-width: 2.3rem;
  color: var(--gold);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.92rem;
}

.photographer-content sup {
  color: var(--gold);
  font-size: 0.7em;
}

.photographer-content .disclosure-block {
  border-left: 3px solid var(--gold);
  border-top: 0;
  background:
    linear-gradient(90deg, rgba(212, 182, 111, 0.08), transparent),
    rgba(13, 16, 22, 0.7);
  padding: 1.25rem 1.45rem;
}

.photographer-content .author-note,
.photographer-content .series-note {
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.92rem;
}

@keyframes apertureTurn {
  to {
    transform: rotate(360deg);
  }
}

@keyframes frameTrace {
  to {
    stroke-dashoffset: -44;
  }
}

@media (max-width: 720px) {
  .photographer-hero .hero-copy h1 {
    font-size: 2.65rem;
  }
}
