.elementor-1298 .elementor-element.elementor-element-b6f58fa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d07a132 *//* =========================================================
   LE'LA C. JACKSON — UNSHAKABLE BOOK PAGE
   Prefix: lcj-unshakable-
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap');


/* =========================================================
   GLOBAL
========================================================= */

.lcj-unshakable-page,
.lcj-unshakable-page * {
  box-sizing: border-box;
}

.lcj-unshakable-page {
  width: 100%;
  overflow: hidden;
  background: #0B0A08;
  color: #F7F2E8;
  font-family: "DM Sans", sans-serif;
}

.lcj-unshakable-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.lcj-unshakable-container {
  width: min(1180px, 90%);
  margin: 0 auto;
}


/* =========================================================
   TYPOGRAPHY
========================================================= */

.lcj-unshakable-page h1,
.lcj-unshakable-page h2,
.lcj-unshakable-page h3,
.lcj-unshakable-page p {
  margin-top: 0;
}

.lcj-unshakable-page a {
  text-decoration: none !important;
}


/* =========================================================
   EYEBROW
========================================================= */

.lcj-unshakable-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;

  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.5;
  text-transform: uppercase;

  color: #C9A227;
}

.lcj-unshakable-eyebrow span {
  width: 34px;
  height: 1px;
  background: #C9A227;
  flex: 0 0 auto;
}


/* =========================================================
   SECTION 01 — HERO
========================================================= */

.lcj-unshakable-hero {
  position: relative;
  background: #0B0A08;
  padding: 130px 0 90px;
}

.lcj-unshakable-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
  align-items: center;
  gap: 90px;
}


/* HERO CONTENT */

.lcj-unshakable-hero-content {
  position: relative;
  z-index: 2;
}

.lcj-unshakable-hero-title {
  margin: 26px 0 4px;

  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(64px, 8vw, 108px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -3px;

  color: #F7F2E8;
}

.lcj-unshakable-hero-subtitle {
  max-width: 600px;

  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4vw, 52px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.12;

  color: #C9A227;
}

.lcj-unshakable-category {
  margin-top: 28px;

  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.4px;
  line-height: 1.7;
  text-transform: uppercase;

  color: #D8C39A;
}

.lcj-unshakable-category i {
  display: inline-block;

  width: 4px;
  height: 4px;

  margin: 0 9px 2px;

  border-radius: 50%;
  background: #C9A227;
}

.lcj-unshakable-hero-description {
  max-width: 620px;
  margin: 26px 0 0;

  font-size: 16px;
  line-height: 1.9;

  color: #B9B0A3;
}


/* HERO BUTTONS */

.lcj-unshakable-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;

  margin-top: 38px;
}

.lcj-unshakable-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;

  min-height: 52px;
  padding: 0 25px;

  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;

  transition:
    transform 0.3s ease,
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}

