/* Featured Spotify player: immediately follows a journal cover and keeps the listening invitation distinct. */
.journal-spotify-feature{position:relative;max-width:760px;margin:1.05rem auto 2.3rem;padding:.75rem;overflow:hidden;border:1px solid var(--brand-line);border-radius:24px;background:radial-gradient(circle at 88% 12%,rgb(var(--brand-accent-rgb) / 0.510),transparent 10rem),linear-gradient(135deg,#f7fcf8,var(--brand-paper));box-shadow:0 18px 42px rgb(var(--brand-primary-rgb) / 0.125);animation:spotifyFeatureEnter .48s cubic-bezier(.2,.8,.2,1) both}.journal-spotify-feature:before{position:absolute;top:-4rem;right:-3rem;width:13rem;height:13rem;border-radius:50%;background:rgb(var(--brand-accent-rgb) / 0.125);content:"";filter:blur(2px);animation:spotifyFeatureGlow 4.6s ease-in-out infinite alternate}.journal-spotify-feature-heading{position:relative;z-index:1;display:flex;align-items:center;gap:.72rem;padding:.35rem .45rem .78rem}.spotify-feature-mark{display:grid;flex:0 0 35px;place-items:center;width:35px;height:35px;border-radius:50%;background:linear-gradient(135deg,var(--brand-muted),var(--brand-hover));box-shadow:0 6px 14px rgb(var(--brand-hover-rgb) / 0.220);color:#fff;font:700 1.1rem/1 'DM Sans',sans-serif}.journal-spotify-feature-heading div{display:grid;gap:.08rem;min-width:0}.journal-spotify-feature-heading p{margin:0;color:var(--brand-muted);font:700 .6rem 'DM Sans',sans-serif;letter-spacing:.11em;text-transform:uppercase}.journal-spotify-feature-heading strong{color:var(--brand-primary);font:600 1.12rem 'Cormorant Garamond',serif}.spotify-feature-pulse{width:8px;height:8px;margin-left:auto;border-radius:50%;background:var(--brand-muted);box-shadow:0 0 0 0 rgb(var(--brand-muted-rgb) / 0.439);animation:spotifyFeaturePulse 2.1s ease-out infinite}.journal-spotify-feature iframe{position:relative;z-index:1;display:block;width:100%;height:152px;border:0;border-radius:17px;background:#121212;box-shadow:0 10px 22px rgb(var(--brand-ink-rgb) / 0.180)}@keyframes spotifyFeatureEnter{from{opacity:0;transform:translateY(13px)}to{opacity:1;transform:translateY(0)}}@keyframes spotifyFeatureGlow{from{transform:translate(0,0) scale(.95)}to{transform:translate(-1.1rem,1rem) scale(1.08)}}@keyframes spotifyFeaturePulse{70%{box-shadow:0 0 0 9px rgb(var(--brand-muted-rgb) / 0.000)}to{box-shadow:0 0 0 0 rgb(var(--brand-muted-rgb) / 0.000)}}@media(max-width:560px){.journal-spotify-feature{margin:1rem 0 1.8rem;border-radius:19px}.journal-spotify-feature-heading{padding:.2rem .15rem .65rem}.journal-spotify-feature iframe{height:152px;border-radius:13px}}@media(prefers-reduced-motion:reduce){.journal-spotify-feature,.journal-spotify-feature:before,.spotify-feature-pulse{animation:none}}
