.elementor-32 .elementor-element.elementor-element-bcd0b3c{--display:flex;}.elementor-32 .elementor-element.elementor-element-401dc8a{margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-401dc8a *//* =========================
   GLOBAL HEADER FIX
   (tanggal gap sa ilalim ng header)
   ========================= */

header,
.site-header,
#masthead {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

/* ============ ABOUT PAGE ============ */

.jj-about {
  background: #FFFFFF;
  color: #403C37;
  font-size: 15px;
  line-height: 1.8;

  /* full-bleed wrapper */
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  margin-top: 0;
  overflow-x: hidden;
}

/* ---------- HERO ---------- */

.jj-about-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;

  /* no gaps side, flush sa header */
  margin: 0;
  border-radius: 0;
}

.jj-about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.55) 50%,
    rgba(0, 0, 0, 0.75) 100%
  );
}

.jj-about-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 960px;
  padding: 80px 20px 72px;
  color: #F3EEE4;
}

.jj-about-eyebrow {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
  color: #F7E3D1;
}

.jj-about-title {
  margin: 0;
  font-size: 42px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}

.jj-about-subtitle {
  margin: 14px auto 0;
  max-width: 640px;
  font-size: 15px;
  color: #F3EEE4;
  opacity: 0.9;
}

/* remove default spacing from theme wrappers on first section */
.entry-content > .jj-about:first-child,
.site-main > .jj-about:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ---------- SECTION HEADERS / DIVIDER ---------- */

/* GLOBAL SECTION HEADING – SAME STYLE AS OUR LOCATIONS */
.jj-section-heading {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 28px;
  font-weight: 500;
  color: #403C37;
  margin: 0 0 16px;
  text-align: center;
}

/* small label above titles (if any) */
.jj-section-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  color: #82755A;
  margin: 0 0 6px;
}

/* smaller section title (used sa loob ng blocks / overlay etc.) */
.jj-section-title {
  margin: 0 0 10px;
  font-size: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  color: #403C37;
}

/* ORNAMENTAL DIVIDER – shared */
.jj-heading-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
}

.jj-heading-divider span {
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: #CA8B54;
  opacity: 0.45;
}

/* Center pill */
.jj-heading-icon {
  width: 42px;
  height: 14px;
  border-radius: 999px;
  border: 2px solid #CA8B54;
  position: relative;
  background: #FFFFFF;
}

/* Small circles left & right */
.jj-heading-icon::before,
.jj-heading-icon::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  border: 2px solid #CA8B54;
  top: 50%;
  transform: translateY(-50%);
  background: #FFFFFF;
}

.jj-heading-icon::before {
  left: -9px;
}

.jj-heading-icon::after {
  right: -9px;
}

.jj-heading-divider--left {
  justify-content: flex-start;
}

/* ---------- INTRO BLOCK ---------- */

.jj-about-intro {
  padding: 60px 20px 40px;
}

.jj-about-intro-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.jj-about-lead {
  margin: 0 auto;
  max-width: 720px;
  font-size: 15px;
  color: #403C37;
}

/* ---------- SPLIT SECTIONS (MISSION / VISION) ---------- */

.jj-about-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  padding: 60px 20px;
}

.jj-about-split--vision {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
}

/* Vision image padding so it’s not touching sides */
.jj-about-split--vision .jj-about-split-image {
  padding: 0 40px;
}

.jj-about-split-image,
.jj-about-split-content {
  max-width: 700px;
  margin: 0 auto;
}

.jj-about-split-content p {
  margin-bottom: 10px;
}

.jj-about-split-content p:last-child {
  margin-bottom: 0;
}

/* image card */
.jj-about-image-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #F3EEE4;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.jj-about-image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(202, 139, 84, 0.35), transparent 55%);
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.jj-about-image-card img {
  display: block;
  width: 100%;
  height: auto;
}

/* ---------- OVERLAY / TARGET GROUP (MATCH IMAGE 1) ---------- */

