.elementor-988739 .elementor-element.elementor-element-3bd05a0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS *//* =========================================================
   SHARON CHATTEN ACTORS STUDIO
   PRIVATE COACHING PAGE
   FULL-WIDTH VERSION
   ========================================================= */


/* ---------------------------------------------------------
   FORCE PAGE FULL WIDTH
   --------------------------------------------------------- */

.sc-private-coaching-page {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  color: #111111;
  box-sizing: border-box;
}

.sc-private-coaching-page *,
.sc-private-coaching-page *::before,
.sc-private-coaching-page *::after {
  box-sizing: border-box;
}


/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.sc-pc-hero {
  width: 100%;
  max-width: none;
  margin: 0;
  background: #111111;
  color: #ffffff;
  padding: 120px 6% 115px;
}

.sc-pc-hero-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.sc-pc-eyebrow {
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.65;
}

.sc-pc-hero h1 {
  margin: 0;
  padding: 0;
  font-size: clamp(64px, 9vw, 140px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.055em;
  color: #ffffff;
}

.sc-pc-intro {
  max-width: 700px;
  margin: 42px 0 0;
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: -0.015em;
  color: rgba(255, 255, 255, 0.82);
}


/* ---------------------------------------------------------
   MAIN CONTENT
   --------------------------------------------------------- */

.sc-pc-content {
  width: 100%;
  max-width: none;
  margin: 0;
  background: #ffffff;
  padding: 125px 6% 135px;
}

.sc-pc-content-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.45fr);
  gap: 70px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.sc-pc-number {
  margin-top: -15px;
  font-size: clamp(100px, 15vw, 220px);
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -0.07em;
  color: rgba(17, 17, 17, 0.07);
  user-select: none;
}

.sc-pc-copy {
  max-width: 820px;
}

.sc-pc-label {
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #111111;
}

.sc-pc-copy h2 {
  margin: 0 0 36px;
  font-size: clamp(45px, 5.7vw, 84px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: #111111;
}

.sc-pc-description {
  max-width: 720px;
  margin: 0 0 24px;
  font-size: clamp(22px, 2.3vw, 32px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #111111;
}

.sc-pc-supporting {
  max-width: 680px;
  margin: 0 0 42px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
  color: #555555;
}


/* ---------------------------------------------------------
   BUTTON
   --------------------------------------------------------- */

.sc-pc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 29px;
  border: 1px solid #111111;
  background: #111111;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.sc-pc-button:hover {
  background: transparent;
  color: #111111 !important;
  transform: translateY(-2px);
}


/* ---------------------------------------------------------
   CLOSING SECTION
   --------------------------------------------------------- */

.sc-pc-closing {
  width: 100%;
  max-width: none;
  margin: 0;
  background: #f2f2f0;
  padding: 120px 6% 125px;
}

.sc-pc-closing-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.sc-pc-closing-small {
  margin: 0 0 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #111111;
}

.sc-pc-closing h2 {
  max-width: 1000px;
  margin: 0 0 42px;
  font-size: clamp(48px, 7vw, 102px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #111111;
}

.sc-pc-closing h2 em {
  font-weight: 300;
}

.sc-pc-text-link {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 1px solid #111111;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #111111 !important;
  transition: opacity 0.2s ease;
}

.sc-pc-text-link:hover {
  opacity: 0.55;
}

.sc-pc-text-link span {
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.2s ease;
}

.sc-pc-text-link:hover span {
  transform: translateX(5px);
}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 1024px) {

  .sc-pc-hero {
    padding: 95px 6% 90px;
  }

  .sc-pc-content {
    padding: 95px 6% 105px;
  }

  .sc-pc-content-inner {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 45px;
  }

  .sc-pc-closing {
    padding: 95px 6% 100px;
  }

}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 767px) {

  .sc-private-coaching-page {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .sc-pc-hero {
    padding: 75px 7% 72px;
  }

  .sc-pc-eyebrow {
    margin-bottom: 18px;
    font-size: 10px;
  }

  .sc-pc-hero h1 {
    font-size: clamp(54px, 18vw, 82px);
    line-height: 0.92;
  }

  .sc-pc-intro {
    margin-top: 30px;
    font-size: 20px;
  }

  .sc-pc-content {
    padding: 78px 7% 85px;
  }

  .sc-pc-content-inner {
    display: block;
  }

  .sc-pc-number {
    margin: 0 0 35px;
    font-size: 110px;
  }

  .sc-pc-label {
    margin-bottom: 19px;
    font-size: 10px;
  }

  .sc-pc-copy h2 {
    margin-bottom: 29px;
    font-size: clamp(43px, 13vw, 62px);
  }

  .sc-pc-description {
    font-size: 22px;
  }

  .sc-pc-supporting {
    margin-bottom: 34px;
    font-size: 16px;
    line-height: 1.7;
  }

  .sc-pc-button {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sc-pc-closing {
    padding: 78px 7% 82px;
  }

  .sc-pc-closing-small {
    font-size: 10px;
  }

  .sc-pc-closing h2 {
    margin-bottom: 34px;
    font-size: clamp(44px, 14vw, 68px);
  }

}/* End custom CSS */