.lumora .press-marquee{width:100%;overflow:hidden;background:var(--cream);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 0;}
.lumora .press-track{display:flex;align-items:center;gap:56px;width:max-content;animation:lumora-marquee 26s linear infinite;}
.lumora .press-marquee:hover .press-track{animation-play-state:paused;}
.lumora .press-item{font-family:'Fraunces',serif;font-size:19px;font-weight:500;letter-spacing:0.5px;color:var(--text-soft);opacity:0.8;white-space:nowrap;display:flex;align-items:center;gap:10px;flex-shrink:0;}
.lumora .press-item svg{width:18px;height:18px;stroke:var(--text-soft);flex-shrink:0;}
@keyframes lumora-marquee{from{transform:translateX(0);}to{transform:translateX(-50%);}}
@media(max-width:700px){
  .lumora .press-marquee{padding:16px 0;}
  .lumora .press-item{font-size:14px;gap:7px;}
  .lumora .press-item svg{width:15px;height:15px;}
  .lumora .press-track{gap:32px;}
}