.jj-about-overlay{
  position: relative;
  padding: 70px 20px 80px;
}

.jj-about-overlay-grid{
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
}

.jj-about-overlay-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* TEXT CARD — overlay on LEFT image only (WIDER) */
.jj-about-overlay-text{
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  width: min(520px, calc(50% - 28px)); /* ✅ wider card */
  text-align: center;
  padding: 20px 22px 18px;
  pointer-events: none;

  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.28);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* remove old full-screen overlay behavior */
.jj-about-overlay-text::before{
  content: none !important;
}

.jj-about-overlay-text .jj-section-label,
.jj-about-overlay-text .jj-section-title,
.jj-about-overlay-text p{
  color: #F3EEE4;
  position: relative;
  z-index: 1;
  text-shadow: 0 10px 28px rgba(0,0,0,0.35);
}

.jj-about-overlay-text .jj-section-label{
  margin-bottom: 6px;
  font-size: 10px;
  letter-spacing: 0.20em;
  opacity: 0.95;
}

.jj-about-overlay-text .jj-section-title{
  margin: 0 0 10px;
  font-size: 18px;
  letter-spacing: 0.14em;
}

.jj-about-overlay-text p{
  margin: 0 auto;
  max-width: 460px; /* ✅ wider paragraph */
  font-size: 12.5px;
  line-height: 1.7;
  opacity: 0.95;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 1024px) {
  .jj-about-hero {
    min-height: 50vh;
  }
  .jj-about-title {
    font-size: 34px;
  }
}

@media (max-width: 900px) {
  .jj-about-split,
  .jj-about-split--vision {
    grid-template-columns: minmax(0, 1fr);
  }

  .jj-about-split {
    gap: 28px;
  }

  .jj-about-split--vision .jj-about-split-image {
    order: -1;
  }

  .jj-about-overlay-grid{
    grid-template-columns: minmax(0, 1fr);
  }

  /* center card on the single image */
  .jj-about-overlay-text{
    left: 50%;
    width: min(520px, calc(100% - 36px));
  }
}

@media (max-width: 640px) {
  .jj-about-hero-inner {
    padding: 72px 18px 60px;
  }

  .jj-about-title {
    font-size: 26px;
    letter-spacing: 0.12em;
  }

  .jj-about-intro {
    padding: 44px 18px 32px;
  }

  .jj-about-split {
    padding: 44px 18px;
  }

  .jj-about-overlay {
    padding: 50px 18px 60px;
  }

  .jj-about-overlay-text {
    padding: 16px 14px 14px;
    border-radius: 12px;
  }

  .jj-heading-divider span {
    max-width: 60px;
  }

  .jj-about-split--vision .jj-about-split-image {
    padding: 0 24px;
  }

  .jj-about-overlay-text .jj-section-title{
    font-size: 16px;
  }

  .jj-about-overlay-text p{
    font-size: 12px;
    max-width: 100%;
  }
}

/* =========================
   TYPOGRAPHY
   ========================= */

/* BODY – Poppins */
body,
.jj-about,
.jj-about p,
.jj-about li {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", sans-serif;
}

/* HEADLINES – Transcend (hero title) */
.jj-about-title {
  font-family: "Transcend", "Baskerville Old Face", "Times New Roman", serif;
  letter-spacing: 0.18em;
  font-weight: 400;
}

/* SECTION TITLES / HEADINGS – Baskerville Old Face */
.jj-section-heading,
.jj-section-title {
  font-family: "Baskerville Old Face", "Times New Roman", serif;
  letter-spacing: 0.14em;
  font-weight: 500;
}

/* Eyebrow / small label text */
.jj-about-eyebrow,
.jj-section-label {
  font-family: "Baskerville Old Face", "Times New Roman", serif;
}

/* make sure body copy is clean Poppins */
.jj-about-lead,
.jj-about-split-content p,
.jj-about-overlay-text p {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", sans-serif;
}/* End custom CSS */