/* Kingsdown Lions site footer - v1.4.17 */
.ktm-site-footer,
.ktm-site-footer * { box-sizing: border-box; }

.ktm-site-footer {
    --ktf-navy: #032f59;
    --ktf-navy-deep: #022746;
    --ktf-navy-bright: #084d83;
    --ktf-yellow: #f5bd32;
    --ktf-white: #fff;
    --ktf-muted: #bed2e6;
    position: relative;
    width: 100%;
    overflow: hidden;
    color: var(--ktf-white);
    background:
        radial-gradient(circle at 18% 38%, rgba(11, 91, 149, .18), transparent 30%),
        linear-gradient(115deg, #022a50 0%, #033b6a 55%, #022f58 100%);
    font-family: inherit;
}

.ktm-site-footer a { color: inherit; text-decoration: none; }
.ktm-site-footer__inner { width: min(100% - 64px, 1520px); margin: 0 auto; position: relative; z-index: 2; }
.ktm-site-footer__watermark {
    position: absolute;
    z-index: 1;
    top: 18px;
    right: -52px;
    width: 340px;
    height: 340px;
    opacity: .12;
    background: url('../images/hero-mark-lion.png') center / contain no-repeat;
    pointer-events: none;
}

.ktm-site-footer__top { padding: 58px 0 48px; }
.ktm-site-footer__top-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.05fr) minmax(150px, .52fr) minmax(150px, .55fr) minmax(360px, 1.15fr);
    gap: 40px;
    align-items: stretch;
}

