
.callout {
  margin: var(--space-2xl) 0;
  padding: var(--space-lg);
  border-radius: 10px;
  border: 1px solid rgba(91, 158, 151, 0.15);
  background: rgba(17, 22, 39, 0.78);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.28);
}

.callout__label {
  display: block;
  font-family: var(--font-sans);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: var(--space-md);
}

.callout--ken .callout__label {
  color: var(--teal);
}

.callout--samba .callout__label {
  color: var(--gold);
}

.callout--toni .callout__label {
  color: var(--violet);
}

.callout p {
  margin: 0 0 var(--space-md);
  color: var(--moonlight);
  font-size: var(--text-sm);
}

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

/* Atmosphere strip — break out of .article__body max-width so it reads edge-to-edge */

.article__body > .atmosphere {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  transform: translateX(-50%);
  margin: var(--space-3xl) 0;
  height: clamp(10.5rem, 24vw, 15rem);
  background:
    radial-gradient(ellipse 80% 120% at 50% 100%, rgba(91, 158, 151, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(6, 8, 15, 0.98) 0%, rgba(17, 22, 39, 0.92) 45%, rgba(11, 14, 26, 0.98) 100%);
  border-top: 1px solid rgba(91, 158, 151, 0.22);
  border-bottom: 1px solid rgba(91, 158, 151, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.atmosphere::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image:
    radial-gradient(1.5px 1.5px at 6% 22%, rgba(255, 255, 255, 0.5), transparent),
    radial-gradient(1px 1px at 14% 8%, rgba(255, 255, 255, 0.35), transparent),
    radial-gradient(1px 1px at 22% 38%, rgba(200, 220, 255, 0.4), transparent),
    radial-gradient(1.5px 1.5px at 31% 12%, rgba(255, 255, 255, 0.45), transparent),
    radial-gradient(1px 1px at 40% 55%, rgba(255, 255, 255, 0.3), transparent),
    radial-gradient(1px 1px at 48% 28%, rgba(255, 255, 255, 0.38), transparent),
    radial-gradient(1.5px 1.5px at 55% 8%, rgba(255, 255, 255, 0.42), transparent),
    radial-gradient(1px 1px at 63% 42%, rgba(255, 255, 255, 0.32), transparent),
    radial-gradient(1px 1px at 71% 18%, rgba(220, 230, 255, 0.4), transparent),
    radial-gradient(1.5px 1.5px at 78% 52%, rgba(255, 255, 255, 0.36), transparent),
    radial-gradient(1px 1px at 86% 14%, rgba(255, 255, 255, 0.44), transparent),
    radial-gradient(1px 1px at 92% 36%, rgba(255, 255, 255, 0.3), transparent),
    radial-gradient(1px 1px at 10% 62%, rgba(255, 255, 255, 0.28), transparent),
    radial-gradient(1.5px 1.5px at 25% 78%, rgba(255, 255, 255, 0.34), transparent),
    radial-gradient(1px 1px at 38% 88%, rgba(255, 255, 255, 0.26), transparent),
    radial-gradient(1px 1px at 52% 72%, rgba(255, 255, 255, 0.32), transparent),
    radial-gradient(1.5px 1.5px at 66% 90%, rgba(255, 255, 255, 0.3), transparent),
    radial-gradient(1px 1px at 80% 68%, rgba(255, 255, 255, 0.28), transparent),
    radial-gradient(1px 1px at 94% 82%, rgba(255, 255, 255, 0.34), transparent);
}

.atmosphere__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.atmosphere__label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-family: var(--font-sans);
  font-size: var(--text-xs);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(212, 220, 232, 0.55);
  text-shadow: 0 0 28px rgba(91, 158, 151, 0.35);
  pointer-events: none;
  white-space: nowrap;
  padding-inline: var(--read-inline);
}

/* Dark timer */

.dark-timer {
  margin: var(--space-2xl) 0;
  padding: var(--space-xl);
  text-align: center;
  background: radial-gradient(ellipse 70% 60% at 50% 35%, rgba(91, 158, 151, 0.08), transparent 60%),
    rgba(6, 8, 15, 0.92);
  border-radius: 12px;
  border: 1px solid rgba(91, 158, 151, 0.22);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.dark-timer__label {
  font-family: var(--font-sans);
  font-size: var(--text-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--silver);
  margin-bottom: var(--space-lg);
}

.dark-timer__visual {
  position: relative;
  display: inline-block;
  margin-bottom: var(--space-md);
  filter: drop-shadow(0 0 20px rgba(91, 158, 151, 0.15));
}

.dark-timer__visual svg {
  display: block;
}

.dark-timer__ring {
  fill: none;
  stroke: rgba(74, 86, 120, 0.5);
  stroke-width: 6;
}

.dark-timer__progress {
  fill: none;
  stroke: var(--teal);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: none;
}

.dark-timer.is-running .dark-timer__progress {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 15s linear;
}

.dark-timer__time {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-sans);
  font-size: 1.1rem;
  color: var(--star);
}

.dark-timer__stars {
  position: absolute;
  inset: 12%;
  pointer-events: none;
}

.dark-timer__star {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.15;
  transition: opacity 0.8s ease;
}

.dark-timer.is-running .dark-timer__star {
  opacity: 0.55;
}

.dark-timer__caption {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: var(--text-sm);
  color: var(--moonlight);
  min-height: 2.5rem;
  margin-bottom: var(--space-md);
}

.dark-timer__btn {
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  font-weight: 600;
  padding: 0.55rem 1.5rem;
  border-radius: 999px;
  border: 1px solid var(--teal);
  background: rgba(91, 158, 151, 0.15);
  color: var(--star);
  cursor: pointer;
}

.dark-timer__btn:hover {
  background: rgba(91, 158, 151, 0.3);
}

/* Timeline */

.timeline {
  margin: var(--space-2xl) 0;
  padding: var(--space-lg);
  background: rgba(17, 22, 39, 0.65);
  border-radius: 12px;
  border: 1px solid rgba(91, 158, 151, 0.18);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
}

.timeline__label {
  font-family: var(--font-sans);
  font-size: var(--text-xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--silver);
  margin-bottom: var(--space-md);
}

.timeline__svg {
  width: 100%;
  height: auto;
  display: block;
}

.timeline__path {
  fill: none;
  stroke: #7ec4bc;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 4px rgba(91, 158, 151, 0.45));
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  transition: stroke-dashoffset 2.8s var(--ease-breathe);
}

.timeline.visible .timeline__path,
.timeline.is-drawn .timeline__path {
  stroke-dashoffset: 0;
}

.timeline__svg > line:not(.timeline__baseline) {
  stroke: rgba(139, 154, 192, 0.55) !important;
  stroke-width: 1.25;
}

.timeline__area {
  opacity: 0.9;
}

.timeline__baseline {
  stroke: rgba(139, 154, 192, 0.25);
  stroke-width: 1;
  stroke-dasharray: 4 6;
}

.timeline__dot {
  fill: var(--teal);
  opacity: 0;
  transition: opacity 0.6s ease 2s;
}

.timeline.visible .timeline__dot,
.timeline.is-drawn .timeline__dot {
  opacity: 1;
}

.timeline__annotation {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  fill: var(--whisper);
}

.timeline__caption {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: var(--text-sm);
  color: var(--silver);
  margin-top: var(--space-md);
  text-align: center;
}

/* Closing + divider */

.closing {
  text-align: center;
  padding: var(--space-3xl) 0 var(--space-xl);
  position: relative;
}

.closing p {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  font-style: italic;
  color: var(--star);
  margin: 0;
}

.closing__glow {
  display: block;
  width: min(20rem, 60%);
  height: 2px;
  margin: var(--space-lg) auto 0;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
  opacity: 0.7;
}

.divider {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin: var(--space-xl) 0;
}

.divider__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(139, 154, 192, 0.55);
  box-shadow: 0 0 10px rgba(91, 158, 151, 0.25);
}

