/* ================================
   Leadership Institute
================================ */

body {
  font-family: "Montserrat", sans-serif;
  background: #f4f1ea;
}

.li-page {
  background: #f4f1ea;
  color: #24324a;
  overflow: hidden;
}

/* HERO */
.li-hero-event {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.li-hero-event-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 31, 55, 0.88), rgba(20, 31, 55, 0.48)),
    radial-gradient(
      circle at 82% 18%,
      rgba(217, 164, 65, 0.32),
      transparent 35%
    );
}

.li-event-card {
  position: relative;
  z-index: 2;
  max-width: 640px;
  /* background: rgba(255, 255, 255, 0.96); */
  padding: 54px 46px;
}

.SCS-logo-round {
  width: clamp(120px, 18vw, 185px);
  height: auto;
  display: block;
  margin-bottom: 22px;
  filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.22));
}

.SCS-logo-round:hover {
  transform: translateY(-2px);
  transition: all 0.25s ease;
}

.li-kicker, .li-small-title {
    display: inline-block;
    background: #c7112e;
    color: #fff;
    padding: 9px 14px;
    border-radius: 7px;
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.li-event-card h1 {
  color: #FFF;
  font-size: clamp(3.2rem, 7vw, 6.7rem);
  line-height: 0.88;
  letter-spacing: -0.07em;
  font-weight: 900;
  margin-bottom: 28px;
}

.li-event-card h1 span {
  color: #d9a441;
}

.li-date-box {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 7px;
    margin-bottom: 22px;
    display: inline-block;
    width: 100%;
}

.li-date-box strong {
    display: block;
    color: #545454;
    font-size: 2rem;
    font-weight: 900;
}

.li-date-box p {
    margin: -.2em 0 .2em;
    color: #4f5f75;
    font-weight: 800;
    font-size: 1.3em;
}

.li-hero-copy {
    font-size: 1.18rem;
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 24px;
}

/* BUTTON */
.li-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 13px 26px;
    border-radius: 7px;
    background: #005eab;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 12px 28px rgba(0, 94, 171, 0.22);
}

.li-btn:hover {
    background: #c7112e;
    color: #fff;
    transform: translateY(-2px);
}
/* CONTENT */
.li-content {
position: relative
  padding: 70px 0 85px;
}

.li-message-card {
  background: #fff;
  border-radius: 7px;
  padding: 44px;
  text-align: center;
  box-shadow: 0 16px 40px rgba(20, 35, 60, 0.1);
  max-width: 980px;
  margin: 0 auto;
}

.li-message-card h2,
.li-section-heading h2,
.li-sponsor-cta h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.045em;
  color: #24324a;
  margin-bottom: 18px;
}

.li-message-card p,
.li-section-heading p,
.li-sponsor-cta p {
  font-size: 1.08rem;
  line-height: 1.75;
  color: #4f5f75;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.li-section-heading {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 34px;
}

/* VIDEO */
.li-video-section {
  margin-top: 75px;
}

.li-video-frame {
  background: #fff;
  padding: 16px;
  border-radius: 7px;
  box-shadow: 0 18px 45px rgba(20, 35, 60, 0.12);
}

.li-video-frame video {
  width: 100%;
  display: block;
  border-radius: 7px;
}

.li-video-feature-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.55fr 0.72fr;
  gap: 20px;
  align-items: center;
}

.li-video-side-img {
  height: auto;
  border-radius: 2px;
  /* overflow: hidden; */
  /* box-shadow: 0 16px 38px rgba(20, 35, 60, 0.12); */
}

.li-video-side-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 2em;
}

.li-video-center {
  transform: none;
  z-index: 2;
}

.top-pics-row p {
color: #333;
font-size: 1.5em;
margin-top: -1em;
position: relative;
font-weight: 700;
letter-spacing: -.02em;
}

.top-pics {
min-width: 400px;
min-height: 500px;
background-size: cover !important;
object-fit: cover;
margin-bottom: 2em;
border: solid #fff 17px;
border-radius: 4px;
box-shadow: 0 18px 45px rgba(20, 35, 60, 0.12);
}

.text-left {
transform: rotate(-8deg);
margin-left: 1em;
padding-left: 1em;
background: #19355e;
background: #ffc107;
color: #1a1a1a;
margin-top: -3em;
margin-top: -3.5em;
width: 103%;
padding-left: 1.5em !important;
padding-top: 1em;
padding-bottom: 1em;
}
.text-left p {
background: #172333;
color: #ffffff;
display: inline;
padding: 0em 0em;
margin-bottom: 0.2em;
}

