:root {
    --kk-burgundy: #9d2b25;
    --kk-gold: #e4a42e;
    --kk-orange: #d65a31;
    --kk-cream: #f6ede2;
    --kk-paper: #fffaf4;
    --kk-ink: #2f1a16;
    --kk-muted: #7d6156;
    --kk-line: rgba(72, 34, 23, 0.12);
    --kk-shadow: 0 20px 60px rgba(117, 67, 39, 0.12);
    --font-sans: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol", "Noto Color Emoji";
}

/* Keep split theme headings visually consistent across the site. */
.heading__title span,
.heading__title span:nth-of-type(2),
.promo-slider__title span,
.promo-slider__title span:nth-of-type(2) {
    font-weight: 700;
}

/* Prevent long campaign text from escaping shared cause cards. */
.causes-item,
.causes-item__body,
.causes-item__top,
.causes-item__title,
.causes-item__title a,
.causes-item__top p,
.causes-item__badge,
.causes-item__details-item,
.causes-item__details-item span {
    min-width: 0;
}

.causes-item__title a,
.causes-item__top p,
.causes-item__badge,
.causes-item__details-item,
.causes-item__details-item span {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.causes-item__img video.img--bg,
.featured-cause-card__image video,
.zonga-donation__image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Keep shared cause cards the same height so progress and CTA rows align cleanly. */
.causes-inner .row.offset-margin {
    margin-bottom: -24px;
}

.causes-inner .row.offset-margin > [class*="col-"] {
    display: flex;
}

.causes-item.causes-item--primary {
    display: flex;
    width: 100%;
    height: 100%;
    margin-bottom: 24px;
    flex-direction: column;
}

.causes-item.causes-item--primary .causes-item__body {
    flex: 1;
}

.causes-item.causes-item--primary .causes-item__body {
    padding: 32px 15px 34px;
}

.causes-item.causes-item--primary .causes-item__top {
    min-width: 0;
}

.causes-item.causes-item--primary .causes-item__title {
    margin-bottom: 14px;
}

.causes-item.causes-item--primary .causes-item__img {
    position: relative;
    aspect-ratio: 16 / 10;
    margin-top: 28px;
    overflow: hidden;
    background: #f4f0ed;
    font-size: 0;
}

.causes-item.causes-item--primary .causes-item__img .img--bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    color: transparent;
    font-size: 0;
}

.causes-item.causes-item--primary .causes-item__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    max-width: calc(100% - 32px);
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    overflow-wrap: normal;
    word-break: normal;
}

.causes-item.causes-item--primary .causes-item__lower {
    margin-top: 42px;
}

.causes-item.causes-item--primary .causes-item__button {
    align-self: flex-start;
    display: inline-flex;
    width: auto;
    min-width: 132px;
    max-width: calc(100% - 60px);
    height: auto;
    min-height: 48px;
    margin: 24px 30px 30px;
    padding: 13px 28px;
    justify-content: center;
    line-height: 1;
    white-space: nowrap;
}

@media only screen and (min-width: 1200px) {
    .causes-inner .container {
        max-width: 1440px;
    }

    .causes-item.causes-item--primary .causes-item__body {
        padding: 36px 36px 38px;
    }

    .causes-item.causes-item--primary .causes-item__button {
        margin-right: 36px;
        margin-left: 36px;
        margin-bottom: 36px;
    }
}

.causes-pagination {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.causes-pagination__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.causes-pagination__item {
    margin: 0;
}

.causes-pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(52, 56, 119, 0.12);
    border-radius: 999px;
    background: #fff;
    color: #343877;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.causes-pagination__link:hover,
.causes-pagination__link:focus {
    background: #343877;
    border-color: #343877;
    color: #fff;
}

.causes-pagination__item.is-active .causes-pagination__link {
    background: #efc940;
    border-color: #efc940;
    color: #2f1a16;
}

.causes-pagination__item.is-disabled .causes-pagination__link {
    opacity: 0.45;
    pointer-events: none;
}

.causes-item.causes-item--primary .causes-item__title a,
.home-causes .causes-item__title a {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.causes-item.causes-item--primary .causes-item__top p,
.home-causes .causes-item__top p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

/* Keep the theme's primary navigation usable below its desktop breakpoint. */
.mobile-menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    margin: 0 15px;
    padding: 11px 9px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    margin: 5px 0;
    border-radius: 3px;
    background: #282a43;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(8px) rotate(45deg);
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-8px) rotate(-45deg);
}

