.yt-page {
  --yt-accent: #b45309;
  --yt-deep: #7c2d12;
  --yt-ink: #1c1410;
  --yt-muted: #5c534c;
  --yt-line: rgba(28, 20, 16, 0.12);
}

.yt-wrap {
  max-width: 52rem;
}

.yt-filters {
  display: grid;
  gap: 0.75rem;
  margin: 1.25rem 0 1.5rem;
}

@media (min-width: 720px) {
  .yt-filters {
    grid-template-columns: repeat(3, 1fr);
  }
}

.yt-filters label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--yt-muted);
}

.yt-filters select {
  padding: 0.6rem 0.75rem;
  border: 1px solid var(--yt-line);
  background: rgba(255, 255, 255, 0.88);
  color: var(--yt-ink);
  font: inherit;
}

.yt-circuit-grid {
  display: grid;
  gap: 0.9rem;
}

@media (min-width: 720px) {
  .yt-circuit-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.yt-circuit-card {
  display: grid;
  gap: 0.4rem;
  padding: 1.05rem 1.1rem;
  border: 1px solid var(--yt-line);
  background: rgba(255, 252, 246, 0.92);
  text-decoration: none;
  color: inherit;
}

.yt-circuit-card:hover {
  border-color: rgba(180, 83, 9, 0.45);
}

.yt-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--yt-accent);
}

.yt-circuit-card h2 {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.3rem;
  color: var(--yt-deep);
}

.yt-circuit-card p,
.yt-circuit-card em {
  margin: 0;
  color: var(--yt-muted);
  font-style: normal;
  font-size: 0.92rem;
  line-height: 1.5;
}

.yt-empty {
  color: var(--yt-muted);
}

.yt-patterns h2,
.yt-stops h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.3rem;
  color: var(--yt-deep);
  margin: 1.5rem 0 0.75rem;
}

.yt-pattern-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.yt-pattern {
  border: 1px solid var(--yt-line);
  background: #fff;
  color: var(--yt-ink);
  padding: 0.45rem 0.8rem;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.yt-pattern.is-active {
  background: rgba(180, 83, 9, 0.12);
  border-color: rgba(180, 83, 9, 0.45);
  color: var(--yt-deep);
}

.yt-pattern-blurb {
  margin: 0.75rem 0 0;
  color: var(--yt-muted);
  line-height: 1.55;
}

.yt-map-section {
  margin: 1.1rem 0 1.25rem;
  opacity: 1;
  transform: none;
}

.yt-page .sp-map {
  height: min(46vh, 360px);
  min-height: 240px;
}

.yt-stop-list li[hidden] {
  display: none !important;
}

.yt-stop-list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.yt-stop-list li {
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--yt-line);
  background: rgba(255, 255, 255, 0.86);
}

.yt-stop-list li.is-on {
  border-color: rgba(180, 83, 9, 0.4);
}

.yt-stop-list strong {
  display: block;
  font-family: Fraunces, Georgia, serif;
}

.yt-stop-list span,
.yt-stop-list em {
  display: block;
  color: var(--yt-muted);
  font-style: normal;
  font-size: 0.88rem;
}

.yt-stop-list p {
  margin: 0.4rem 0 0;
  line-height: 1.55;
}

.yt-stop-list a {
  display: inline-block;
  margin-top: 0.45rem;
  color: var(--yt-deep);
  font-weight: 600;
}