.lcj-unshakable-btn span {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.lcj-unshakable-btn:hover span {
  transform: translateX(4px);
}

.lcj-unshakable-btn:hover {
  transform: translateY(-2px);
}

.lcj-unshakable-btn-gold {
  background: #C9A227;
  color: #0B0A08;
}

.lcj-unshakable-btn-gold:hover {
  background: #D8C39A;
  color: #0B0A08;
}

.lcj-unshakable-btn-outline {
  border: 1px solid rgba(216, 195, 154, 0.5);
  color: #F7F2E8;
  background: transparent;
}

.lcj-unshakable-btn-outline:hover {
  border-color: #C9A227;
  color: #C9A227;
}


/* =========================================================
   HERO BOOK VISUAL
========================================================= */

.lcj-unshakable-hero-visual {
  position: relative;

  min-height: 620px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.lcj-unshakable-circle {
  position: absolute;

  width: min(510px, 90%);
  aspect-ratio: 1;

  border: 1px solid rgba(201, 162, 39, 0.18);
  border-radius: 50%;
}

.lcj-unshakable-circle::before,
.lcj-unshakable-circle::after {
  content: "";

  position: absolute;

  border: 1px solid rgba(216, 195, 154, 0.10);
  border-radius: 50%;
}

.lcj-unshakable-circle::before {
  inset: 40px;
}

.lcj-unshakable-circle::after {
  inset: 85px;
}

.lcj-unshakable-book-frame {
  position: relative;
  z-index: 2;

  width: min(370px, 75%);

  padding: 18px;

  border: 1px solid rgba(201, 162, 39, 0.38);

  background: rgba(11, 10, 8, 0.35);

  box-shadow:
    0 35px 80px rgba(0, 0, 0, 0.48);
}

.lcj-unshakable-book-image {
  width: 100%;
  display: block;
}

.lcj-unshakable-corner {
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 4;
}

.lcj-unshakable-corner-tl {
  top: -7px;
  left: -7px;
  border-top: 1px solid #C9A227;
  border-left: 1px solid #C9A227;
}

.lcj-unshakable-corner-tr {
  top: -7px;
  right: -7px;
  border-top: 1px solid #C9A227;
  border-right: 1px solid #C9A227;
}

.lcj-unshakable-corner-bl {
  bottom: -7px;
  left: -7px;
  border-bottom: 1px solid #C9A227;
  border-left: 1px solid #C9A227;
}

.lcj-unshakable-corner-br {
  bottom: -7px;
  right: -7px;
  border-bottom: 1px solid #C9A227;
  border-right: 1px solid #C9A227;
}

.lcj-unshakable-book-caption {
  position: absolute;

  bottom: 5px;
  left: 50%;

  transform: translateX(-50%);

  display: flex;
  flex-direction: column;
  align-items: center;

  white-space: nowrap;

  text-align: center;
}

.lcj-unshakable-book-caption strong {
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  color: #C9A227;
}

.lcj-unshakable-book-caption span {
  margin-top: 5px;

  font-family: "Playfair Display", Georgia, serif;
  font-size: 14px;

  color: #D8C39A;
}


/* HERO MESSAGE */

.lcj-unshakable-hero-message {
  display: grid;
  grid-template-columns: 190px minmax(0, 620px);
  gap: 50px;

  margin-top: 85px;
  padding-top: 35px;

  border-top: 1px solid rgba(201, 162, 39, 0.25);
}

.lcj-unshakable-mini-label {
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;

  color: #C9A227;
}

.lcj-unshakable-hero-message p {
  margin: 0;

  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  line-height: 1.55;

  color: #F7F2E8;
}


/* =========================================================
   SECTION 02
========================================================= */

.lcj-unshakable-message-section {
  background: #F7F2E8;
  color: #211F1B;

  padding: 140px 0;
}

.lcj-unshakable-message-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: 110px;
}


/* SECONDARY BOOK */

.lcj-unshakable-secondary-visual {
  position: sticky;
  top: 100px;
}

.lcj-unshakable-secondary-frame {
  position: relative;

  max-width: 410px;

  padding: 20px;

  border: 1px solid rgba(201, 162, 39, 0.45);
}

.lcj-unshakable-secondary-line {
  position: absolute;

  top: 10px;
  right: -10px;

  width: 100%;
  height: 100%;

  border: 1px solid rgba(201, 162, 39, 0.25);

  pointer-events: none;
}

.lcj-unshakable-secondary-book {
  position: relative;
  z-index: 2;

  width: 100%;
}

.lcj-unshakable-featured {
  display: flex;
  flex-direction: column;
  gap: 7px;

  margin-top: 25px;
}

.lcj-unshakable-featured span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;

  color: #C9A227;
}

.lcj-unshakable-featured strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 500;

  color: #211F1B;
}

.lcj-unshakable-featured-rule {
  width: 65px;
  height: 1px;

  margin-top: 18px;

  background: #C9A227;
}


/* MESSAGE CONTENT */