/* Slider text must remain readable if a third-party script fails to initialize. */
.promo-slider__wrapper-1,
.promo-slider__wrapper-2,
.promo-slider__wrapper-3 {
    opacity: 1;
    transform: none;
}

.promo-slider:not(.slick-initialized) > .promo-slider__item:not(:first-child) {
    display: none;
}

@media only screen and (max-width: 991.98px) {
    .mobile-menu-toggle {
        display: block;
    }

    body.mobile-menu-open {
        overflow: hidden;
    }

    header.header {
        min-height: 82px;
        box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.06);
    }

    header.header .main-menu.main-menu--mobile-open {
        position: fixed;
        top: 82px;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        padding: 18px 24px 32px;
        overflow-y: auto;
        background: #fff;
    }

    header.header .main-menu__item:not(:last-of-type) {
        margin-right: 0;
    }

    header.header .main-menu__item .main-menu__link {
        display: block;
        padding: 14px 0;
        color: #282a43;
        font-size: 16px;
    }

    header.header .main-menu__item--has-child > .main-menu__sub-list {
        position: static;
        display: block;
        width: 100%;
    }

    header.header .main-menu__sub-list::before {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .causes-inner .row.offset-margin {
        margin-bottom: -18px;
    }

    .causes-item.causes-item--primary {
        margin-bottom: 18px;
    }

    .causes-item.causes-item--primary .causes-item__body {
        display: grid;
        grid-template-columns: minmax(116px, 38%) minmax(0, 1fr);
        grid-template-areas:
            "media top"
            "lower lower";
        gap: 18px;
        align-items: start;
        padding: 18px;
    }

    .causes-item.causes-item--primary .causes-item__top {
        grid-area: top;
        align-self: start;
    }

    .causes-item.causes-item--primary .causes-item__img {
        grid-area: media;
        margin-top: 0;
        aspect-ratio: auto;
        min-height: 100%;
        height: 100%;
        border-radius: 18px;
    }

    .causes-item.causes-item--primary .causes-item__img::before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .causes-item.causes-item--primary .causes-item__lower {
        grid-area: lower;
        margin-top: 0;
    }

    .causes-item.causes-item--primary .causes-item__title {
        margin-bottom: 10px;
    }

    .causes-item.causes-item--primary .causes-item__top p {
        -webkit-line-clamp: 3;
        line-clamp: 3;
        margin-bottom: 0;
    }

    .causes-item.causes-item--primary .causes-item__badge {
        top: 10px;
        left: 10px;
        max-width: calc(100% - 20px);
        min-height: 28px;
        padding: 0 10px;
        font-size: 11px;
    }

    .causes-item.causes-item--primary .causes-item__details-holder {
        gap: 10px;
    }

    .causes-item.causes-item--primary .causes-item__button {
        width: calc(100% - 36px);
        max-width: none;
        margin: 0 18px 18px;
    }
}

@media only screen and (max-width: 767.98px) {
    .promo-slider .align-container {
        min-height: 610px;
        padding: 125px 0 205px;
    }

    .promo-slider__item::after {
        position: absolute;
        z-index: 0;
        content: "";
        inset: 0;
        background: rgba(28, 31, 67, 0.42);
        pointer-events: none;
    }

    .promo-slider__item .container {
        position: relative;
        z-index: 1;
    }

    .promo-pannel,
    .promo-pannel__video {
        width: 100%;
        max-width: none;
    }

    .slider__nav--promo {
        bottom: 150px;
    }
}

