/*
UNITEE CASE STUDY — LOCKED DESIGN SYSTEM v2
Primary visual reference:
https://uniteegraphics.com/kate-graydon-wodapalooza-shirts/
State-icon placement reference:
https://uniteegraphics.com/christine-anastario-games-athlete-unitee/

Do not customize per post. This stylesheet is intentionally centralized to prevent drift.
*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Graduate&display=swap');

.ucsga-case{
  --unitee-yellow:#ffdd17;
  --unitee-black:#000000;
  --unitee-white:#ffffff;
  --unitee-gallery:#f3f3f3;
  width:100%;
  margin:0;
  padding:0;
  background:var(--unitee-gallery);
  box-sizing:border-box;
}
.ucsga-case*,.ucsga-case*::before,.ucsga-case*::after{box-sizing:border-box}
.ucsga-hero{
  width:100%;
  padding:82px 24px 74px;
  background:var(--unitee-black);
  color:var(--unitee-white);
  text-align:center;
}
.ucsga-hero-inner{width:min(900px,100%);margin:0 auto}
.ucsga-case .ucsga-kicker{
  display:inline-block;
  margin:0 0 18px;
  padding:7px 13px 6px;
  background:var(--unitee-yellow);
  color:var(--unitee-black);
  font-family:'Bebas Neue',Arial,sans-serif!important;
  font-size:clamp(18px,2vw,23px);
  font-weight:400!important;
  font-style:normal!important;
  line-height:1!important;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ucsga-case h1.ucsga-title{
  margin:0;
  color:var(--unitee-white);
  font-family:'Graduate',Georgia,serif!important;
  font-size:clamp(38px,6vw,70px);
  font-weight:400!important;
  font-style:normal!important;
  line-height:1.02!important;
  letter-spacing:-.02em;
  text-transform:uppercase;
}
.ucsga-case .ucsga-location{
  margin:18px 0 0;
  color:var(--unitee-yellow);
  font-family:'Bebas Neue',Arial,sans-serif!important;
  font-size:clamp(22px,3vw,31px);
  font-weight:400!important;
  font-style:normal!important;
  line-height:1.1!important;
  letter-spacing:.035em;
}
.ucsga-case .ucsga-intro{
  width:min(760px,100%);
  margin:29px auto 0;
  color:var(--unitee-white);
  font-family:Georgia,'Times New Roman',serif!important;
  font-size:clamp(16px,1.6vw,19px);
  font-weight:400!important;
  font-style:normal!important;
  line-height:1.65!important;
}
.ucsga-intro p{margin:0}
.ucsga-state-icon{
  width:42px;
  max-height:48px;
  margin:22px auto 0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.ucsga-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%);
}
.ucsga-gallery{
  width:100%;
  background:var(--unitee-gallery);
  padding:48px 30px 60px;
}
.ucsga-gallery-grid{
  width:min(1380px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:30px;
  align-items:start;
}
.ucsga-image-card{
  width:100%;
  margin:0;
  padding:0;
  overflow:hidden;
  background:transparent;
}
.ucsga-image-card:only-child{
  grid-column:1/-1;
  width:min(900px,100%);
  justify-self:center;
}
.ucsga-image-card img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  transition:transform .28s ease;
}

/* HARD TYPOGRAPHY LOCK — prevents Elementor/theme global typography from overriding UNITEE case studies. */
.ucsga-case .ucsga-kicker,
.unitee-case-study-page .ucsga-case .ucsga-kicker{
  font-family:'Bebas Neue',Arial,sans-serif!important;
  font-weight:400!important;
  font-style:normal!important;
}
.ucsga-case h1.ucsga-title,
.unitee-case-study-page .ucsga-case h1.ucsga-title,
.elementor .ucsga-case h1.ucsga-title{
  font-family:'Graduate',Georgia,serif!important;
  font-weight:400!important;
  font-style:normal!important;
  font-variation-settings:normal!important;
}
.ucsga-case .ucsga-location,
.unitee-case-study-page .ucsga-case .ucsga-location{
  font-family:'Bebas Neue',Arial,sans-serif!important;
  font-weight:400!important;
  font-style:normal!important;
}
.ucsga-case .ucsga-intro,
.ucsga-case .ucsga-intro p,
.unitee-case-study-page .ucsga-case .ucsga-intro,
.unitee-case-study-page .ucsga-case .ucsga-intro p{
  font-family:Georgia,'Times New Roman',serif!important;
  font-weight:400!important;
  font-style:normal!important;
}

@media (hover:hover){.ucsga-image-card:hover img{transform:translateY(-4px)}}
@media (prefers-reduced-motion:reduce){.ucsga-image-card img{transition:none}.ucsga-image-card:hover img{transform:none}}
@media (max-width:767px){
  .ucsga-hero{padding:58px 20px 54px}
  .ucsga-intro{margin-top:24px;line-height:1.58}
  .ucsga-gallery{padding:24px 18px 38px}
  .ucsga-gallery-grid{grid-template-columns:1fr;gap:24px}
  .ucsga-image-card:only-child{grid-column:auto;width:100%}
}
/* Prevent common theme/Elementor title duplication on generated UNITEE case-study posts. */
.unitee-case-study-page .entry-title,
.unitee-case-study-page .elementor-widget-theme-post-title{display:none!important}
