/* r60 - quieter phone-story affordance, preserving the full button hit area. */
@media(max-width:640px){
  .intro-aside.story-row,.prose-aside.story-row,.book-aside.story-row{margin-block:22px}
  .film-frame.story-ready .film-stage::after{content:"";position:absolute;z-index:2;inset:-5px;border-radius:50%;padding:2px;background:conic-gradient(from 25deg,var(--sage-accessible),var(--clay),var(--forest),var(--sage-accessible));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.7;pointer-events:none;animation:gd-story-ring 5s linear infinite}
  .film-frame.story-ready .film-play{z-index:3}
  .film-frame.story-ready .film-play span{width:38px;height:38px;background:rgba(231,234,219,.22);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);box-shadow:0 2px 8px rgba(8,18,10,.38);padding-left:1px}
  .film-frame.story-ready .film-play svg{width:17px;height:17px;fill:var(--ivory);filter:drop-shadow(0 1px 2px rgba(8,18,10,.7))}
}@keyframes gd-story-ring{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.film-frame.story-ready .film-stage::after{animation:none}}