/* Sources */

.sources {
  margin-top: var(--space-3xl);
  padding-top: var(--space-xl);
  border-top: 1px solid rgba(42, 49, 80, 0.8);
}

.sources__title {
  font-family: var(--font-serif);
  font-size: var(--text-lg);
  margin-bottom: var(--space-lg);
  color: var(--star);
}

.source {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: var(--space-md);
  margin-bottom: var(--space-lg);
  font-size: var(--text-sm);
  color: var(--moonlight);
}

.source__number {
  font-family: var(--font-sans);
  font-weight: 600;
  color: var(--teal);
}

.source:target {
  background: rgba(91, 158, 151, 0.08);
  border-radius: 8px;
  padding: var(--space-sm);
  margin-left: calc(-1 * var(--space-sm));
}

/* Footer */

.footer {
  max-width: var(--column-width);
  margin: 0 auto;
  padding-top: var(--space-2xl);
  padding-bottom: var(--space-4xl);
  padding-left: max(var(--read-inline), env(safe-area-inset-left, 0px));
  padding-right: max(var(--read-inline), env(safe-area-inset-right, 0px));
  text-align: center;
}

.footer__signature {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--moonlight);
}

.footer__paw {
  margin: var(--space-sm) 0;
}

.footer__note {
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  color: var(--whisper);
  line-height: 1.65;
  max-width: 32rem;
  margin: 0 auto;
}

sup[data-source] {
  cursor: pointer;
  color: var(--teal);
  font-family: var(--font-sans);
  font-size: 0.75em;
  font-weight: 600;
}

