/*
Theme Name: KMGM Evangelism
Theme URI: https://evangelism.kgmgh.org/
Description: KMGMission Evangelism & Discipleship public website theme.
Author: KMGMission
Version: 1.0.0
Text Domain: kmgm-evangelism
*/

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background: #f6f8fb;
    color: #17202a;
    font-family:
        Inter,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

.kmgm-site-main {
    min-height: 55vh;
}

.kmgm-standard-content {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 48px 0 72px;
}

.kmgm-standard-content > article {
    width: 100%;
}

.kmgm-site-footer {
    background: #10231a;
    color: #fff;
    padding: 42px 20px;
}

.kmgm-site-footer__inner {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.kmgm-site-footer a {
    color: #fff;
}

.kmgm-site-footer p {
    margin: 0;
}

@media (max-width: 767px) {
    .kmgm-standard-content {
        width: min(100% - 28px, 1180px);
        padding: 32px 0 52px;
    }
}

/* KMGM Evangelism Contact Presentation */
.kmgm-contact-page .kmgm-contact-form {
    max-width: 920px;
    margin: 2rem auto 0;
    padding: clamp(1.25rem, 3vw, 2.25rem);
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

.kmgm-contact-page .kmgm-contact-form p {
    margin: 0 0 1.25rem;
}

.kmgm-contact-page .kmgm-contact-form label {
    display: block;
    margin-bottom: .45rem;
    font-weight: 700;
    line-height: 1.4;
}

.kmgm-contact-page .kmgm-contact-form input[type="text"],
.kmgm-contact-page .kmgm-contact-form input[type="email"],
.kmgm-contact-page .kmgm-contact-form input[type="tel"],
.kmgm-contact-page .kmgm-contact-form textarea,
.kmgm-contact-page .kmgm-contact-form select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: .85rem 1rem;
    border: 1px solid rgba(15, 23, 42, .25);
    border-radius: 10px;
    background: #ffffff;
    color: #0f172a;
    font: inherit;
}

.kmgm-contact-page .kmgm-contact-form textarea {
    min-height: 180px;
    resize: vertical;
}

.kmgm-contact-page .kmgm-contact-form input:focus,
.kmgm-contact-page .kmgm-contact-form textarea:focus,
.kmgm-contact-page .kmgm-contact-form select:focus {
    outline: 3px solid rgba(180, 132, 38, .22);
    outline-offset: 2px;
    border-color: #b48426;
}

.kmgm-contact-page .kmgm-contact-form input[type="checkbox"] {
    width: auto;
    margin-right: .5rem;
}

.kmgm-contact-page .kmgm-contact-form label:has(input[type="checkbox"]) {
    display: flex;
    align-items: flex-start;
    gap: .35rem;
    font-weight: 500;
}

.kmgm-contact-page .kmgm-contact-result {
    margin-top: 1rem;
    min-height: 1.5em;
    font-weight: 700;
}

.kmgm-contact-page .kmgm-card a[href^="mailto:"],
.kmgm-contact-page .kmgm-card a[href^="tel:"] {
    overflow-wrap: anywhere;
}

@media (max-width: 767px) {
    .kmgm-contact-page .kmgm-contact-form {
        margin-top: 1.25rem;
        padding: 1.15rem;
        border-radius: 14px;
    }

    .kmgm-contact-page .kmgm-contact-form .kmgm-grid--2 {
        grid-template-columns: 1fr;
    }

    .kmgm-contact-page .kmgm-contact-form .kmgm-button {
        width: 100%;
    }
}
/* END KMGM Evangelism Contact Presentation */
/* KMGM EVANGELISM ENTERPRISE CONNECT — BEGIN */
.kmgm-evangelism-enterprise-connect{padding:72px 20px;background:linear-gradient(135deg,#071b35,#0b3158);color:#fff}.kmgm-evangelism-enterprise-connect__inner{width:min(100%,1100px);margin:0 auto;text-align:center}.kmgm-evangelism-enterprise-connect__eyebrow{margin:0 0 12px;color:#e4c575;font-size:.78rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.kmgm-evangelism-enterprise-connect h2{max-width:760px;margin:0 auto 18px;color:#fff;font-size:clamp(2rem,4vw,3.1rem);line-height:1.1}.kmgm-evangelism-enterprise-connect__inner>p:not(.kmgm-evangelism-enterprise-connect__eyebrow){max-width:760px;margin:0 auto;color:rgba(255,255,255,.8);line-height:1.75}.kmgm-evangelism-enterprise-connect__links{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:30px}.kmgm-evangelism-enterprise-connect__links a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:11px 20px;border:1px solid rgba(255,255,255,.35);border-radius:8px;color:#fff!important;background:rgba(255,255,255,.07);font-weight:700;text-decoration:none!important;transition:transform .2s ease,background .2s ease}.kmgm-evangelism-enterprise-connect__links a:first-child{border-color:#d1a23b;background:#d1a23b;color:#10233f!important}.kmgm-evangelism-enterprise-connect__links a:hover{transform:translateY(-2px);background:rgba(255,255,255,.14)}.kmgm-evangelism-enterprise-connect__links a:first-child:hover{background:#dfb653}@media(max-width:560px){.kmgm-evangelism-enterprise-connect{padding:58px 16px}.kmgm-evangelism-enterprise-connect__links{flex-direction:column}.kmgm-evangelism-enterprise-connect__links a{width:100%}}
/* KMGM EVANGELISM ENTERPRISE CONNECT — END */