.lcj-unshakable-dark-eyebrow {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;

  color: #C9A227;
}

.lcj-unshakable-section-title {
  max-width: 650px;

  margin: 22px 0 30px;

  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -2px;

  color: #0B0A08;
}

.lcj-unshakable-section-title em {
  display: block;

  font-weight: 400;
  color: #C9A227;
}

.lcj-unshakable-message-copy {
  max-width: 690px;

  margin-bottom: 20px;

  font-size: 16px;
  line-height: 1.9;

  color: #4A443B;
}


/* =========================================================
   ACCORDION
========================================================= */

.lcj-unshakable-discover {
  margin-top: 60px;
}

.lcj-unshakable-discover-label {
  margin-bottom: 15px;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;

  color: #8A7966;
}

.lcj-unshakable-accordion {
  border-top: 1px solid rgba(138, 121, 102, 0.35);
}

.lcj-unshakable-accordion:last-child {
  border-bottom: 1px solid rgba(138, 121, 102, 0.35);
}

.lcj-unshakable-accordion-trigger {
  width: 100%;

  display: grid;
  grid-template-columns: 45px minmax(0, 1fr) 30px;
  align-items: center;

  gap: 12px;

  padding: 23px 0;

  border: 0;
  background: transparent;

  cursor: pointer;

  text-align: left;

  color: #211F1B;
}

.lcj-unshakable-accordion-number {
  font-size: 11px;
  letter-spacing: 2px;
  color: #C9A227;
}

.lcj-unshakable-accordion-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 21px;
  font-weight: 500;

  transition: color 0.25s ease;
}

.lcj-unshakable-accordion-trigger:hover
.lcj-unshakable-accordion-title {
  color: #C9A227;
}

.lcj-unshakable-accordion-icon {
  width: 25px;
  height: 25px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(201, 162, 39, 0.5);

  font-size: 18px;
  font-weight: 400;

  color: #C9A227;

  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.lcj-unshakable-accordion.active
.lcj-unshakable-accordion-icon {
  background: #C9A227;
  color: #0B0A08;
}

.lcj-unshakable-accordion-content {
  display: grid;
  grid-template-rows: 0fr;

  transition: grid-template-rows 0.35s ease;
}

.lcj-unshakable-accordion-content p {
  min-height: 0;
  overflow: hidden;

  max-width: 650px;

  margin: 0;
  padding: 0;

  font-size: 15px;
  line-height: 1.8;

  color: #625C57;

  transition:
    padding 0.35s ease,
    opacity 0.35s ease;

  opacity: 0;
}

.lcj-unshakable-accordion.active
.lcj-unshakable-accordion-content {
  grid-template-rows: 1fr;
}

.lcj-unshakable-accordion.active
.lcj-unshakable-accordion-content p {
  padding: 0 45px 24px 57px;
  opacity: 1;
}


/* =========================================================
   HEART OF UNSHAKABLE
========================================================= */

.lcj-unshakable-heart {
  margin-top: 65px;
  padding-left: 28px;

  border-left: 2px solid #C9A227;
}

.lcj-unshakable-heart-label {
  margin-bottom: 18px;

  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;

  color: #C9A227;
}

.lcj-unshakable-heart blockquote {
  max-width: 690px;

  margin: 0;

  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(27px, 3vw, 40px);
  font-style: italic;
  line-height: 1.3;

  color: #211F1B;
}


/* =========================================================
   SECTION 03 — EDITIONS
========================================================= */

.lcj-unshakable-editions-section {
  background: #0B0A08;
  color: #F7F2E8;

  padding: 135px 0 110px;
}

.lcj-unshakable-editions-header {
  max-width: 750px;
  margin: 0 auto;

  text-align: center;
}

.lcj-unshakable-editions-header
.lcj-unshakable-eyebrow {
  justify-content: center;
}

.lcj-unshakable-editions-title {
  margin: 25px 0 24px;

  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(50px, 6vw, 78px);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -2px;
  color: white !important;
}

.lcj-unshakable-editions-title em {
  display: block;

  font-weight: 400;
  color: #C9A227;
}

.lcj-unshakable-editions-header > p {
  max-width: 600px;

  margin: 0 auto;

  font-size: 16px;
  line-height: 1.8;

  color: #B9B0A3;
}


/* FORMAT GRID */

.lcj-unshakable-format-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  margin-top: 75px;

  border-top: 1px solid rgba(201, 162, 39, 0.35);
  border-bottom: 1px solid rgba(201, 162, 39, 0.35);
}