@media only screen and (max-width: 575.98px) {
    .header-logo__img {
        max-width: 160px;
        max-height: 58px;
    }

    .promo-slider__title {
        margin-bottom: 12px;
    }

    .promo-slider__item--style-1 .promo-slider__title span:first-of-type,
    .promo-slider__item--style-1 .promo-slider__title span:nth-of-type(2),
    .promo-slider__item--style-2 .promo-slider__title,
    .promo-slider__item--style-3 .promo-slider__title {
        font-size: 32px;
        line-height: 1.2;
    }

    .promo-slider__subtitle {
        font-size: 15px;
    }
}

* {
    box-sizing: border-box;
}

body.kk-body {
    margin: 0;
    font-family: var(--font-sans);
    color: var(--kk-ink);
    background:
        radial-gradient(circle at top left, rgba(228, 164, 46, 0.22), transparent 30%),
        radial-gradient(circle at right 20%, rgba(214, 90, 49, 0.16), transparent 26%),
        linear-gradient(180deg, #fbf5ed 0%, #f5ecdf 100%);
}

.kk-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 24px 0 56px;
}

.kk-header,
.kk-page-head,
.kk-card,
.kk-cause-card,
.kk-support-card,
.kk-form-card,
.kk-detail-hero,
.kk-detail-grid article {
    backdrop-filter: blur(10px);
}

.kk-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 22px;
    margin-bottom: 28px;
    background: rgba(255, 250, 244, 0.88);
    border: 1px solid var(--kk-line);
    border-radius: 26px;
    box-shadow: var(--kk-shadow);
}

.kk-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: inherit;
    text-decoration: none;
}

.kk-brand img {
    width: 56px;
    height: 56px;
}

.kk-brand span,
.kk-brand small {
    display: block;
}

.kk-brand span {
    font-size: 1.05rem;
    font-weight: 800;
}

.kk-brand small {
    color: var(--kk-muted);
}

.kk-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.kk-nav a,
.kk-button,
.kk-text-link,
.kk-back-link {
    transition: 180ms ease;
}

.kk-nav a {
    padding: 10px 16px;
    border-radius: 999px;
    text-decoration: none;
    color: var(--kk-muted);
    font-weight: 600;
}

.kk-nav a.is-active,
.kk-nav a:hover {
    background: var(--kk-burgundy);
    color: white;
}

.kk-main {
    display: grid;
    gap: 28px;
}

.kk-hero,
.kk-detail-hero,
.kk-form-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: center;
}

.kk-hero-copy,
.kk-form-copy,
.kk-detail-copy {
    padding: 14px 4px;
}

.kk-kicker {
    margin: 0 0 10px;
    color: var(--kk-orange);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    font-weight: 800;
}

.kk-hero h1,
.kk-page-head h1,
.kk-detail-copy h1,
.kk-form-copy h1 {
    margin: 0 0 14px;
    font-size: clamp(2.2rem, 4vw, 4.4rem);
    line-height: 0.98;
}

.kk-lead,
.kk-hero p,
.kk-form-copy p,
.kk-page-head p,
.kk-card p,
.kk-cause-body p,
.kk-detail-copy p,
.kk-support-card p {
    color: var(--kk-muted);
    line-height: 1.65;
}

.kk-hero-art img,
.kk-page-head img,
.kk-form-copy img,
.kk-detail-art img {
    width: 100%;
    display: block;
}

.kk-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.kk-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    background: var(--kk-burgundy);
    color: white;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 18px 32px rgba(157, 43, 37, 0.22);
}

.kk-button:hover {
    transform: translateY(-1px);
}

.kk-button-secondary {
    background: white;
    color: var(--kk-burgundy);
    border: 1px solid rgba(157, 43, 37, 0.18);
    box-shadow: none;
}

.kk-grid {
    display: grid;
    gap: 20px;
}

.kk-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kk-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kk-card,
.kk-cause-card,
.kk-page-head,
.kk-support-card,
.kk-form-card,
.kk-detail-hero,
.kk-detail-grid article {
    background: rgba(255, 251, 247, 0.84);
    border: 1px solid var(--kk-line);
    border-radius: 28px;
    box-shadow: var(--kk-shadow);
}

.kk-card {
    padding: 24px;
}

.kk-card h2,
.kk-cause-body h2,
.kk-support-card h2 {
    margin: 0 0 10px;
}

