.elementor-149 .elementor-element.elementor-element-a9eb1e3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6ad39de *//* =========================
   ABOUT US PAGE
   ========================= */

/* Apply site font & dark theme just on About page wrapper */
.jcd-about-page {
    font-family: "QTBookmann-BoldItalic", serif;
    background: #000000;
    color: #ffffff;
}

/* Generic section layout */
.jcd-about-section {
    padding: 5rem 1.5rem;
}

.jcd-about-intro {
    background: #050509;
}

.jcd-about-mission {
    background: #000000;
}

/* Inner grid (two columns: text + image) */
.jcd-about-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 3rem;
    align-items: center;
}

/* Reverse columns for mission section (text left on mobile will stack anyway) */
.jcd-about-inner-reverse {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
}

/* Titles and text */
.jcd-about-title {
    font-size: clamp(2rem, 2.4vw + 1.4rem, 2.8rem);
    margin-bottom: 1rem;
    color: #ffffff;
}

.jcd-about-kicker {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #cfd6ff;
}

.jcd-about-text p {
    font-size: 1.02rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    color: #f2f2f2;
}

/* Image card – shows full image, no cropping */
.jcd-about-media {
    background: #101010;
    border-radius: 22px;
    padding: 1.2rem;
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.7);
}

.jcd-about-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;   /* important: do NOT crop */
    border-radius: 16px;
}

/* Responsive adjustments */
@media (max-width: 900px) {
    .jcd-about-inner,
    .jcd-about-inner-reverse {
        grid-template-columns: 1fr;
    }

    .jcd-about-section {
        padding: 3.5rem 1.5rem;
    }
}/* End custom CSS */