/* ===== Quantum Design Connection — custom overrides ===== */

.pull-quote {
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #1a1a1a;
    border: none;
    border-left: 4px solid #2d88a3; /* swap for your accent color */
    margin: 2.5rem 0;
    padding: 0.5rem 0 0.5rem 1.5rem;
}

.core-skills {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin: 2rem 0;
}

.core-skills dt {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.95rem;
    color: #2d88a3; /* swap for your accent color */
    margin-bottom: 0.25rem;
}

.core-skills dd {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #333;
}

/* Two-column grid on wider screens */
@media (min-width: 768px) {
    .core-skills {
        grid-template-columns: 1fr 1fr;
        column-gap: 3rem;
    }
}
.founder-photo {
    width: 380px;
    max-width: 100%;
    height: auto;
}
.bio-content p {
    text-align: left;
}
.bio-content p.photo-wrap {
    text-align: center;
}
/* ===== Hero (replaces Revolution Slider) ===== */
.hero-split {
    display: flex;
    flex-direction: column;
    background-color: #1a1e21;
    overflow: hidden;
}

.hero-photo {
    order: 1;
    align-self: center;
    height: 380px;
}

.hero-photo img {
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}

.hero-text {
    order: 2;
    padding: 50px 30px;
}

.hero-line-bold {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.3em 0;
}

.hero-line-accent {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: #87919a;
    margin: 0 0 0.5em 0;
}

.hero-line-light {
    font-size: 1.9rem;
    font-weight: 300;
    color: #eef0f2;
    margin: 0 0 1.2em 0;
}

@media (min-width: 768px) {
              .hero-split {
        flex-direction: row;
        height: 820px;
        justify-content: flex-end;
        gap: 60px;
    }
    .hero-photo {
        order: 2;
        height: 700px;
        align-self: flex-start;
        flex: 0 0 auto;
    }
            .hero-text {
        order: 1;
        flex: 0 1 700px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 60px 80px;
    }
    .hero-line-bold { font-size: 2.75rem; }
    .hero-line-light { font-size: 2.5rem; }
    .hero-line-accent { font-size: 1.2rem; }
}
.inquiry-list {
    list-style: none;
    counter-reset: inquiry-counter;
    padding-left: 0;
    margin: 1.5rem 0;
}
.inquiry-list li {
    counter-increment: inquiry-counter;
    position: relative;
    padding-left: 3.2rem;
    margin-bottom: 1.2rem;
    line-height: 1.6;
    min-height: 2rem;
}
.inquiry-list li::before {
    content: counter(inquiry-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background-color: #2d88a3;
    color: #ffffff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.95rem;
}
.word-cloud {
    text-align: center;
    line-height: 2.4;
    margin: 2rem 0;
}
.word-cloud span {
    display: inline-block;
    margin: 0.3rem 0.7rem;
    font-weight: 700;
}
.wc1 { font-size: 1.2rem; color: #2d88a3; }
.wc2 { font-size: 2.4rem; color: #e8674f; }
.wc3 { font-size: 1.6rem; color: #7b5ea8; }
.wc4 { font-size: 2.8rem; color: #2d88a3; }
.wc5 { font-size: 1.4rem; color: #d4a017; }
.wc6 { font-size: 2.1rem; color: #c94f7c; }
.wc7 { font-size: 1.7rem; color: #4a9463; }
.wc8 { font-size: 2.5rem; color: #3a5f8a; }
.wc9 { font-size: 1.3rem; color: #d9822b; }
h3.wc-heading {
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    display: inline-block;
    margin: 2rem 0 0.5rem 0;
    padding-bottom: 0.4rem;
    border-bottom: 3px solid #2d88a3;
}
.multi-col-list {
    columns: 2;
    column-gap: 2.5rem;
}
@media (max-width: 600px) {
    .multi-col-list {
        columns: 1;
    }
}
.method-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background-color: #f5f7f8;
    border-radius: 12px;
    padding: 40px 30px;
    margin-bottom: 2.5rem;
    text-align: center;
}
.method-intro-photo img {
    width: 220px;
    height: auto;
    border-radius: 50%;
    border: 4px solid #2d88a3;
}
.method-intro-text h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 0.8rem;
}
.method-intro-text p {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #333;
    max-width: 620px;
    margin: 0 auto 1.4rem auto;
}
@media (min-width: 768px) {
    .method-intro {
        flex-direction: row;
        text-align: left;
        padding: 50px 60px;
    }
    .method-intro-text p {
        margin: 0 0 1.4rem 0;
    }
}
.situations-list li {
    position: relative;
    padding-left: 1.4rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.8;
}