.kk-section-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.kk-card-number {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: rgba(228, 164, 46, 0.16);
    color: var(--kk-burgundy);
    font-weight: 800;
}

.kk-card a,
.kk-text-link,
.kk-back-link {
    color: var(--kk-burgundy);
    font-weight: 700;
    text-decoration: none;
}

.kk-page-head,
.kk-support-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 26px;
}

.kk-page-head img {
    width: min(240px, 38%);
}

.kk-cause-card {
    overflow: hidden;
}

.kk-cause-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    background: #f2eadf;
}

.kk-cause-body {
    padding: 22px;
}

.kk-status-row,
.kk-stats,
.kk-progress-meta,
.kk-form-actions,
.kk-field-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.kk-status-row {
    align-items: center;
    margin-bottom: 14px;
    color: var(--kk-muted);
    font-size: 0.92rem;
}

.kk-pill {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.kk-pill.live {
    background: rgba(214, 90, 49, 0.14);
    color: var(--kk-orange);
}

.kk-pill.funded {
    background: rgba(31, 131, 100, 0.14);
    color: #1f8364;
}

.kk-stats {
    margin: 18px 0;
}

.kk-stats div {
    flex: 1;
    padding: 14px;
    border-radius: 18px;
    background: rgba(246, 237, 226, 0.7);
}

.kk-stats dt {
    color: var(--kk-muted);
    font-size: 0.86rem;
}

.kk-stats dd {
    margin: 6px 0 0;
    font-weight: 800;
}

.kk-detail-hero {
    padding: 28px;
}

.kk-progress-block {
    margin-top: 26px;
    padding: 20px;
    border-radius: 22px;
    background: rgba(246, 237, 226, 0.72);
}

.kk-progress-meta {
    align-items: baseline;
}

.kk-progress-bar {
    height: 14px;
    margin: 14px 0 10px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(157, 43, 37, 0.12);
}

.kk-progress-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--kk-burgundy), var(--kk-gold));
}

.kk-detail-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 20px;
}

.kk-detail-grid article {
    padding: 24px;
}

.kk-form-card {
    display: grid;
    gap: 18px;
    padding: 28px;
}

.kk-field {
    display: grid;
    gap: 8px;
}

.kk-field label {
    font-weight: 700;
}

.kk-field input,
.kk-field textarea {
    width: 100%;
    border: 1px solid rgba(72, 34, 23, 0.12);
    border-radius: 18px;
    padding: 14px 16px;
    font: inherit;
    color: var(--kk-ink);
    background: rgba(255, 255, 255, 0.9);
}

.kk-field input:focus,
.kk-field textarea:focus {
    outline: 2px solid rgba(228, 164, 46, 0.35);
    border-color: rgba(228, 164, 46, 0.4);
}

.kk-form-actions {
    align-items: center;
    flex-wrap: wrap;
}

.kk-stat-card {
    gap: 10px;
}