.lcj-unshakable-format {
  position: relative;

  min-height: 330px;

  padding: 45px 38px;

  border-right: 1px solid rgba(201, 162, 39, 0.25);
}

.lcj-unshakable-format:last-child {
  border-right: 0;
}

.lcj-unshakable-format-number {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 50px;
  line-height: 1;

  color: rgba(201, 162, 39, 0.22);
}

.lcj-unshakable-format-type {
  margin-top: 25px;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;

  color: #C9A227;
}

.lcj-unshakable-format h3 {
  margin: 12px 0 15px;

  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
  font-weight: 500;

  color: #F7F2E8;
}

.lcj-unshakable-format p {
  max-width: 300px;

  margin: 0;

  font-size: 14px;
  line-height: 1.8;

  color: #9E958A;
}

.lcj-unshakable-format-link {
  position: absolute;

  bottom: 38px;
  left: 38px;

  display: inline-flex;
  align-items: center;
  gap: 12px;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;

  color: #D8C39A;

  transition: color 0.25s ease;
}

.lcj-unshakable-format-link span {
  color: #C9A227;
  font-size: 16px;

  transition: transform 0.25s ease;
}

.lcj-unshakable-format-link:hover {
  color: #C9A227;
}

.lcj-unshakable-format-link:hover span {
  transform: translateX(5px);
}


/* =========================================================
   BOTTOM CTA
========================================================= */

.lcj-unshakable-bottom-cta {
  padding-top: 100px;

  text-align: center;
}

.lcj-unshakable-bottom-line {
  width: 70px;
  height: 1px;

  margin: 0 auto 35px;

  background: #C9A227;
}

.lcj-unshakable-bottom-cta
.lcj-unshakable-mini-label {
  margin-bottom: 20px;
}

.lcj-unshakable-bottom-cta h3 {
  margin-bottom: 18px;

  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.1;

  color: #F7F2E8;
}

.lcj-unshakable-bottom-cta h3 em {
  color: white !important;
  font-weight: 400;
}

.lcj-unshakable-bottom-cta > p {
  max-width: 520px;

  margin: 0 auto;

  font-size: 15px;
  line-height: 1.8;

  color: #9E958A;
}

.lcj-unshakable-bottom-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;

  margin-top: 35px;
}


/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 1000px) {

  .lcj-unshakable-hero {
    padding: 100px 0 80px;
  }

  .lcj-unshakable-hero-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .lcj-unshakable-hero-content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .lcj-unshakable-hero-content
  .lcj-unshakable-eyebrow {
    justify-content: center;
  }

  .lcj-unshakable-hero-description {
    margin-left: auto;
    margin-right: auto;
  }

  .lcj-unshakable-hero-buttons {
    justify-content: center;
  }

  .lcj-unshakable-hero-visual {
    min-height: 550px;
  }

  .lcj-unshakable-message-section {
    padding: 100px 0;
  }

  .lcj-unshakable-message-grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .lcj-unshakable-secondary-visual {
    position: relative;
    top: auto;

    max-width: 500px;
    margin: 0 auto;
  }

  .lcj-unshakable-secondary-frame {
    max-width: 420px;
    margin: 0 auto;
  }

  .lcj-unshakable-featured {
    text-align: center;
  }

  .lcj-unshakable-featured-rule {
    margin-left: auto;
    margin-right: auto;
  }

  .lcj-unshakable-format-grid {
    grid-template-columns: 1fr;
  }

  .lcj-unshakable-format {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(201, 162, 39, 0.25);
  }

  .lcj-unshakable-format:last-child {
    border-bottom: 0;
  }

  .lcj-unshakable-format-link {
    position: static;
    margin-top: 28px;
  }

}


