/*
UNITEE CASE STUDY — LOCKED DESIGN SYSTEM
Reference: Kate Graydon / Wodapalooza case study
State-icon reference: Christine Anastario Games Athlete
Do not modify per post. Change only in plugin versioned releases.
*/
.ucsg-case{
  --ucsg-yellow:#ffdd17;
  --ucsg-black:#000000;
  --ucsg-white:#ffffff;
  --ucsg-gallery:#f3f3f3;
  width:100%; margin:0; padding:0; background:var(--ucsg-gallery); box-sizing:border-box;
}
.ucsg-case*,.ucsg-case*::before,.ucsg-case*::after{box-sizing:border-box}
.ucsg-hero{width:100%;padding:82px 24px 74px;background:var(--ucsg-black);color:var(--ucsg-white);text-align:center}
.ucsg-hero-inner{width:min(900px,100%);margin:0 auto}
.ucsg-kicker{display:inline-block;margin:0 0 18px;padding:7px 13px 6px;background:var(--ucsg-yellow);color:var(--ucsg-black);font-family:'Bebas Neue',Arial,sans-serif;font-size:clamp(18px,2vw,23px);font-weight:400;line-height:1;letter-spacing:.08em;text-transform:uppercase}
.ucsg-title{margin:0;color:var(--ucsg-white);font-family:'Graduate',Georgia,serif;font-size:clamp(38px,6vw,70px);font-weight:400;line-height:1.02;letter-spacing:-.02em;text-transform:uppercase}
.ucsg-location{margin:18px 0 0;color:var(--ucsg-yellow);font-family:'Bebas Neue',Arial,sans-serif;font-size:clamp(22px,3vw,31px);font-weight:400;line-height:1.1;letter-spacing:.035em}
.ucsg-intro{width:min(760px,100%);margin:29px auto 0;color:var(--ucsg-white);font-family:Georgia,'Times New Roman',serif;font-size:clamp(16px,1.6vw,19px);font-weight:400;line-height:1.65}
.ucsg-intro p{margin:0}
.ucsg-state-icon{width:42px;max-height:48px;margin:22px auto 0;display:flex;align-items:center;justify-content:center}
.ucsg-state-icon img{display:block;max-width:100%;max-height:48px;width:auto;height:auto;filter:brightness(0) saturate(100%) invert(86%) sepia(92%) saturate(1144%) hue-rotate(343deg) brightness(105%) contrast(103%)}
.ucsg-gallery{width:100%;background:var(--ucsg-gallery);padding:48px 30px 60px}
.ucsg-gallery-grid{width:min(1380px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;align-items:start}
.ucsg-image-card{width:100%;margin:0;padding:0;overflow:hidden;background:transparent}
.ucsg-image-card:only-child{grid-column:1/-1;width:min(900px,100%);justify-self:center}
.ucsg-image-card img{display:block;width:100%;height:auto;object-fit:contain;transition:transform .28s ease}
@media (hover:hover){.ucsg-image-card:hover img{transform:translateY(-4px)}}
@media (prefers-reduced-motion:reduce){.ucsg-image-card img{transition:none}.ucsg-image-card:hover img{transform:none}}
@media (max-width:767px){
  .ucsg-hero{padding:58px 20px 54px}
  .ucsg-intro{margin-top:24px;line-height:1.58}
  .ucsg-gallery{padding:24px 18px 38px}
  .ucsg-gallery-grid{grid-template-columns:1fr;gap:24px}
  .ucsg-image-card:only-child{grid-column:auto;width:100%}
}