.kk-stat-label {
    margin: 0;
    color: var(--kk-muted);
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.kk-stat-value {
    display: block;
    font-size: clamp(1.9rem, 3vw, 2.7rem);
    line-height: 1;
}

.kk-stack {
    display: grid;
    gap: 14px;
}

.kk-list-row,
.kk-split-card,
.kk-quick-link {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.kk-list-row {
    align-items: flex-start;
    padding: 18px 0;
    border-top: 1px solid var(--kk-line);
}

.kk-list-row:first-child {
    border-top: 0;
    padding-top: 0;
}

.kk-list-row strong,
.kk-quick-link strong {
    display: block;
    margin-bottom: 6px;
}

.kk-list-row p,
.kk-quick-link span {
    margin: 0;
}

.kk-list-meta {
    display: grid;
    justify-items: end;
    gap: 8px;
    text-align: right;
}

.kk-check-row {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(246, 237, 226, 0.7);
    font-weight: 600;
}

.kk-split-card {
    align-items: flex-start;
    padding: 28px;
    background: rgba(255, 251, 247, 0.84);
    border: 1px solid var(--kk-line);
    border-radius: 28px;
    box-shadow: var(--kk-shadow);
}

.kk-split-card > * {
    flex: 1;
}

.kk-quick-links {
    display: grid;
    gap: 14px;
}

.kk-quick-link {
    align-items: flex-start;
    padding: 18px 20px;
    border-radius: 20px;
    text-decoration: none;
    color: inherit;
    background: rgba(246, 237, 226, 0.7);
    border: 1px solid rgba(72, 34, 23, 0.06);
}

.kk-quick-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(117, 67, 39, 0.08);
}

.kk-home-hero,
.kk-home-band,
.kk-home-section,
.kk-home-cta {
    position: relative;
}

.kk-home-hero {
    padding: 56px 0 34px;
    background:
        radial-gradient(circle at top left, rgba(228, 164, 46, 0.22), transparent 28%),
        radial-gradient(circle at right center, rgba(157, 43, 37, 0.15), transparent 30%),
        linear-gradient(180deg, #f7efe5 0%, #fffaf4 100%);
}

.kk-home-hero__grid,
.kk-home-band__grid,
.kk-home-story-grid,
.kk-home-cta__panel,
.kk-home-section__head,
.kk-home-band__points,
.kk-home-stats,
.kk-home-hero__actions,
.kk-home-progress__meta,
.kk-home-cause-card__meta,
.kk-home-highlight__top,
.kk-home-steps,
.kk-home-cta__actions {
    display: flex;
    gap: 18px;
}

.kk-home-hero__grid,
.kk-home-story-grid {
    align-items: stretch;
}

.kk-home-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 28px;
    align-items: center;
}

.kk-home-hero__copy {
    max-width: 720px;
}

.kk-home-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(157, 43, 37, 0.08);
    color: var(--kk-burgundy);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.kk-home-hero h1,
.kk-home-band h2,
.kk-home-section h2,
.kk-home-story-card h2,
.kk-home-cta h2 {
    margin: 0;
    color: var(--kk-ink);
    line-height: 0.95;
}

.kk-home-hero h1 {
    max-width: 11ch;
    font-size: clamp(3rem, 7vw, 6.1rem);
}

.kk-home-hero p,
.kk-home-band p,
.kk-home-cause-card p,
.kk-home-highlight p,
.kk-home-story-card p,
.kk-home-cta p,
.kk-home-point p,
.kk-home-step p {
    margin: 0;
    color: var(--kk-muted);
    line-height: 1.75;
    font-size: 1rem;
}

.kk-home-hero__copy > p {
    max-width: 58ch;
    margin-top: 22px;
    font-size: 1.06rem;
}

.kk-home-hero__actions {
    flex-wrap: wrap;
    margin-top: 28px;
}

.kk-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 800;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.kk-home-button:hover {
    transform: translateY(-2px);
}

.kk-home-button--primary {
    background: linear-gradient(135deg, var(--kk-burgundy), #c2472a);
    color: #fff;
    box-shadow: 0 18px 34px rgba(157, 43, 37, 0.24);
}

.kk-home-button--secondary {
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(72, 34, 23, 0.1);
    color: var(--kk-ink);
}

.kk-home-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}

.kk-home-stat,
.kk-home-hero-card,
.kk-home-cause-card,
.kk-home-story-card,
.kk-home-cta__panel,
.kk-home-band__grid {
    border: 1px solid rgba(72, 34, 23, 0.08);
    border-radius: 28px;
    background: rgba(255, 251, 247, 0.9);
    box-shadow: 0 22px 60px rgba(117, 67, 39, 0.1);
}

.kk-home-stat {
    padding: 20px;
}

.kk-home-stat strong {
    display: block;
    margin-bottom: 8px;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    line-height: 1;
    color: var(--kk-burgundy);
}

.kk-home-stat span {
    color: var(--kk-muted);
    line-height: 1.55;
}

.kk-home-hero__visual {
    display: grid;
    gap: 18px;
}

.kk-home-hero-card {
    overflow: hidden;
}

.kk-home-hero-card--image {
    padding: 26px;
    background:
        radial-gradient(circle at top, rgba(228, 164, 46, 0.18), transparent 40%),
        linear-gradient(180deg, #fff9f2 0%, #f9eee2 100%);
}

.kk-home-hero-card--image img {
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.kk-home-highlight {
    padding: 24px;
}

.kk-home-highlight h2,
.kk-home-cause-card h3 {
    margin: 16px 0 12px;
    font-size: 1.45rem;
    line-height: 1.2;
}

.kk-home-cause-card h3 a,
.kk-home-highlight a,
.kk-home-text-link {
    color: var(--kk-burgundy);
    text-decoration: none;
}

.kk-home-highlight__top,
.kk-home-cause-card__meta,
.kk-home-progress__meta,
.kk-home-section__head,
.kk-home-cta__panel {
    justify-content: space-between;
    align-items: center;
}

.kk-home-tag,
.kk-home-mini-status {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
}

.kk-home-tag {
    color: #fff;
}

.kk-home-mini-status {
    background: rgba(214, 90, 49, 0.12);
    color: var(--kk-orange);
}

.kk-home-progress {
    margin-top: 18px;
}

.kk-home-progress__bar {
    height: 12px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(157, 43, 37, 0.1);
}

.kk-home-progress__bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--kk-gold), var(--kk-orange));
}

