/* A Jerm Odyssey — tonight's session preview. A teaser, not a recap: warm gold reveals
   against the lair's dark void, distinct from the acts' past-tense treatment. */
.preview { position: relative; padding: clamp(64px, 10vw, 120px) 0 clamp(40px, 7vw, 80px); border-top: 1px solid rgba(245, 184, 61, .12); border-bottom: 1px solid rgba(245, 184, 61, .12); }
.preview::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .55;
  background: radial-gradient(70% 60% at 18% 0%, rgba(196, 123, 255, .16), transparent 65%), radial-gradient(60% 50% at 100% 100%, rgba(245, 184, 61, .09), transparent 70%); }

.prev-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #ffd36a; }
.beacon { position: relative; width: 9px; height: 9px; border-radius: 50%; background: #ffd36a; flex: none; box-shadow: 0 0 8px #ffd36a; }
.beacon::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 1.5px solid #ffd36a; animation: ping 1.8s cubic-bezier(.3, 0, .5, 1) infinite; }
@keyframes ping { 0% { transform: scale(.6); opacity: .9; } 100% { transform: scale(2.4); opacity: 0; } }
.prev-title { font: italic 400 clamp(2.6rem, 6.2vw, 5.2rem)/1.02 var(--f-display); color: #fff3d0; text-shadow: 0 4px 40px rgba(196, 123, 255, .35); max-width: 16ch; }
.prev-meta { margin: .9rem 0 0; font: 600 12.5px/1 var(--f-ui); letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.prev-meta b { color: #ffd36a; }

.prev-recap { max-width: 62ch; margin: clamp(28px, 5vw, 44px) 0 0; padding: 18px 22px; border-left: 2px solid rgba(196, 123, 255, .6); background: rgba(255, 255, 255, .03); border-radius: 0 12px 12px 0; }
.prev-recap-text { margin: 0; color: #d8d1e8; font-size: 1.02em; line-height: 1.5; }
.prev-blurb { margin: 22px 0 0; font: italic 400 clamp(1.3rem, 1.6vw + .8rem, 1.8rem)/1.32 var(--f-display); color: #fff3d0; max-width: 34ch; }

.ally-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 18px; margin-top: clamp(30px, 5vw, 52px); }
.ally-card { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 18px; padding: 20px; border-radius: 18px; text-align: left; cursor: pointer;
  background: linear-gradient(160deg, rgba(255, 211, 106, .1), rgba(15, 12, 46, .82) 55%); border: 1.5px solid rgba(255, 211, 106, .38);
  box-shadow: 0 26px 60px -30px #000; transition: transform .3s var(--ease), border-color .3s, box-shadow .3s; }
.ally-card:hover, .ally-card:focus-visible { transform: translateY(-4px); border-color: #ffd36a; box-shadow: 0 30px 70px -26px rgba(255, 211, 106, .35); }
.ally-tag { position: absolute; top: 14px; right: 16px; padding: 5px 11px; border-radius: 999px; background: #ffd36a; color: #241203; font: 600 10px/1 var(--f-ui); letter-spacing: .16em; text-transform: uppercase; }
.ally-tag.dim { position: static; background: rgba(255, 255, 255, .1); color: var(--muted); }
.ally-port { width: 96px; border-radius: 14px; overflow: hidden; align-self: start; border: 1px solid rgba(255, 211, 106, .3); background: #0d0b25; }
.ally-port img { width: 100%; height: 128px; object-fit: cover; object-position: top; }
.ally-body h4 { font-size: 1.5rem; color: #fff3d0; margin: 0 0 3px; padding-right: 70px; }
.ally-role { margin: 0 0 8px; font: 600 11.5px/1.2 var(--f-ui); letter-spacing: .1em; text-transform: uppercase; color: #ffd36a; }
.ally-note { display: flex; align-items: center; gap: 8px; margin: 0 0 10px; font-size: .88rem; color: var(--muted); line-height: 1.35; }
.ally-badge { flex: none; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 8px; background: rgba(255, 211, 106, .14); color: #ffd36a; }
.ally-badge svg { width: 16px; height: 16px; }
.ally-blurb { margin: 0; font-size: .93rem; line-height: 1.44; color: #d6cfc0; }
@media (max-width: 420px) { .ally-card { grid-template-columns: 1fr; } .ally-port { width: 100%; } .ally-port img { height: 150px; } .ally-body h4 { padding-right: 0; } }

.prev-also { margin-top: 22px; }
.prev-tease { margin-top: 24px; }

.spot-card { display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 16px; align-items: center; margin-top: 16px; padding: 16px 18px; border-radius: 14px; text-align: left; cursor: pointer;
  background: rgba(255, 255, 255, .03); border: 1px solid var(--line); transition: border-color .25s, background .25s; }
.spot-card:hover, .spot-card:focus-visible { border-color: rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .05); }
.spot-port { width: 84px; height: 84px; border-radius: 50%; overflow: hidden; border: 1.5px solid var(--line); }
.spot-port img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.spot-card h4 { font-size: 1.2rem; color: #fff3d0; margin: 6px 0 4px; }
.spot-card p:not(.ally-tag) { margin: 0; font-size: .9rem; color: var(--muted); line-height: 1.4; }

.prev-map { margin-top: clamp(30px, 5vw, 52px); }
.prev-cta { margin-top: clamp(28px, 5vw, 48px); border-color: #ffd36a; }
.prev-cta p { color: #fff3d0; }
.prev-cta cite { color: #ffd36a; }
