/* prasdov.strongnormal.ru — отчётная страница «Вечерник Prasdov».
   Page-specific styles layered on top of the shared СИЛЬНО site.css tokens. */

/* ---------- Hero (созвездие) ---------- */
.pr-hero {
  position: relative;
  background: var(--black, #000);
  color: #fff;
  overflow: hidden;
  padding: 0;
  min-height: min(88vh, 820px);
  display: flex;
  align-items: center;
}
.pr-hero__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}
.pr-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
}
.pr-hero__eyebrow {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--yellow, #FFF500);
  margin: 0 0 22px;
}
.pr-hero__title {
  font-size: clamp(44px, 8.5vw, 128px);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.01em;
  margin: 0 0 28px;
  text-wrap: balance;
}
.pr-hero__title em {
  font-style: normal;
  color: var(--yellow, #FFF500);
}
.pr-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  font-size: clamp(16px, 1.6vw, 20px);
  color: #d8d8d8;
  margin: 0 0 34px;
}
.pr-hero__meta span { position: relative; }
.pr-hero__meta span + span::before {
  content: "·";
  position: absolute;
  left: -15px;
  color: var(--yellow, #FFF500);
}
.pr-hero__lead {
  max-width: 720px;
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.45;
  color: #eaeaea;
  margin: 0;
}
.pr-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9a9a9a;
  animation: pr-bob 2.4s ease-in-out infinite;
}
@keyframes pr-bob { 0%,100%{transform:translate(-50%,0)} 50%{transform:translate(-50%,7px)} }