.ktm-site-footer__brand {
    padding-right: 34px;
    border-right: 1px solid rgba(126, 187, 230, .3);
}
.ktm-site-footer__brand-lockup { display: flex; align-items: center; gap: 14px; width: fit-content; }
.ktm-site-footer__brand-lockup img { width: 126px; height: 126px; object-fit: contain; display: block; }
.ktm-site-footer__brand-name { font-size: 34px; line-height: .96; letter-spacing: .01em; font-weight: 900; color: #fff; }
.ktm-site-footer__brand-tagline { margin: 4px 0 0 140px; font-size: 10px; line-height: 1.4; letter-spacing: .03em; font-weight: 700; white-space: nowrap; }
.ktm-site-footer__brand-tagline span { color: var(--ktf-yellow); }
.ktm-site-footer__more-than {
    margin: 26px 0 0 28px;
    width: fit-content;
    transform: rotate(-8deg);
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: 42px;
    line-height: .72;
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 12px rgba(0,0,0,.18);
}
.ktm-site-footer__more-than span { margin-left: 20px; }
.ktm-site-footer__more-than::after { content: ''; display: block; width: 112px; height: 5px; border-radius: 10px; background: var(--ktf-yellow); margin: 9px auto 0; transform: rotate(-4deg); }

.ktm-site-footer__links { padding: 5px 0 0; }
.ktm-site-footer__links h3,
.ktm-site-footer__affiliations-head h3 { margin: 0; color: #fff; font-size: 24px; line-height: 1.15; font-weight: 850; }
.ktm-site-footer__title-rule { width: 48px; height: 5px; border-radius: 10px; background: var(--ktf-yellow); margin-top: 12px; }
.ktm-site-footer__links ul { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 11px; }
.ktm-site-footer__links li { margin: 0; }
.ktm-site-footer__links a { display: inline-block; font-size: 18px; line-height: 1.3; color: #fff; transition: color .18s ease, transform .18s ease; }
.ktm-site-footer__links a:hover,
.ktm-site-footer__links a:focus-visible { color: var(--ktf-yellow); transform: translateX(2px); outline: none; }

.ktm-site-footer__sponsor-card {
    align-self: stretch;
    min-height: 300px;
    padding: 28px 30px 30px;
    border: 1px solid rgba(73, 153, 209, .7);
    border-radius: 18px;
    background: #fff;
    display: flex;
    flex-direction: column;
    transition: transform .18s ease, box-shadow .18s ease;
    box-shadow: 0 18px 42px rgba(0, 15, 31, .18);
}
.ktm-site-footer__sponsor-card:hover,
.ktm-site-footer__sponsor-card:focus-visible { transform: translateY(-3px); box-shadow: 0 20px 46px rgba(0, 15, 31, .26); outline: none; }
.ktm-site-footer__sponsor-label { color: #07385f; text-transform: uppercase; font-size: 17px; line-height: 1; font-weight: 900; letter-spacing: .12em; }
.ktm-site-footer__sponsor-card .ktm-site-footer__title-rule { margin-bottom: 16px; }
.ktm-site-footer__sponsor-logo-wrap { flex: 1; min-height: 190px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.ktm-site-footer__sponsor-logo-wrap img { display: block; width: 88%; height: 88%; object-fit: contain; }

.ktm-site-footer__affiliations { border-top: 1px solid rgba(102, 177, 226, .34); border-bottom: 1px solid rgba(102, 177, 226, .34); padding: 34px 0 42px; }
.ktm-site-footer__affiliations-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.ktm-site-footer__motto { color: #eff7ff; font-size: 21px; letter-spacing: .18em; white-space: nowrap; }
.ktm-site-footer__motto span { color: var(--ktf-yellow); margin: 0 10px; }
.ktm-site-footer__affiliate-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.ktm-site-footer__affiliate {
    min-width: 0;
    min-height: 205px;
    padding: 18px 16px 14px;
    border: 1px solid rgba(56, 145, 207, .72);
    border-radius: 12px;
    background: rgba(4, 50, 89, .54);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.ktm-site-footer__affiliate:hover,
.ktm-site-footer__affiliate:focus-visible { background: rgba(8, 75, 127, .72); border-color: var(--ktf-yellow); transform: translateY(-2px); outline: none; }
.ktm-site-footer__affiliate-logo { width: 100%; height: 122px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.ktm-site-footer__affiliate-logo img { display: block; max-width: 88%; max-height: 110px; width: auto; height: auto; object-fit: contain; border-radius: 5px; }
.ktm-site-footer__affiliate-name { font-size: 16px; line-height: 1.22; font-weight: 700; color: #fff; min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.ktm-site-footer__affiliate-name b { color: var(--ktf-yellow); font-size: 30px; line-height: 1; font-weight: 700; }
.ktm-site-footer__nwyfl-mark { width: 104px; height: 104px; border-radius: 50%; border: 3px solid #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: #fff; background: #0b4b7d; box-shadow: inset 0 0 0 4px rgba(245,189,50,.8); }
.ktm-site-footer__nwyfl-mark span { font-size: 36px; line-height: 1; }
.ktm-site-footer__nwyfl-mark strong { font-size: 15px; letter-spacing: .06em; }

.ktm-site-footer__bottom { padding: 28px 0; }
.ktm-site-footer__bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.ktm-site-footer__copyright { color: #f4f8fc; font-size: 15px; }
.ktm-site-footer__legal { display: flex; align-items: center; justify-content: flex-end; gap: 18px; font-size: 15px; color: #fff; }
.ktm-site-footer__legal > a:not(.ktm-site-footer__made-by):hover,
.ktm-site-footer__legal > a:not(.ktm-site-footer__made-by):focus-visible { color: var(--ktf-yellow); outline: none; }
.ktm-site-footer__divider { width: 1px; height: 20px; background: var(--ktf-yellow); opacity: .9; }
.ktm-site-footer__made-by { display: flex; align-items: center; gap: 16px; color: #fff !important; }
.ktm-site-footer__made-by img { display: block; width: 120px; max-height: 45px; object-fit: contain; }
.ktm-site-footer__made-by:hover span,
.ktm-site-footer__made-by:focus-visible span { color: var(--ktf-yellow); }

@media (max-width: 1180px) {
    .ktm-site-footer__inner { width: min(100% - 44px, 1100px); }
    .ktm-site-footer__top-grid { grid-template-columns: 1.1fr .7fr .7fr; }
    .ktm-site-footer__sponsor-card { grid-column: 1 / -1; min-height: 250px; }
    .ktm-site-footer__sponsor-logo-wrap { min-height: 150px; }
    .ktm-site-footer__sponsor-logo-wrap img { width: min(74%, 610px); height: auto; max-height: 170px; }
    .ktm-site-footer__affiliate-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    .ktm-site-footer__inner { width: min(100% - 28px, 680px); }
    .ktm-site-footer__top { padding: 42px 0 34px; }
    .ktm-site-footer__top-grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
    .ktm-site-footer__brand { grid-column: 1 / -1; border-right: 0; padding: 0; display: flex; flex-direction: column; align-items: center; text-align: center; }
    .ktm-site-footer__brand-lockup { justify-content: center; }
    .ktm-site-footer__brand-lockup img { width: 104px; height: 104px; }
    .ktm-site-footer__brand-name { font-size: 28px; }
    .ktm-site-footer__brand-tagline { margin: 4px 0 0; white-space: normal; }
    .ktm-site-footer__more-than { margin: 24px auto 0; }
    .ktm-site-footer__links h3 { font-size: 20px; }
    .ktm-site-footer__links a { font-size: 16px; }
    .ktm-site-footer__sponsor-card { grid-column: 1 / -1; padding: 24px; min-height: 220px; }
    .ktm-site-footer__sponsor-label { font-size: 15px; }
    .ktm-site-footer__sponsor-logo-wrap { min-height: 135px; }
    .ktm-site-footer__sponsor-logo-wrap img { width: 88%; max-height: 145px; }
    .ktm-site-footer__affiliations { padding: 30px 0 34px; }
    .ktm-site-footer__affiliations-head { align-items: flex-start; flex-direction: column; }
    .ktm-site-footer__affiliations-head h3 { font-size: 24px; }
    .ktm-site-footer__motto { width: 100%; text-align: left; font-size: 15px; letter-spacing: .1em; white-space: normal; }
    .ktm-site-footer__affiliate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .ktm-site-footer__affiliate { min-height: 180px; padding: 14px 10px 12px; }
    .ktm-site-footer__affiliate-logo { height: 105px; }
    .ktm-site-footer__affiliate-logo img { max-height: 94px; max-width: 88%; }
    .ktm-site-footer__affiliate-name { font-size: 14px; min-height: 42px; }
    .ktm-site-footer__nwyfl-mark { width: 88px; height: 88px; }
    .ktm-site-footer__bottom-inner { flex-direction: column; text-align: center; }
    .ktm-site-footer__legal { flex-wrap: wrap; justify-content: center; gap: 12px 14px; }
    .ktm-site-footer__made-by { width: 100%; justify-content: center; margin-top: 4px; }
    .ktm-site-footer__watermark { width: 240px; height: 240px; right: -75px; top: 150px; }
}

@media (max-width: 420px) {
    .ktm-site-footer__inner { width: min(100% - 22px, 390px); }
    .ktm-site-footer__top-grid { grid-template-columns: 1fr; }
    .ktm-site-footer__links { text-align: center; }
    .ktm-site-footer__links .ktm-site-footer__title-rule { margin-left: auto; margin-right: auto; }
    .ktm-site-footer__links ul { gap: 9px; margin-top: 18px; }
    .ktm-site-footer__sponsor-card { grid-column: 1; }
    .ktm-site-footer__affiliate-grid { grid-template-columns: 1fr 1fr; }
    .ktm-site-footer__affiliate { min-height: 164px; }
    .ktm-site-footer__affiliate-logo { height: 92px; }
    .ktm-site-footer__affiliate-logo img { max-height: 82px; }
    .ktm-site-footer__copyright { font-size: 13px; }
    .ktm-site-footer__legal { font-size: 13px; }
    .ktm-site-footer__divider { display: none; }
}