.kk-home-progress__meta,
.kk-home-cause-card__meta {
    margin-top: 10px;
    color: var(--kk-muted);
    font-size: 0.92rem;
}

.kk-home-text-link {
    display: inline-block;
    margin-top: 18px;
    font-weight: 800;
}

.kk-home-band {
    padding: 12px 0 34px;
}

.kk-home-band__grid,
.kk-home-story-card,
.kk-home-cta__panel {
    padding: 28px;
}

.kk-home-band__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 24px;
}

.kk-home-band h2,
.kk-home-section h2,
.kk-home-story-card h2,
.kk-home-cta h2 {
    font-size: clamp(2rem, 3.4vw, 3.3rem);
    line-height: 1.02;
}

.kk-home-band__points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kk-home-point {
    padding: 18px;
    border-radius: 22px;
    background: rgba(246, 237, 226, 0.72);
}

.kk-home-point strong,
.kk-home-step strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1rem;
    color: var(--kk-ink);
}

.kk-home-section {
    padding: 24px 0 34px;
}

.kk-home-section--guide {
    padding: 10px 0 40px;
}

.kk-home-section__head {
    margin-bottom: 22px;
}

.kk-home-guide {
    position: relative;
    padding: 56px 42px 46px;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 18px 48px rgba(33, 45, 88, 0.08);
    overflow: hidden;
}

.kk-home-guide::before,
.kk-home-guide::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 42px;
    background:
        linear-gradient(rgba(41, 20, 17, 0.42), rgba(41, 20, 17, 0.42)),
        url("/helpo/img/donors.jpg") center/cover no-repeat;
}

.kk-home-guide::before {
    top: 0;
}

.kk-home-guide::after {
    bottom: 0;
}

.kk-home-guide__head {
    text-align: center;
    margin-bottom: 40px;
}

.kk-home-guide__head .kk-home-eyebrow {
    margin-bottom: 10px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #2757d7;
    font-size: 0.58rem;
    letter-spacing: 0.18em;
}

.kk-home-guide__head h2 {
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1.08;
    font-weight: 800;
    color: #12284b;
}

.kk-home-guide__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px 34px;
}

.kk-home-guide-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: start;
    min-height: 100%;
    padding: 0;
}

.kk-home-guide-card__number {
    color: #2b57e5;
    font-size: clamp(1.8rem, 2.4vw, 2.15rem);
    line-height: 1;
    font-weight: 800;
}

.kk-home-guide-card h3 {
    margin: 0 0 8px;
    font-size: 0.98rem;
    line-height: 1.35;
    text-transform: none;
    color: #12284b;
    font-weight: 700;
}

.kk-home-guide-card p {
    margin: 0;
    color: #6c7486;
    line-height: 1.72;
    font-size: 0.87rem;
}

