/* What We Do — programs experience (theme) */

.elementor-element-a6c6621, #wws-programs{
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background:
    radial-gradient(1200px 500px at 10% 0%, rgba(255,150,70,.12), transparent 55%),
    linear-gradient(180deg, #eef3f7 0%, #f7f9fb 42%, #ffffff 100%) !important;
  box-sizing: border-box;
}
.elementor-element-a6c6621, #wws-programs > .elementor-shape,
.elementor-element-a6c6621, #wws-programs > .wws-program,
.elementor-element-a6c6621, #wws-programs > .elementor-element-ce68be9{
  display: none !important;
}
.wws-exp{
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 7vw, 5.5rem);
  font-family: Poppins, "Segoe UI", sans-serif;
  color: #2a2a2a;
}
.wws-exp__intro{
  max-width: 40rem;
  margin: 0 0 1.75rem;
}
.wws-exp__eyebrow{
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ff9646;
}
.wws-exp__title{
  margin: 0 0 0.75rem;
  font-family: "Yanone Kaffeesatz", Oswald, Impact, sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 3.35rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #2a2a2a;
}
.wws-exp__deck{
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #4a4a4a;
}
.wws-exp__nav{
  display: flex;
  flex-wrap: nowrap;
  gap: 0.4rem;
  overflow-x: auto;
  padding: 0.15rem 0 1.25rem;
  margin: 0 0 0.25rem;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.wws-exp__tab{
  flex: 0 0 auto;
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  background: rgba(42,42,42,.06) !important;
  color: #3a3a3a !important;
  font: inherit !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  padding: 0.7rem 1.05rem !important;
  border-radius: 999px !important;
  cursor: pointer;
  box-shadow: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  transition: background .25s ease, color .25s ease, transform .2s ease;
  white-space: nowrap;
}
.wws-exp__tab:hover{
  color: #111 !important;
  background: rgba(42,42,42,.12) !important;
}
.wws-exp__tab.is-active{
  background: #2a2a2a !important;
  color: #fff !important;
}
.wws-exp__tab:focus-visible{
  outline: 2px solid #ff9646 !important;
  outline-offset: 2px;
}
.wws-exp__stage{
  position: relative;
  min-height: 28rem;
}
.wws-exp__panel{
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
  gap: clamp(1.25rem, 3vw, 2.75rem);
  align-items: center;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  position: absolute;
  inset: 0;
  transition: opacity .35s ease, transform .35s ease;
}
.wws-exp__panel.is-active{
  opacity: 1;
  transform: none;
  pointer-events: auto;
  position: relative;
}
.wws-exp__panel[hidden]{
  display: none !important;
}
.wws-exp__panel.is-active[hidden]{
  display: grid !important;
}
.wws-exp__media{
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 4 / 3;
  background: #1c1c1c;
}
.wws-exp__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.03);
  transition: transform 1.1s ease;
}
.wws-exp__panel.is-active .wws-exp__media img{
  transform: scale(1);
}
.wws-exp__copy h3{
  margin: 0 0 0.75rem;
  font-family: "Yanone Kaffeesatz", Oswald, Impact, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.wws-exp__copy > p{
  margin: 0 0 1rem;
  font-size: 1.02rem;
  line-height: 1.55;
  color: #3f3f3f;
}
.wws-exp__kicker{
  margin: 0 0 0.45rem !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff9646 !important;
}
.wws-exp__copy ul{
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.wws-exp__copy li{
  position: relative;
  padding-left: 1rem;
  font-size: 0.98rem;
  line-height: 1.4;
  color: #333;
}
.wws-exp__copy li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #ff9646;
}
.wws-exp__stat{
  margin: 0 0 1rem !important;
  padding: 0.9rem 0 0.9rem 1rem;
  border-left: 3px solid #ff9646;
  font-size: 1.05rem !important;
  line-height: 1.45 !important;
  color: #2a2a2a !important;
}
.wws-exp__stat span{
  display: inline-block;
  margin-right: 0.25rem;
  color: #ff9646;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
  vertical-align: -0.08em;
}
.wws-exp__aside{
  margin: 0 !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
  color: #5a5a5a !important;
}
.wws-exp__link{
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.25rem;
  color: #ff9646;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid rgba(255,150,70,.35);
  padding-bottom: 0.1rem;
  transition: color .2s ease, border-color .2s ease;
}
.wws-exp__link::after{
  content: "→";
  transition: transform .2s ease;
}
.wws-exp__link:hover{
  color: #e07d30;
  border-color: #e07d30;
}
.wws-exp__link:hover::after{
  transform: translateX(3px);
}
@media (max-width: 900px){
  .wws-exp__panel,
  .wws-exp__panel.is-active[hidden]{
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }
  .wws-exp__stage{ min-height: 0; }
  .wws-exp__panel{
    position: relative;
    inset: auto;
  }
  .wws-exp__panel:not(.is-active){
    display: none !important;
  }
  .wws-exp__media{
    aspect-ratio: 16 / 10;
    border-radius: 14px;
  }
}
@media (max-width: 640px){
  .wws-exp{
    width: min(100% - 1.5rem, 1180px);
    padding-top: 2rem;
  }
  .wws-exp__title{
    font-size: clamp(1.9rem, 9vw, 2.4rem);
  }
  .wws-exp__tab{
    font-size: 0.86rem;
    padding: 0.6rem 0.85rem;
  }
}

.elementor-element-a6c6621.wws-programs-ready > :not(.wws-exp){
  display: none !important;
}
.elementor-element-3a86e01a > .elementor-shape{
  display: none !important;
}