.text-right {
    transform: rotate(8deg);
    padding-right: 0em;
    margin-left: -1.5em;
    margin-top: -3.5em;
    padding-left: 1em;
    margin-left: -1.5em;
    width: 97%;
    min-height: 4em;
    background: #19355e;
    background: #ffc107;
    padding-top: 1em;
    padding-bottom: 1em;
}
.text-right p {
background: #172333;
color: #ffffff;
display: inline;
padding: 0em 0em;
margin-bottom: 0.2em;
}

.side-pics {
    min-width: 400px;
    min-height: 324px;
    background-size: cover !important;
    object-fit: cover;
    margin-bottom: 2em;
    border: solid #fff 17px;
    border-radius: 4px;
    box-shadow: 0 18px 45px rgba(20, 35, 60, 0.12);
}

@media (max-width: 991px) {
  .li-video-feature-grid {
    grid-template-columns: 1fr;
  }

  .li-video-side-img {
    height: 280px;
  }

  .li-video-center {
    transform: none;
  }
}

/* SPONSORS */
.li-sponsors {
  margin-top: 80px;
}

.li-sponsor-tier {
  margin-top: 46px;
}

.li-sponsor-tier h3 {
  text-align: center;
  color: #24324a;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.li-sponsor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.li-sponsor-grid-featured {
  grid-template-columns: repeat(1, 1fr);
  max-width: 320px;
  margin: 0 auto;
}

.li-sponsor-logo {
  min-height: 145px;
  background: #fff;
  border-radius: 7px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(20, 35, 60, 0.08);
}

.li-sponsor-logo img {
  max-width: 100%;
  max-height: 95px;
  object-fit: contain;
}

/* SPONSOR CTA */
.li-sponsor-cta {
    margin-top: 70px;
    text-align: center;
    color: #fff;
    border-radius: 7px;
    padding: 58px 32px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 18px 45px rgba(20, 35, 60, 0.16);
    margin-bottom: 4em;
}

.li-sponsor-cta h2,
.li-sponsor-cta p {
  color: #fff;
}

.li-sponsor-cta p {
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 26px;
}

.li-sponsor-cta .li-small-title {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.video-container,
.li-video-frame {
  width: 100%;
  max-width: 410px; /* Max width matching your original video */
  aspect-ratio: 640 / 280; /* Forces the container into your specific ratio */
  margin: 0 auto;
}

.li-event-card-brand {
  max-width: 640px;
  padding: 44px;
}

.li-brand-lockup {
  display: grid;
  /* grid-template-columns: 190px 1fr; */
  gap: 26px;
  align-items: center;
  margin-bottom: 24px;
}

.li-logo-burst {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 190px;
}

.SCS-logo-round {
  z-index: 2;
  width: clamp(145px, 25vw, 890px);
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.22));
  margin: 25em auto;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  right: 0;
}

.li-brand-copy .li-kicker {
  margin-bottom: 16px;
}

.li-brand-copy h1 {
  margin-bottom: 0;
}



@media (max-width: 767px) {
.li-date-box {
text-align: center;
}
.li-brand-lockup {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .li-logo-burst {
    min-height: 160px;
  }

  .li-logo-burst::before {
    width: 180px;
    height: 180px;
  }

  .SCS-logo-round {
    margin: 0 auto;
    width: 155px;
  }
  .li-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
display: table;
}
.li-brand-copy {
    margin-top: 1em;
}
}

@media (max-width: 600px) {
    .li-brand-copy {
        margin-top: 3em;
    }
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .li-hero-event {
    min-height: 620px;
  }

  .li-event-card {
    max-width: 620px;
  }

  .li-sponsor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .li-hero-event {
    min-height: auto;
    padding: 70px 0;
  }

  .li-event-card,
  .li-message-card,
  .li-sponsor-cta {
    padding: 28px;
  }

  .li-event-card h1 {
    font-size: clamp(3rem, 17vw, 4.8rem);
  }

  .li-sponsor-grid,
  .li-sponsor-grid-featured {
    grid-template-columns: 1fr;
  }

  .li-content {
    padding: 50px 0 65px;
  }
}





