/* Day headings on a split guide. Sits between "The Pins" and the stops. */

.pg-day {
  margin: 40px 0 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

/* First day sits right under "The Pins", so it needs less air above. */
.trail-stop:first-child .pg-day { margin-top: 8px; }

.pg-day__kicker {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--coral);
  margin-bottom: 6px;
}

.pg-day__title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}

.pg-day__intro {
  margin-top: 10px;
  max-width: 720px;
}

.pg-day__intro p {
  margin: 0 0 .8em;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-soft);
}

.pg-day__intro p:last-child { margin-bottom: 0; }

/* Tail group for places left unassigned — quieter, since it is a fallback
   rather than an authored section. */
.pg-day--loose { border-bottom-style: dashed; }

.pg-day--loose .pg-day__title {
  font-size: 18px;
  font-style: italic;
  color: var(--muted);
}

@media (max-width: 700px) {
  .pg-day { margin: 30px 0 18px; }
  .pg-day__title { font-size: 20px; }
  .pg-day--loose .pg-day__title { font-size: 16px; }
}