/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 640px) {

  .lcj-unshakable-container {
    width: min(92%, 1180px);
  }

  .lcj-unshakable-hero {
    padding: 80px 0 65px;
  }

  .lcj-unshakable-eyebrow {
    font-size: 9px;
    letter-spacing: 2px;
  }

  .lcj-unshakable-eyebrow span {
    width: 22px;
  }

  .lcj-unshakable-hero-title {
    margin-top: 22px;

    font-size: 58px;
    letter-spacing: -2px;
  }

  .lcj-unshakable-hero-subtitle {
    font-size: 30px;
  }

  .lcj-unshakable-category {
    font-size: 9px;
    letter-spacing: 1.7px;
  }

  .lcj-unshakable-hero-description {
    font-size: 15px;
  }

  .lcj-unshakable-hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .lcj-unshakable-btn {
    width: 100%;
  }

  .lcj-unshakable-hero-visual {
    min-height: 440px;
  }

  .lcj-unshakable-book-frame {
    width: min(310px, 78%);
  }

  .lcj-unshakable-circle {
    width: 340px;
  }

  .lcj-unshakable-book-caption {
    bottom: -12px;
  }

  .lcj-unshakable-hero-message {
    display: block;
    margin-top: 65px;
  }

  .lcj-unshakable-hero-message .lcj-unshakable-mini-label {
    margin-bottom: 18px;
  }

  .lcj-unshakable-hero-message p {
    font-size: 19px;
  }


  /* SECTION 02 */

  .lcj-unshakable-message-section {
    padding: 80px 0;
  }

  .lcj-unshakable-message-grid {
    gap: 60px;
  }

  .lcj-unshakable-secondary-frame {
    padding: 13px;
  }

  .lcj-unshakable-section-title {
    font-size: 46px;
    letter-spacing: -1.5px;
  }

  .lcj-unshakable-message-copy {
    font-size: 15px;
  }

  .lcj-unshakable-discover {
    margin-top: 45px;
  }

  .lcj-unshakable-accordion-trigger {
    grid-template-columns: 32px minmax(0, 1fr) 27px;

    padding: 20px 0;
  }

  .lcj-unshakable-accordion-title {
    font-size: 18px;
  }

  .lcj-unshakable-accordion.active
  .lcj-unshakable-accordion-content p {
    padding: 0 15px 22px 32px;
  }

  .lcj-unshakable-heart {
    margin-top: 50px;
    padding-left: 20px;
  }

  .lcj-unshakable-heart blockquote {
    font-size: 27px;
  }


  /* SECTION 03 */

  .lcj-unshakable-editions-section {
    padding: 85px 0 75px;
  }

  .lcj-unshakable-editions-title {
    font-size: 48px;
    letter-spacing: -1px;
  }

  .lcj-unshakable-format-grid {
    margin-top: 55px;
  }

  .lcj-unshakable-format {
    padding: 35px 25px;
  }

  .lcj-unshakable-format-number {
    font-size: 42px;
  }

  .lcj-unshakable-format h3 {
    font-size: 25px;
  }

  .lcj-unshakable-bottom-cta {
    padding-top: 75px;
  }

  .lcj-unshakable-bottom-buttons {
    flex-direction: column;
  }

}


/* =========================================================
   ELEMENTOR / EDITOR SAFETY
========================================================= */

body.elementor-editor-active
.lcj-unshakable-page *,
body.elementor-editor-preview
.lcj-unshakable-page * {
  visibility: visible !important;
}/* End custom CSS */