.hop-stats-wrap{font-family:'DM Sans',sans-serif;text-align:center;}
.hop-stats-eyebrow{
  display:block;font-size:10px;font-weight:700;
  letter-spacing:0.28em;text-transform:uppercase;
  color:#8a6b2e;margin-bottom:16px;
}
.hop-stats-title{
  font-family:'DM Sans',sans-serif;font-weight:400;
  font-size:clamp(30px,3.8vw,48px);line-height:1.12;
  color:#1A2621;margin:0 0 48px;
}
.hop-stats-title em{font-style:italic;}
.hop-stats-rule{
  width:48px;height:1px;background:#C5A059;
  margin:0 auto 56px;opacity:0.5;
}
.hop-stats-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:48px 32px;margin-bottom:64px;
}
/* Orphan 7th item — center it in the empty 3-col last row */
@media(min-width:961px){
  .hop-stats-grid > .hop-st-item:last-child:nth-child(3n+1){grid-column:2 / 3;}
}
@media(max-width:960px){.hop-stats-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:600px){.hop-stats-grid{grid-template-columns:repeat(2,1fr);gap:32px 16px;}}
/* Orphan last item in 2-col grid spans full row, content centered */
@media(max-width:960px){
  .hop-stats-grid > .hop-st-item:last-child:nth-child(2n+1){grid-column:1 / -1;}
}
.hop-st-item{display:flex;flex-direction:column;align-items:center;}
.hop-st-num{
  font-family:'DM Sans',sans-serif;font-style:italic;font-weight:400;
  font-size:clamp(38px,5vw,64px);line-height:1;
  color:#1A2621;margin-bottom:10px;display:block;
}
.hop-st-label{
  font-size:11px;line-height:1.55;font-weight:700;
  letter-spacing:0.06em;text-transform:uppercase;
  color:#3d4740;max-width:160px;margin:0;
}
.hop-stats-scope{
  font-family:'DM Sans',sans-serif;font-style:italic;
  font-size:15px;font-weight:400;
  color:#3d4740;margin:0 auto 56px;
  max-width:520px;line-height:1.65;
}
.hop-seen-divider{
  width:48px;height:1px;background:#C5A059;
  margin:0 auto 40px;opacity:0.4;
}
.hop-seen-label{
  display:block;font-size:10px;font-weight:700;
  letter-spacing:0.28em;text-transform:uppercase;
  color:#6b706b;margin-bottom:32px;
}
.hop-seen-outer{
  position:relative;width:100%;overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 92%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 92%,transparent 100%);
}
.hop-seen-track{
  display:flex;align-items:center;gap:72px;width:max-content;
  animation:hop-seen-scroll 56s linear infinite;
}
.hop-seen-outer:hover .hop-seen-track{animation-play-state:paused;}
.hop-seen-track img,
.elementor-8708 .hop-seen-track img{
  height:56px !important;width:auto !important;max-width:none !important;object-fit:contain;flex-shrink:0;
  filter:none;opacity:1;
  transition:filter .35s ease,opacity .35s ease,transform .35s ease;
}
.hop-seen-track img:hover,
.elementor-8708 .hop-seen-track img:hover{
  filter:none;opacity:1;transform:translateY(-2px);
}
@keyframes hop-seen-scroll{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
@media(max-width:768px){
  .hop-seen-track{gap:48px;animation-duration:42s;}
  .hop-seen-track img,
  .elementor-8708 .hop-seen-track img{height:42px !important;width:auto !important;max-width:none !important;}
}
@media(prefers-reduced-motion:reduce){
  .hop-seen-track{animation:none;flex-wrap:wrap;justify-content:center;width:100%;}
}