.kk-home-guide__actions {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.kk-home-guide__actions .kk-home-button--primary {
    min-height: 40px;
    padding: 0 20px;
    background: linear-gradient(135deg, #2f49cc, #4a5fe0);
    box-shadow: 0 12px 22px rgba(47, 73, 204, 0.18);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kk-home-causes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.kk-home-cause-card {
    overflow: hidden;
}

.kk-home-cause-card__image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
}

.kk-home-cause-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.kk-home-cause-card__image .kk-home-tag {
    position: absolute;
    top: 16px;
    left: 16px;
}

.kk-home-cause-card__body {
    padding: 22px;
}

.kk-home-story-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.kk-home-story-card {
    display: grid;
    gap: 18px;
}

.kk-home-story-card--accent {
    background:
        linear-gradient(135deg, rgba(157, 43, 37, 0.96), rgba(198, 97, 54, 0.96)),
        rgba(255, 251, 247, 0.9);
    color: #fff;
}

.kk-home-story-card--accent .kk-home-eyebrow {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.kk-home-story-card--accent h2,
.kk-home-story-card--accent p,
.kk-home-story-card--accent strong,
.kk-home-story-card--accent .kk-home-step span {
    color: #fff;
}

.kk-home-steps,
.kk-home-signal-list {
    display: grid;
    gap: 14px;
}

.kk-home-step,
.kk-home-signal {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: start;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
}

.kk-home-step span {
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.kk-home-signal-list {
    margin-top: 6px;
}

.kk-home-signal {
    grid-template-columns: 1fr;
    background: rgba(246, 237, 226, 0.72);
    color: var(--kk-ink);
    font-weight: 700;
}

.kk-home-cta {
    padding: 0 0 64px;
}

.kk-home-cta__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    background:
        radial-gradient(circle at left top, rgba(228, 164, 46, 0.18), transparent 24%),
        linear-gradient(180deg, #fff8f0 0%, #f7ecdf 100%);
}

.kk-home-cta__actions {
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media (max-width: 980px) {
    .kk-home-hero__grid,
    .kk-home-band__grid,
    .kk-home-guide__grid,
    .kk-home-causes,
    .kk-home-story-grid,
    .kk-home-cta__panel,
    .kk-hero,
    .kk-detail-hero,
    .kk-form-layout,
    .kk-grid-3,
    .kk-grid-4,
    .kk-detail-grid {
        grid-template-columns: 1fr;
    }

    .kk-header,
    .kk-page-head,
    .kk-support-card,
    .kk-home-section__head,
    .kk-split-card,
    .kk-section-head,
    .kk-quick-link {
        flex-direction: column;
        align-items: flex-start;
    }

    .kk-home-stats,
    .kk-home-band__points {
        grid-template-columns: 1fr;
    }

    .kk-page-head img {
        width: 100%;
        max-width: 260px;
    }
}

@media (max-width: 640px) {
    .kk-home-hero {
        padding-top: 36px;
    }

    .kk-home-band__grid,
    .kk-home-story-card,
    .kk-home-cta__panel,
    .kk-home-guide,
    .kk-home-highlight,
    .kk-home-cause-card__body,
    .kk-home-hero-card--image {
        padding: 22px;
    }

    .kk-home-guide-card {
        padding: 10px 0;
    }

    .kk-home-guide::before,
    .kk-home-guide::after {
        height: 30px;
    }

    .kk-home-hero h1 {
        max-width: none;
    }

    .kk-shell {
        width: min(100% - 20px, 1180px);
        padding-top: 10px;
    }

    .kk-header,
    .kk-card,
    .kk-form-card,
    .kk-page-head,
    .kk-detail-hero,
    .kk-detail-grid article,
    .kk-support-card {
        border-radius: 22px;
    }

    .kk-field-row,
    .kk-status-row,
    .kk-stats,
    .kk-home-progress__meta,
    .kk-home-cause-card__meta,
    .kk-progress-meta,
    .kk-list-row {
        flex-direction: column;
    }

    .kk-list-meta {
        justify-items: start;
        text-align: left;
    }
}

/* Keep the about-section campaign CTA inside its card on narrow viewports. */
.info-box__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    padding: 16px 28px;
    border-radius: 999px;
    background: #efc940;
    box-sizing: border-box;
    color: #282a43;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
}

.info-box__link::after {
    display: none;
}

@media (max-width: 767.98px) {
    .info-box__link {
        width: 100%;
    }
}