.li-photo-strip {
  display: grid;
  grid-template-columns: 1fr 1.05fr 1fr;
  gap: 34px;
  align-items: start;
  margin: 65px auto 0;
}

.li-photo-card {
  position: relative;
}

.li-photo-main {
  margin-top: -14px;
}

.li-photo-img {
  width: 100%;
  min-height: 460px;
  background-size: cover;
  background-position: center;
  border: solid #fff 16px;
  border-radius: 4px;
  box-shadow:
    0 18px 45px rgba(20,35,60,.14),
    0 4px 10px rgba(0,0,0,.06);
  position: relative;
  z-index: 1;
}

.li-photo-tilt-left {
  transform: rotate(-4deg);
}

.li-photo-tilt-right {
  transform: rotate(4deg);
}

/* NEW CAPTION STYLE */
.li-photo-caption {
  position: relative;
  z-index: 3;
  background: #fff;
  color: #24324a;
  font-size: 1.02rem;
  line-height: 1.45;
  font-weight: 800;
  padding: 18px 20px;
  max-width: 88%;
  margin-top: -36px;
  margin-left: auto;
  margin-right: auto;
  box-shadow:
    0 12px 30px rgba(20,35,60,.12);
}

/* LEFT CAPTION ALIGNMENT */
.li-photo-tilt-left .li-photo-caption {
  transform: rotate(2deg);
}

/* RIGHT CAPTION ALIGNMENT */
.li-photo-tilt-right .li-photo-caption {
  transform: rotate(-2deg);
}

/* Optional subtle texture */
.li-photo-caption::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .03;
  pointer-events: none;
}

@media (max-width: 991px) {

  .li-photo-strip {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .li-photo-tilt-left,
  .li-photo-tilt-right {
    transform: none;
  }

  .li-photo-caption {
    max-width: 92%;
    transform: none !important;
  }

}

@media (max-width: 575px) {

  .li-photo-img {
    min-height: 320px;
    border-width: 12px;
  }

  .li-photo-caption {
    font-size: .98rem;
    padding: 16px;
    margin-top: -28px;
  }

}

/* Fix mobile spacing between video/images and sponsor section */
.li-video-section {
  position: relative;
  z-index: 1;
  margin-bottom: 90px;
}

.li-video-feature-grid {
  margin-bottom: 40px;
}

.li-sponsors {
  position: relative;
  z-index: 2;
  clear: both;
  margin-top: 90px;
}

@media (max-width: 991px) {
  .li-video-section {
    margin-bottom: 80px;
  }

  .li-video-feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .li-video-side-img {
    height: 260px;
  }

  .li-video-frame {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .li-video-section {
    margin-bottom: 70px;
  }

  .li-video-feature-grid {
    gap: 18px;
    margin-bottom: 35px;
  }

  .li-video-side-img {
    height: 220px;
  }

  .li-sponsors {
    margin-top: 75px;
  }
}

/* HARD FIX: stop video/image area from overlapping sponsors on mobile */
.li-video-section {
  display: block;
  width: 100%;
  clear: both;
  overflow: visible;
  margin-bottom: 110px;
}

.li-video-feature-grid {
  display: grid;
  width: 100%;
  clear: both;
  overflow: visible;
}

.li-video-side-img,
.li-video-frame,
.li-video-center {
  position: relative;
  display: block;
  width: 100%;
  clear: both;
}

.li-sponsors {
  display: block;
  width: 100%;
  clear: both;
  position: relative;
  margin-top: 120px;
  padding-top: 40px;
  background: #f4f1ea;
  z-index: 5;
}

@media (max-width: 991px) {
  .li-video-feature-grid {
    grid-template-columns: 1fr !important;
    gap: 26px;
  }

  .li-video-side-img {
    height: auto !important;
    min-height: 0;
  }

  .li-video-side-img img {
    position: static !important;
    display: block;
    width: 100%;
    height: auto !important;
    max-height: none;
    object-fit: cover;
  }

  .li-video-frame video {
    display: block;
    width: 100%;
    height: auto;
  }

  .li-sponsors {
    margin-top: 130px;
    padding-top: 45px;
  }
}

@media (max-width: 575px) {
  .li-video-section {
    margin-bottom: 130px;
  }

  .li-video-feature-grid {
    gap: 24px;
  }

  .li-sponsors {
    margin-top: 150px;
    padding-top: 55px;
  }
}