/* STRIKELINE — coach-led small-group workouts on Memberships.
   Load after pages.css and classes.css. Native Exercise.com owns purchase and booking. */
.small-group-training{border-top:1px solid var(--line)}
.small-group-training .sec-head{margin-bottom:var(--s-7)}
.small-group-training .sec-head h2{font-size:clamp(2.6rem,5.8vw,5.5rem)}
.small-group-card{display:grid;grid-template-columns:minmax(180px,.65fr) minmax(0,2fr);border:1px solid var(--line);background:var(--bg-2)}
.small-group-card+.small-group-card{margin-top:28px}
.small-group-photo{min-width:0;overflow:hidden}
.small-group-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:grayscale(1);opacity:.9}
.small-group-details{min-width:0;padding:clamp(24px,3vw,44px);border-top:2px solid var(--red)}
.small-group-title{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}
.small-group-coach{font-size:.7rem;line-height:1.6;letter-spacing:.12em;text-transform:uppercase;color:var(--tan);margin-bottom:12px}
.small-group-title h3{font-size:clamp(2.3rem,4vw,3.7rem);line-height:1;text-transform:uppercase}
.small-group-price{flex-shrink:0;font:400 3rem/1 var(--display)}
.small-group-price small{display:block;font:400 .75rem/1.6 var(--body);color:var(--ink-dim);margin-top:6px}
.small-group-description{font-size:.95rem;line-height:1.7;color:var(--ink-dim);margin-top:24px}
.small-group-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;padding:24px 0;margin-top:24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.small-group-facts dt{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--tan);margin-bottom:10px}
.small-group-facts dd{font-size:.85rem;line-height:1.7}
.small-group-actions{display:flex;align-items:center;gap:16px 28px;flex-wrap:wrap;margin-top:28px}
.small-group-actions .btn{max-width:100%;font-size:.7rem;letter-spacing:.1em;padding:16px 22px}
.small-group-actions .btn i{flex-shrink:0}
.small-group-training :focus-visible{outline:2px solid var(--ink);outline-offset:4px}
@media(max-width:1000px){
  .small-group-card{grid-template-columns:minmax(160px,.7fr) minmax(0,2fr)}
  .small-group-title{flex-direction:column;gap:18px}
  .small-group-price small{display:inline;margin-left:6px}
  .small-group-facts{grid-template-columns:1fr;gap:18px}
}
@media(max-width:800px){
  .small-group-training .sec-head{display:block}
  .small-group-training .sec-head>p{margin-top:var(--s-5);max-width:none}
}
@media(max-width:600px){
  .small-group-card{grid-template-columns:1fr}
  .small-group-photo{height:300px}
  .small-group-photo img{object-position:center 18%}
  .small-group-photo-chest img{object-position:center 58%}
  .small-group-actions .btn{width:100%;justify-content:space-between;padding:16px}
}
@media(prefers-reduced-motion:reduce){
  .small-group-actions .btn,.small-group-actions .btn::before{transition:none}
}
