.elementor-315 .elementor-element.elementor-element-4cb9f0d{--display:flex;}.elementor-315 .elementor-element.elementor-element-1dc0805{--display:flex;}.elementor-315 .elementor-element.elementor-element-ec7e03d{--display:flex;}.elementor-315 .elementor-element.elementor-element-84a9ee2{--display:flex;}.elementor-315 .elementor-element.elementor-element-215fdb0{--display:flex;}.elementor-315 .elementor-element.elementor-element-7f1a07a{--display:flex;}.elementor-315 .elementor-element.elementor-element-03437f5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1d8370c */<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Montserrat:wght@300;400;500;600;700&display=swap');

:root {
  --jph-gold: #b28a35;
  --jph-light-gold: #e8c66f;
  --jph-dark: #222;
  --jph-text: #666;
  --jph-cream: #faf7ef;
}

.jph-founder-section {
  position: relative;
  padding: 110px 7%;
  background:
    radial-gradient(circle at 12% 12%, rgba(178,138,53,.16), transparent 30%),
    radial-gradient(circle at 90% 85%, rgba(232,198,111,.18), transparent 35%),
    linear-gradient(180deg, #fff 0%, #faf7ef 100%);
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
}

.jph-founder-section::before {
  content: "";
  position: absolute;
  inset: 35px;
  border: 1px solid rgba(178,138,53,.13);
  pointer-events: none;
}

.jph-founder-bg-text {
  position: absolute;
  right: -40px;
  top: 40px;
  font-family: 'Cinzel', serif;
  font-size: 185px;
  color: rgba(178,138,53,.055);
  pointer-events: none;
  animation: founderFloat 7s ease-in-out infinite;
}

.jph-founder-wrap {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: center;
}

/* IMAGE FIX */
.jph-founder-image {
  position: relative;
  height: 620px;
  min-height: 620px;
  overflow: hidden;
  border-radius: 0 90px 0 90px;
  border: 1px solid rgba(178,138,53,.42);
  box-shadow:
    0 45px 120px rgba(0,0,0,.16),
    0 0 0 12px rgba(178,138,53,.06);
  animation: founderImageReveal 1.1s ease both;
  transform-style: preserve-3d;
}

.jph-founder-image::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.70);
  z-index: 4;
  pointer-events: none;
}

.jph-founder-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,.20), transparent 58%),
    linear-gradient(120deg, rgba(178,138,53,.34), transparent 48%);
  z-index: 2;
}

.jph-founder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top; /* IMPORTANT IMAGE FIT FIX */
  transform: scale(1.02);
  animation: founderSlowZoom 10s ease-in-out infinite alternate;
}

.jph-founder-image:hover img {
  transform: scale(1.08);
  filter: brightness(.95) contrast(1.08) saturate(1.06);
}

.jph-founder-badge {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 6;
  padding: 22px 24px;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(232,198,111,.55);
  backdrop-filter: blur(16px);
  color: #fff;
  box-shadow: 0 25px 70px rgba(0,0,0,.18);
  animation: badgeFloat 4s ease-in-out infinite;
}

.jph-founder-badge span {
  color: var(--jph-light-gold);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.jph-founder-badge strong {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 25px;
  font-weight: 500;
  margin-top: 8px;
}

/* CONTENT */
.jph-founder-content {
  position: relative;
  animation: founderTextReveal 1.1s ease both;
}

.jph-founder-label {
  color: var(--jph-gold);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.jph-founder-content h2 {
  font-family: 'Cinzel', serif;
  font-size: 50px;
  line-height: 1.14;
  font-weight: 500;
  text-transform: uppercase;
  margin: 18px 0 28px;
  background: linear-gradient(90deg, #222, #b28a35, #e8c66f, #222);
  background-size: 280%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: founderGoldFlow 5s linear infinite;
}

.jph-founder-content p {
  color: var(--jph-text);
  font-size: 15.5px;
  line-height: 1.9;
  margin: 0 0 16px;
}

.jph-founder-content blockquote {
  position: relative;
  margin: 30px 0;
  padding: 28px 34px;
  background: rgba(255,255,255,.88);
  border-left: 4px solid var(--jph-gold);
  box-shadow: 0 25px 70px rgba(0,0,0,.07);
  font-family: 'Cinzel', serif;
  color: var(--jph-dark);
  font-size: 24px;
  line-height: 1.55;
  font-weight: 500;
  transition: .45s ease;
}

.jph-founder-content blockquote:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 90px rgba(178,138,53,.18);
}

.jph-founder-content blockquote::before {
  content: "“";
  position: absolute;
  right: 28px;
  top: -18px;
  font-family: 'Cinzel', serif;
  font-size: 110px;
  color: rgba(178,138,53,.12);
}

.jph-founder-closing {
  position: relative;
  padding: 26px 30px;
  background: linear-gradient(135deg, var(--jph-gold), var(--jph-light-gold));
  color: #fff;
  font-family: 'Cinzel', serif;
  font-size: 23px;
  line-height: 1.55;
  box-shadow: 0 28px 75px rgba(178,138,53,.24);
  overflow: hidden;
  transition: .5s ease;
}

.jph-founder-closing::after {
  content: "";
  position: absolute;
  top: 0;
  left: -90%;
  width: 65%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.45), transparent);
  transform: skewX(-18deg);
  transition: .8s ease;
}

.jph-founder-closing:hover::after {
  left: 120%;
}

.jph-founder-closing:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 42px 95px rgba(178,138,53,.34);
}

@keyframes founderImageReveal {
  from { opacity: 0; transform: translateX(-70px) rotateY(12deg); filter: blur(10px); }
  to { opacity: 1; transform: translateX(0) rotateY(0); filter: blur(0); }
}

@keyframes founderTextReveal {
  from { opacity: 0; transform: translateX(70px); filter: blur(10px); }
  to { opacity: 1; transform: translateX(0); filter: blur(0); }
}

@keyframes founderSlowZoom {
  from { transform: scale(1.02); }
  to { transform: scale(1.09); }
}

@keyframes founderGoldFlow {
  0% { background-position: 0%; }
  100% { background-position: 280%; }
}

@keyframes founderFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
}

@keyframes badgeFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media(max-width: 1000px) {
  .jph-founder-wrap {
    grid-template-columns: 1fr;
  }

  .jph-founder-image {
    height: 560px;
    min-height: 560px;
  }
}

@media(max-width: 600px) {
  .jph-founder-section {
    padding: 80px 6%;
  }

  .jph-founder-bg-text {
    font-size: 90px;
  }

  .jph-founder-image {
    height: 430px;
    min-height: 430px;
    border-radius: 0 45px 0 45px;
  }

  .jph-founder-image img {
    object-position: center top;
  }

  .jph-founder-content h2 {
    font-size: 31px;
  }

  .jph-founder-content p {
    font-size: 14px;
  }

  .jph-founder-content blockquote {
    font-size: 18px;
    padding: 22px;
  }

  .jph-founder-closing {
    font-size: 18px;
  }

  .jph-founder-badge {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .jph-founder-badge strong {
    font-size: 20px;
  }
}
</style>/* End custom CSS */