/* ---------- 360 player ---------- */
.pr-player-section { background: var(--black, #000); padding-top: 0; }
.pr-player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 78vh;
  background: #0b0b0b radial-gradient(120% 90% at 50% 20%, #1c1c1c 0%, #060606 70%) no-repeat;
  border-radius: var(--radius-card, 20px);
  overflow: hidden;
  isolation: isolate;
}
.pr-player a-scene,
.pr-player canvas.a-canvas {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}
/* play gate */
.pr-gate {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-color: #101010;
  color: #fff;
  border: 0;
  width: 100%;
  font-family: var(--font);
  transition: opacity .4s ease;
}
.pr-gate::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.55));
  z-index: 0;
}
.pr-gate__btn, .pr-gate__label, .pr-gate__hint { position: relative; z-index: 1; }
.pr-gate__btn {
  width: 92px; height: 92px;
  border-radius: 50%;
  background: var(--yellow, #FFF500);
  display: grid; place-items: center;
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 8px 40px rgba(255,245,0,.28);
}
.pr-gate:hover .pr-gate__btn { transform: scale(1.06); }
.pr-gate__btn svg { width: 34px; height: 34px; margin-left: 5px; fill: #000; }
.pr-gate__label { font-size: 20px; font-weight: 600; letter-spacing: .01em; }
.pr-gate__hint { font-size: 14px; color: #cfcfcf; letter-spacing: .04em; }
.pr-gate.is-loading .pr-gate__btn { animation: pr-spin 1s linear infinite; box-shadow: none; }
@keyframes pr-spin { to { transform: rotate(360deg); } }
.pr-gate.is-hidden { opacity: 0; pointer-events: none; }

/* control bar */
.pr-controls {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: linear-gradient(0deg, rgba(0,0,0,.72), rgba(0,0,0,0));
  opacity: 0;
  transition: opacity .25s ease;
  font-family: var(--font);
  color: #fff;
}
.pr-player.is-active:hover .pr-controls,
.pr-player.is-active.show-controls .pr-controls { opacity: 1; }
.pr-controls button {
  background: none; border: 0; color: #fff; cursor: pointer;
  display: grid; place-items: center; padding: 4px;
}
.pr-controls button svg { width: 22px; height: 22px; fill: #fff; }
.pr-seek {
  flex: 1;
  -webkit-appearance: none; appearance: none;
  height: 4px; border-radius: 3px;
  background: rgba(255,255,255,.28);
  cursor: pointer;
}
.pr-seek::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--yellow, #FFF500);
}
.pr-seek::-moz-range-thumb {
  width: 14px; height: 14px; border: 0; border-radius: 50%;
  background: var(--yellow, #FFF500);
}
.pr-time { font-size: 13px; font-variant-numeric: tabular-nums; color: #eaeaea; min-width: 96px; text-align: right; }
.pr-drag-hint {
  position: absolute; top: 16px; left: 50%; transform: translateX(-50%);
  z-index: 6; padding: 7px 16px; border-radius: var(--radius-pill, 100px);
  background: rgba(0,0,0,.5); color: #fff; font-size: 13px; letter-spacing: .03em;
  pointer-events: none; opacity: 0; transition: opacity .4s ease;
  font-family: var(--font);
}
.pr-player.is-active .pr-drag-hint.show { opacity: 1; }

/* ---------- Lead / intro ---------- */
.pr-lead-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.pr-lead-cols p { font-size: 18px; line-height: 1.6; margin: 0 0 18px; }
.pr-lead-cols p:last-child { margin-bottom: 0; }

/* ---------- Timeline (программа) ---------- */
.pr-timeline { list-style: none; margin: 0; padding: 0; }
.pr-timeline li {
  position: relative;
  padding: 0 0 34px 116px;
  min-height: 40px;
}
.pr-timeline li::before {
  content: "";
  position: absolute; left: 92px; top: 6px; bottom: -6px;
  width: 2px; background: var(--mid-gray, #e8e8e6);
}
.pr-timeline li:last-child::before { display: none; }
.pr-timeline li::after {
  content: "";
  position: absolute; left: 86px; top: 4px;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--yellow, #FFF500);
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px var(--mid-gray, #e8e8e6);
}
.pr-timeline .pr-tl-date {
  position: absolute; left: 0; top: 0;
  width: 78px; text-align: right;
  font-weight: 600; font-size: 15px; color: var(--text-secondary, #555);
}
.pr-timeline h3 { font-size: 21px; font-weight: 500; margin: 0 0 6px; }
.pr-timeline p { font-size: 16px; line-height: 1.55; color: var(--text-secondary, #555); margin: 0; }

/* ---------- Instrument ---------- */
.pr-instrument {
  background: var(--dark, #181818);
  color: #fff;
  border-radius: var(--radius-card, 20px);
  padding: 48px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: center;
}
.pr-instrument h2 { color: #fff; }
.pr-instrument p { color: #cfcfcf; font-size: 17px; line-height: 1.6; }
.pr-instrument .pr-cobrand {
  font-size: 14px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--yellow, #FFF500); margin-bottom: 18px;
}
.pr-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--yellow, #FFF500); color: #000;
  padding: 14px 26px; border-radius: var(--radius-pill, 100px);
  font-weight: 600; font-size: 16px; text-decoration: none;
  transition: transform .15s ease;
}
.pr-btn:hover { transform: translateY(-2px); }
.pr-btn--ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.4); }

/* ---------- Field recordings ---------- */
.pr-field { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.pr-field .pr-field__media {
  background: var(--gray, #f5f5f3);
  border-radius: var(--radius-card, 20px);
  aspect-ratio: 4/3;
  display: grid; place-items: center;
  color: var(--text-muted, #888);
}

/* ---------- Gallery (фотоархив) ---------- */
.pr-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.pr-gallery__item {
  aspect-ratio: 1/1;
  background: var(--gray, #f5f5f3);
  border-radius: var(--radius-photo, 12px);
  overflow: hidden;
  display: grid; place-items: center;
  color: var(--text-muted, #888);
  font-size: 13px;
}
.pr-gallery__item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pr-gallery__item--wide { grid-column: span 2; aspect-ratio: 2/1; }
.pr-gallery__ph { opacity: .7; }

/* ---------- People (участники) ---------- */
.pr-people {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.pr-person {
  background: #fff;
  border: 1px solid var(--border, #e8e8e6);
  border-radius: var(--radius-card, 20px);
  padding: 26px;
}
.pr-person__avatar {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--gray, #f5f5f3);
  margin-bottom: 16px;
  display: grid; place-items: center;
  font-size: 22px; font-weight: 700; color: var(--text-muted, #888);
  overflow: hidden;
}
.pr-person__avatar img { width: 100%; height: 100%; object-fit: cover; }
.pr-person__name { font-size: 19px; font-weight: 600; margin: 0 0 4px; }
.pr-person__role { font-size: 14px; color: var(--yellow, #FFF500); font-weight: 600; margin: 0 0 12px; }
.pr-person__role--muted { color: var(--text-muted, #888); }
.pr-person__bio { font-size: 15px; line-height: 1.55; color: var(--text-secondary, #555); margin: 0 0 12px; }
.pr-person__links a { font-size: 14px; color: #000; text-decoration: underline; margin-right: 14px; }

/* editorial helper */
.pr-note {
  background: var(--gray, #f5f5f3);
  border-left: 3px solid var(--yellow, #FFF500);
  border-radius: 0 12px 12px 0;
  padding: 16px 20px;
  font-size: 14px; color: var(--text-secondary, #555);
  margin-top: 22px;
}

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .pr-hero { min-height: 82vh; }
  .pr-lead-cols,
  .pr-instrument,
  .pr-field { grid-template-columns: 1fr; gap: 26px; }
  .pr-instrument { padding: 32px; }
  .pr-gallery { grid-template-columns: repeat(2, 1fr); }
  .pr-people { grid-template-columns: 1fr; }
  .pr-timeline li { padding-left: 96px; }
  .pr-timeline li::before { left: 74px; }
  .pr-timeline li::after { left: 68px; }
  .pr-timeline .pr-tl-date { width: 60px; }
}
