/* Kingsdown Team Manager frontend – intentionally isolated from Astra/Elementor */
body.single-ktm_team #content.site-content,
body.single-ktm_team .site-content{
    padding-top:0!important;
    padding-bottom:0!important;
    margin-top:0!important;
    margin-bottom:0!important;
}
body.single-ktm_team #content.site-content>.ast-container,
body.single-ktm_team .site-content>.ast-container{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
}
body.single-ktm_team .site-content{background:#fff!important;}
body.single-ktm_team #primary{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
}

.ktm-team-page{
    --ktm-navy:#213b61;
    --ktm-deep:#063f70;
    --ktm-blue:#0c568c;
    --ktm-gold:#f0b445;
    --ktm-white:#fff;
    --ktm-ink:#18375c;
    --ktm-muted:#62758c;
    --ktm-line:#dce6ef;
    --ktm-soft:#f5f9fc;
    width:100%;
    max-width:none;
    margin:0;
    padding:0;
    overflow:hidden;
    background:#fff;
    color:var(--ktm-ink);
    font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:16px;
    line-height:1.42;
    text-align:left;
}
.ktm-team-page *, .ktm-team-page *::before, .ktm-team-page *::after{box-sizing:border-box}
.ktm-team-page h1,.ktm-team-page h2,.ktm-team-page h3,.ktm-team-page p{margin-top:0}
.ktm-team-page h1,.ktm-team-page h2,.ktm-team-page h3{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:800}
.ktm-team-page button,.ktm-team-page input,.ktm-team-page textarea,.ktm-team-page select{font:inherit}
.ktm-team-page button{line-height:1.15}
.ktm-team-page img{display:block;max-width:100%}
.ktm-team-page svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* HERO */
.ktm-hero{
    width:100%;
    background:linear-gradient(90deg,#213b61 0%,#213b61 43%,#173f66 43%,#173f66 100%);
    color:#fff;
    overflow:hidden;
}
.ktm-hero-inner{
    display:grid;
    grid-template-columns:minmax(360px,34%) minmax(0,66%);
    width:100%;
    max-width:1280px;
    min-height:330px;
    margin:0 auto;
    background:var(--ktm-navy);
}
.ktm-hero-copy{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    min-width:0;
    padding:38px 42px 40px 38px;
    background:var(--ktm-navy);
}
.ktm-hero-copy::after{
    content:"";
    position:absolute;
    z-index:-1;
    top:0;
    right:-70px;
    width:110px;
    height:100%;
    background:var(--ktm-navy);
    clip-path:polygon(0 0,36% 0,100% 100%,64% 100%);
}
.ktm-hero-copy::before{
    content:"";
    position:absolute;
    inset:0;
    opacity:.055;
    background-image:var(--ktm-hero-mark,none);
    background-repeat:no-repeat;
    background-position:120% 52%;
    background-size:250px;
    pointer-events:none;
}
.ktm-eyebrow{
    margin:0 0 8px!important;
    color:var(--ktm-gold)!important;
    font-size:14px!important;
    line-height:1.2!important;
    font-weight:900!important;
    letter-spacing:.14em;
    text-transform:uppercase;
}
.ktm-hero h1{
    width:100%;
    max-width:440px;
    margin:0 0 9px!important;
    color:#fff!important;
    font-size:clamp(43px,3.8vw,60px)!important;
    line-height:.98!important;
    letter-spacing:-.04em;
    overflow-wrap:normal;
    word-break:normal;
}
.ktm-hero-tagline{
    margin:0 0 20px!important;
    color:#fff!important;
    font-size:19px!important;
    line-height:1.2!important;
}
.ktm-hero-media{
    min-width:0;
    position:relative;
    background:#173b5f;
    overflow:hidden;
}
.ktm-banner-image,.ktm-banner-fallback{
    width:100%!important;
    height:330px!important;
    max-height:none!important;
    min-height:330px!important;
    object-fit:cover!important;
    object-position:center center!important;
    margin:0!important;
}
.ktm-banner-fallback{
    object-fit:cover!important;
    background:#173b5f!important;
}
/* BUTTONS */
.ktm-team-page .ktm-btn,.ktm-team-page .ktm-outline-btn{
    appearance:none!important;
    -webkit-appearance:none!important;
    width:auto!important;
    min-width:0!important;
    min-height:0!important;
    margin:0!important;
    border-radius:6px!important;
    box-shadow:none;
    cursor:pointer;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px;
    text-decoration:none!important;
    text-transform:none!important;
    white-space:nowrap!important;
    font-weight:800!important;
    letter-spacing:0!important;
    line-height:1.15!important;
    transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease;
}
.ktm-team-page .ktm-btn{padding:12px 19px!important;border:0!important}
.ktm-team-page .ktm-btn-gold{background:var(--ktm-gold)!important;color:#0c3155!important}
.ktm-team-page .ktm-btn-navy{background:#0b4e82!important;color:#fff!important}
.ktm-team-page .ktm-outline-btn{padding:9px 15px!important;border:2px solid var(--ktm-gold)!important;background:#fff!important;color:var(--ktm-navy)!important}
.ktm-team-page .ktm-btn:hover,.ktm-team-page .ktm-outline-btn:hover{transform:translateY(-1px);box-shadow:0 6px 15px rgba(13,49,84,.12)}

/* INFO BAR */
.ktm-info-wrap{position:relative;z-index:4;max-width:1220px;margin:-20px auto 0;padding:0 24px}
.ktm-info-bar{
    width:100%;
    display:grid;
    background:#fff;
    border-radius:9px;
    box-shadow:0 8px 24px rgba(20,52,83,.14);
    overflow:hidden;
}
.ktm-info-count-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.ktm-info-count-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.ktm-info-count-2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px;margin:0 auto}
.ktm-info-count-1{grid-template-columns:minmax(0,520px);max-width:520px;margin:0 auto}
.ktm-info-item{display:flex;align-items:center;gap:14px;min-width:0;padding:15px 20px;border-right:1px solid var(--ktm-line)}
.ktm-info-item:last-child{border-right:0}
.ktm-info-item>div{min-width:0}
.ktm-icon{display:inline-grid;place-items:center;flex:0 0 auto;color:#0b4f83;font-size:31px}
.ktm-info-item strong{display:block;margin:0 0 1px;color:#15385f;font-size:13px;line-height:1.15;font-weight:800}
.ktm-info-item span:not(.ktm-icon){display:block;color:#15385f;font-size:15px;line-height:1.2;font-weight:800}
.ktm-info-na span:not(.ktm-icon){color:#8190a0;font-weight:700}

/* CONTENT WIDTH */
.ktm-section,.ktm-team-intro{width:100%;max-width:1220px;margin:0 auto;padding-left:28px;padding-right:28px}
.ktm-team-intro{padding-top:19px;padding-bottom:0;color:#46627f}
.ktm-team-intro p{max-width:1120px;margin:0!important;font-size:15px!important;line-height:1.45!important}
.ktm-section{padding-top:18px;padding-bottom:4px}
.ktm-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:0 0 11px}
.ktm-section-title>div:first-child{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;min-width:0}
.ktm-section-title h2{
    position:relative;
    margin:0!important;
    padding:0 0 8px!important;
    color:#123b68!important;
    font-size:28px!important;
    line-height:1.08!important;
    letter-spacing:-.025em;
}
.ktm-section-title h2::after{content:"";position:absolute;left:0;bottom:0;width:52px;height:4px;border-radius:4px;background:var(--ktm-gold)}
.ktm-section-title p{margin:0 0 2px!important;color:var(--ktm-muted)!important;font-size:13px!important;line-height:1.3!important}
.ktm-title-icon{display:inline-grid;place-items:center;color:var(--ktm-gold);font-size:23px}

/* NEXT MATCH */
.ktm-next-match{display:grid;grid-template-columns:1fr 190px 1fr;align-items:center;gap:24px;padding:21px 28px;border-radius:10px;background:linear-gradient(110deg,#0b4f83,#213b61);color:#fff;box-shadow:0 7px 20px rgba(22,51,80,.1)}
.ktm-next-side{display:flex;align-items:center;gap:14px;min-width:0}
.ktm-next-away{justify-content:flex-end;text-align:right}
.ktm-next-side img,.ktm-opponent-mark{width:66px!important;height:66px!important;flex:0 0 66px;object-fit:contain}
.ktm-opponent-mark{display:grid;place-items:center;border-radius:50%;background:#fff;color:#173a60;font-size:28px;font-weight:900}
.ktm-next-side strong{color:#fff;font-size:18px;line-height:1.15}
.ktm-next-centre{display:grid;gap:2px;text-align:center}
.ktm-next-label{color:var(--ktm-gold);font-size:11px;font-weight:900;letter-spacing:.14em}
.ktm-next-vs{color:#fff;font-size:23px}
.ktm-next-centre span:not(.ktm-next-label){color:#fff;font-size:13px}
.ktm-next-ha{color:var(--ktm-gold)!important;font-weight:800;text-transform:uppercase}

/* MANAGERS */
.ktm-managers-section{padding-top:23px}
.ktm-coach-grid{display:grid;gap:14px;align-items:stretch}
.ktm-coach-grid.ktm-count-1{grid-template-columns:minmax(0,560px)}
.ktm-coach-grid.ktm-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.ktm-coach-grid.ktm-count-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.ktm-coach-card{display:grid;grid-template-columns:38% 62%;min-width:0;overflow:hidden;border:1px solid #e2eaf2;border-radius:8px;background:#fff;box-shadow:0 5px 16px rgba(24,56,88,.07)}
.ktm-coach-photo{display:grid;place-items:center;min-width:0;min-height:205px;background:#edf4f9;overflow:hidden}
.ktm-coach-photo img{width:100%!important;height:100%!important;min-height:205px!important;margin:0!important;object-fit:cover!important}
.ktm-coach-photo.ktm-logo-photo img{width:72%!important;height:72%!important;min-height:0!important;object-fit:contain!important}
.ktm-coach-body{display:flex;flex-direction:column;min-width:0;padding:14px 14px 13px}
.ktm-role{display:block;margin:0 0 1px;color:#1b4e80;font-size:10px;line-height:1.2;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.ktm-coach-body h3{margin:0 0 6px!important;color:#003c79!important;font-size:19px!important;line-height:1.1!important}
.ktm-coach-bio{flex:1;color:#294b6d;font-size:12px;line-height:1.32}
.ktm-coach-bio p{margin:0 0 7px!important;font-size:inherit!important;line-height:inherit!important}
.ktm-coach-body .ktm-btn{align-self:flex-start;margin-top:auto!important;padding:8px 11px!important;font-size:12px!important}
.ktm-coach-card.ktm-no-bio{min-height:205px}
.ktm-coach-card.ktm-no-bio .ktm-coach-body{justify-content:center}
.ktm-coach-card.ktm-no-bio .ktm-btn{margin-top:15px!important}
.ktm-placeholder-manager{border-style:dashed;background:linear-gradient(135deg,#fff,#f8fbfe)}
.ktm-placeholder-manager .ktm-coach-photo{background:#f1f6fa}
.ktm-placeholder-manager .ktm-coach-photo img{opacity:.82}
.ktm-placeholder-manager .ktm-coach-bio{color:#6f8194}

/* FULL TIME TABLES */
.ktm-tables-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start;padding-top:16px}
.ktm-tables-grid.ktm-single-table{grid-template-columns:minmax(0,1fr)}
.ktm-table-card{min-width:0;overflow:hidden;border:1px solid var(--ktm-line);border-radius:7px;background:#fff;box-shadow:0 5px 16px rgba(24,56,88,.06)}
.ktm-table-card>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 13px;background:linear-gradient(90deg,#0b4f83,#213b61);color:#fff}
.ktm-table-card>header>div{display:flex;align-items:center;gap:8px}
.ktm-table-card h2{margin:0!important;color:#fff!important;font-size:17px!important;line-height:1.15!important}
.ktm-table-card header a{color:var(--ktm-gold)!important;font-size:11px;font-weight:800;text-decoration:none!important;white-space:nowrap}
.ktm-fa-display{max-width:100%;min-height:160px;overflow:auto}
.ktm-loading,.ktm-fa-error{padding:24px;color:var(--ktm-muted);font-size:13px;text-align:center}
.ktm-fa-source{position:absolute!important;left:-10000px!important;top:auto!important;width:1100px!important;height:auto!important;overflow:hidden!important}
.ktm-fa-display table,.ktm-fa-table{width:100%!important;margin:0!important;border-collapse:collapse!important;background:#fff!important;color:var(--ktm-ink)!important;font-size:12px!important}
.ktm-fa-display th,.ktm-fa-display td{padding:7px 9px!important;border:0!important;border-bottom:1px solid #e8eef4!important;background:transparent!important;color:inherit!important;text-align:left!important;white-space:nowrap!important}
.ktm-fa-display th{background:#f4f8fc!important;font-weight:800!important}
.ktm-fa-display tr:nth-child(even) td{background:#fbfdff!important}
.ktm-fa-display tr.ktm-current-team-row td{background:var(--ktm-gold)!important;color:#102f52!important;font-weight:900!important}
.ktm-fa-display a{color:#0d4e81!important}
.ktm-table-header-note{color:#f8d58b;font-size:11px;font-weight:800;white-space:nowrap}
.ktm-empty-table{width:100%;overflow:auto;background:#fff}
.ktm-empty-table table{width:100%;margin:0!important;border-collapse:collapse!important;color:var(--ktm-ink)!important;font-size:12px!important}
.ktm-empty-table th,.ktm-empty-table td{padding:7px 9px!important;border:0!important;border-bottom:1px solid #e8eef4!important;text-align:left!important;white-space:nowrap!important}
.ktm-empty-table th{background:#f4f8fc!important;color:#15385f!important;font-weight:800!important}
.ktm-empty-table tbody tr:nth-child(even) td{background:#fbfdff!important}
.ktm-empty-table .ktm-coming-row td{padding:12px!important;background:#fff7e3!important;color:#6b5730!important;text-align:center!important;font-weight:800!important}
.ktm-empty-table tbody tr:not(.ktm-coming-row) td{color:#a8b4c0!important}
.ktm-result-placeholder{display:inline-flex;min-width:58px;justify-content:center;padding:3px 8px;border-radius:5px;background:#edf2f6;color:#8b99a8}

/* MEDIA */
.ktm-media-section{padding-top:23px}
.ktm-media-heading>div:first-child{align-items:flex-end}
.ktm-media-controls{display:flex;gap:7px;flex:0 0 auto}
.ktm-team-page .ktm-media-controls button{appearance:none;width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;margin:0!important;padding:0!important;border:1px solid #cfdce8!important;border-radius:50%!important;background:#fff!important;color:#17446f!important;font-size:21px!important;line-height:1!important;cursor:pointer}
.ktm-media-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(190px,1fr);gap:11px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:thin;padding:1px 0 7px}
.ktm-team-page .ktm-media-card{appearance:none;display:block;min-width:0;margin:0!important;padding:0!important;border:0!important;background:transparent!important;color:var(--ktm-ink)!important;text-align:left!important;cursor:pointer;scroll-snap-align:start}
.ktm-media-thumb{display:block;position:relative;overflow:hidden;aspect-ratio:16/9;border-radius:6px;background:#eaf1f7}
.ktm-media-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;margin:0!important}
.ktm-play{position:absolute;top:50%;left:50%;display:grid;place-items:center;width:45px;height:45px;padding-left:3px;border:3px solid #fff;border-radius:50%;transform:translate(-50%,-50%);background:rgba(20,51,82,.68);color:#fff;font-size:15px}
.ktm-media-card strong,.ktm-media-card small{display:block;margin-top:4px}
.ktm-media-card strong{font-size:12px;line-height:1.2}
.ktm-media-card small{color:var(--ktm-muted);font-size:11px;line-height:1.2}

/* SPONSORS */
.ktm-sponsors-section{padding-top:21px;padding-bottom:24px}
.ktm-sponsor-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.ktm-sponsor-grid.ktm-sponsor-count-1{grid-template-columns:minmax(160px,230px)}
.ktm-sponsor-grid.ktm-sponsor-count-2{grid-template-columns:repeat(2,minmax(160px,230px))}
.ktm-sponsor-grid.ktm-sponsor-count-3{grid-template-columns:repeat(3,minmax(160px,230px))}
.ktm-sponsor-card{display:grid;place-items:center;min-height:142px;padding:13px;border:1px solid #e1e9f1;border-radius:7px;background:#fff;color:var(--ktm-navy)!important;text-decoration:none!important;box-shadow:0 5px 16px rgba(24,56,88,.06)}
.ktm-sponsor-logo{display:grid;place-items:center;width:100%;height:100%;max-width:112px;aspect-ratio:1/1}
.ktm-sponsor-logo img{width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important}
.ktm-sponsor-placeholder{text-align:center;font-size:12px;font-weight:900}
.ktm-empty-sponsor-card{align-content:center;gap:3px;border:1px dashed #cad8e5!important;background:linear-gradient(145deg,#fff,#f7fafc)!important;box-shadow:none!important;text-align:center}
.ktm-empty-sponsor-card .ktm-empty-sponsor-icon{display:grid;place-items:center;width:50px;height:50px;margin:0 auto 5px;border-radius:50%;background:#edf4fa;color:#8aa0b5;font-size:25px}
.ktm-empty-sponsor-card strong{color:#42617f;font-size:13px;letter-spacing:.04em;text-transform:uppercase}
.ktm-empty-sponsor-card small{color:#8a99a8;font-size:11px}
/* JOIN / FORM */
.ktm-join-section{
    position:relative;
    isolation:isolate;
    margin-top:8px;
    overflow:hidden;
    background:#0a4d7d;
    color:#fff;
}
.ktm-join-section::before{
    content:"";
    position:absolute;
    z-index:-2;
    inset:0 auto 0 0;
    width:58%;
    background-image:linear-gradient(90deg,rgba(5,58,96,.95),rgba(5,66,108,.82)),var(--ktm-join-bg);
    background-size:cover;
    background-position:center;
}
.ktm-join-section::after{
    content:"";
    position:absolute;
    z-index:-1;
    left:31%;
    bottom:-82px;
    width:250px;
    height:250px;
    background-image:var(--ktm-join-logo);
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    opacity:.08;
    pointer-events:none;
}
.ktm-join-inner{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(500px,1.04fr);
    gap:44px;
    align-items:center;
    width:100%;
    max-width:1220px;
    margin:0 auto;
    padding:34px 28px;
}
.ktm-join-copy{position:relative;padding:2px 0}
.ktm-join-copy h2{margin:0 0 8px!important;color:#fff!important;font-size:34px!important;line-height:1.07!important;letter-spacing:-.025em}
.ktm-join-copy>p:not(.ktm-eyebrow){margin:0 0 24px!important;color:#fff!important;font-size:15px!important;line-height:1.4!important}
.ktm-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:0;text-align:center}
.ktm-benefits>div{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:118px;padding:9px 13px;border-right:1px solid rgba(255,255,255,.34)}
.ktm-benefits>div:last-child{border-right:0}
.ktm-benefits .ktm-icon{display:grid;margin:0 auto 10px;color:var(--ktm-gold);font-size:49px;line-height:1}
.ktm-benefits .ktm-icon svg{width:1em;height:1em;stroke-width:1.8}
.ktm-benefits strong{display:block;color:#fff;font-size:14px;line-height:1.28;font-weight:800}
.ktm-enquiry-card{padding:17px 18px 14px;border:1px solid rgba(7,48,82,.18);border-radius:9px;background:#fff;color:var(--ktm-ink);box-shadow:0 10px 28px rgba(0,0,0,.18)}
.ktm-form-heading{display:flex;align-items:flex-start;gap:9px;margin-bottom:10px}
.ktm-form-heading .ktm-icon{font-size:24px}
.ktm-form-heading h2{margin:0!important;color:var(--ktm-navy)!important;font-size:19px!important;line-height:1.15!important}
.ktm-form-heading p{margin:2px 0 0!important;color:var(--ktm-muted)!important;font-size:10px!important;line-height:1.25!important}
.ktm-form-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px 10px}
.ktm-field{margin:0!important}
.ktm-field-name,.ktm-field-player-name,.ktm-field-player-age{grid-column:span 2}
.ktm-field-email,.ktm-field-phone{grid-column:span 3}
.ktm-field-company{grid-column:span 3}
.ktm-field-message,.ktm-span-2{grid-column:1/-1}
.ktm-field label{display:block;margin:0;color:var(--ktm-navy);font-size:10px;line-height:1.2;font-weight:800}
.ktm-field input,.ktm-field textarea,.ktm-field select{width:100%!important;min-height:32px!important;margin:3px 0 0!important;padding:6px 8px!important;border:1px solid #cbd9e6!important;border-radius:4px!important;background:#fff!important;color:#173a5e!important;box-shadow:none!important;font-size:11px!important;line-height:1.25!important}
.ktm-field textarea{min-height:66px!important;resize:vertical}
.ktm-enquiry-form>.ktm-btn{width:100%!important;margin-top:9px!important;padding:10px 14px!important;font-size:12px!important}
.ktm-form-privacy{margin:7px 0 0!important;color:#66788e!important;font-size:9px!important;line-height:1.25!important;text-align:center}
.ktm-form-status{min-height:17px;margin-top:5px;font-size:10px;font-weight:700}
.ktm-form-status.success{color:#19733a}.ktm-form-status.error{color:#b42318}
.ktm-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.ktm-submit-btn.is-loading{opacity:.7;cursor:wait}
/* LIGHTBOX */
.ktm-lightbox{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:5vw;background:rgba(3,21,39,.92)}
.ktm-lightbox[hidden]{display:none}
.ktm-lightbox-content{display:grid;place-items:center;width:min(1200px,92vw);max-height:88vh}
.ktm-lightbox-content img,.ktm-lightbox-content video{max-width:100%;max-height:88vh}
.ktm-lightbox-content iframe{width:min(1100px,90vw);aspect-ratio:16/9;border:0}
.ktm-team-page+.ktm-lightbox .ktm-lightbox-close,.ktm-lightbox-close{position:fixed;top:18px;right:25px;padding:0!important;border:0!important;background:transparent!important;color:#fff!important;font-size:44px!important;cursor:pointer}
.ktm-modal-open{overflow:hidden}

/* COMMITTEE SHORTCODE */
.ktm-committee-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}
.ktm-committee-card{padding:18px;border:1px solid #e4edf5;border-radius:9px;background:#fff;box-shadow:0 5px 16px rgba(24,56,88,.06);text-align:center}
.ktm-committee-card img{width:92px;height:92px;margin:0 auto;object-fit:contain}
.ktm-committee-card h3{margin:9px 0 2px;color:#213b61;font-size:18px}
.ktm-committee-card p{margin:0 0 12px;color:#52677f}
.ktm-committee-card .ktm-btn{width:100%!important}

@media (max-width:1100px){
    .ktm-hero-inner{grid-template-columns:minmax(340px,36%) minmax(0,64%)}
    .ktm-hero-copy{padding-left:32px;padding-right:40px}
    .ktm-hero h1{font-size:44px!important}
    .ktm-info-count-4{grid-template-columns:repeat(2,minmax(0,1fr))}
    .ktm-info-count-4 .ktm-info-item:nth-child(2){border-right:0}
    .ktm-info-count-4 .ktm-info-item:nth-child(-n+2){border-bottom:1px solid var(--ktm-line)}
    .ktm-coach-grid.ktm-count-3{grid-template-columns:repeat(2,minmax(0,1fr))}
    .ktm-tables-grid{grid-template-columns:1fr}
    .ktm-join-inner{grid-template-columns:1fr;gap:24px}
    .ktm-join-section::before{width:100%;opacity:.35}
}

@media (max-width:780px){
    .ktm-team-page{font-size:15px}
    .ktm-hero-inner{grid-template-columns:1fr;min-height:0}
    .ktm-hero-media{order:-1}
    .ktm-banner-image,.ktm-banner-fallback{height:auto!important;min-height:0!important;aspect-ratio:16/8;object-fit:cover!important}
    .ktm-banner-fallback{object-fit:contain!important;background:#173b5f}
    .ktm-hero-copy{padding:24px 20px 27px}
    .ktm-hero-copy::after{display:none}
    .ktm-hero h1{max-width:none;font-size:38px!important}
    .ktm-hero-tagline{font-size:17px!important}
    .ktm-info-wrap{margin:0;padding:0 14px;background:#fff}
    .ktm-info-bar{border-radius:0 0 8px 8px;box-shadow:0 5px 16px rgba(20,52,83,.08)}
    .ktm-info-count-4,.ktm-info-count-3,.ktm-info-count-2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}
    .ktm-info-count-3 .ktm-info-item:nth-child(2),.ktm-info-count-2 .ktm-info-item:nth-child(2){border-right:0}
    .ktm-info-item{padding:13px 12px;gap:9px}
    .ktm-info-item:nth-child(2n){border-right:0}
    .ktm-info-count-3 .ktm-info-item:nth-child(-n+2),.ktm-info-count-4 .ktm-info-item:nth-child(-n+2){border-bottom:1px solid var(--ktm-line)}
    .ktm-icon{font-size:25px}
    .ktm-info-item span:not(.ktm-icon){font-size:13px}
    .ktm-section,.ktm-team-intro{padding-left:16px;padding-right:16px}
    .ktm-section-title h2{font-size:24px!important}
    .ktm-next-match{grid-template-columns:1fr;gap:12px;padding:18px;text-align:center}
    .ktm-next-centre{order:-1}
    .ktm-next-side,.ktm-next-away{justify-content:center;text-align:center}
    .ktm-coach-grid.ktm-count-1,.ktm-coach-grid.ktm-count-2,.ktm-coach-grid.ktm-count-3{grid-template-columns:1fr}
    .ktm-coach-card{grid-template-columns:135px minmax(0,1fr)}
    .ktm-coach-photo{min-height:190px}
    .ktm-coach-photo img{min-height:190px!important}
    .ktm-media-track{grid-auto-columns:70vw}
    .ktm-sponsor-grid,.ktm-sponsor-grid.ktm-sponsor-count-1,.ktm-sponsor-grid.ktm-sponsor-count-2,.ktm-sponsor-grid.ktm-sponsor-count-3{grid-template-columns:repeat(2,minmax(0,1fr))}
    .ktm-join-inner{padding:28px 16px}
    .ktm-join-section::before{width:100%;opacity:.3}
    .ktm-join-section::after{left:50%;transform:translateX(-50%)}
    .ktm-join-copy h2{font-size:29px!important}
    .ktm-form-grid{grid-template-columns:1fr}
    .ktm-field-name,.ktm-field-player-name,.ktm-field-player-age,.ktm-field-email,.ktm-field-phone,.ktm-field-company,.ktm-field-message,.ktm-span-2{grid-column:span 1}
}

@media (max-width:520px){
    .ktm-hero h1{font-size:34px!important}
    .ktm-banner-image,.ktm-banner-fallback{aspect-ratio:16/9}
    .ktm-info-count-4,.ktm-info-count-3,.ktm-info-count-2,.ktm-info-count-1{grid-template-columns:1fr;max-width:none}
    .ktm-info-item{border-right:0!important;border-bottom:1px solid var(--ktm-line)!important}
    .ktm-info-item:last-child{border-bottom:0!important}
    .ktm-section-title{display:block}
    .ktm-section-title .ktm-outline-btn{margin-top:9px!important}
    .ktm-coach-card{grid-template-columns:108px minmax(0,1fr)}
    .ktm-coach-photo{min-height:160px}
    .ktm-coach-photo img{min-height:160px!important}
    .ktm-coach-body{padding:12px}
    .ktm-coach-body h3{font-size:17px!important}
    .ktm-coach-bio{font-size:11px}
    .ktm-media-track{grid-auto-columns:82vw}
    .ktm-sponsor-card{min-height:112px;padding:10px}
    .ktm-benefits strong{font-size:10px}
    .ktm-table-card>header{align-items:flex-start;flex-direction:column}
}

/* =========================================================
   v1.2.0 visual refinements – approved Kingsdown team design
   ========================================================= */
@media (min-width:781px){
    .ktm-hero-inner{
        grid-template-columns:minmax(430px,39%) minmax(0,61%);
        max-width:1440px;
        min-height:350px;
    }
    .ktm-hero-copy{
        justify-content:center;
        padding:56px 48px 42px 42px;
        overflow:visible;
    }
    .ktm-hero-copy::after{
        top:0;
        right:-92px;
        width:93px;
        height:100%;
        z-index:1;
        background:var(--ktm-navy);
        clip-path:polygon(0 0,0 100%,100% 100%);
    }
    .ktm-hero-copy::before{
        z-index:0;
        inset:0 -34px 0 0;
        opacity:.09;
        background-position:88% 52%;
        background-size:330px 330px;
    }
    .ktm-hero-copy>*{position:relative;z-index:2}
    .ktm-hero h1{
        max-width:535px;
        font-size:clamp(42px,3.15vw,54px)!important;
        line-height:.98!important;
        letter-spacing:-.045em;
    }
    .ktm-hero h1.ktm-title-long{font-size:clamp(39px,2.85vw,49px)!important}
    .ktm-hero h1.ktm-title-xlong{font-size:clamp(36px,2.65vw,46px)!important}
    .ktm-banner-image,.ktm-banner-fallback{
        height:350px!important;
        min-height:350px!important;
    }
}
.ktm-hero-media{position:relative}
.ktm-more-than-football{
    position:absolute;
    z-index:3;
    right:25px;
    bottom:17px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    color:#fff;
    font-family:"Segoe Print","Bradley Hand","Brush Script MT",cursive;
    font-size:25px;
    font-style:italic;
    font-weight:700;
    line-height:.82;
    letter-spacing:-.055em;
    text-shadow:0 2px 5px rgba(0,0,0,.38);
    transform:rotate(-5deg);
    pointer-events:none;
}
.ktm-more-than-football span:nth-child(2){margin-left:13px}
.ktm-more-than-football span:nth-child(3){position:relative;margin-left:5px}
.ktm-more-than-football span:nth-child(3)::after{
    content:"";
    position:absolute;
    left:3px;
    right:-5px;
    bottom:-8px;
    height:4px;
    border-radius:99px;
    background:var(--ktm-gold);
    transform:rotate(-4deg);
}

.ktm-info-wrap{max-width:1280px;margin-top:-22px}
.ktm-info-bar{min-height:92px}
.ktm-info-item{
    justify-content:center;
    min-height:92px;
    padding:18px 22px;
    gap:16px;
}
.ktm-info-item .ktm-icon{font-size:39px;line-height:1}
.ktm-info-item strong{font-size:14px;line-height:1.12;font-weight:850}
.ktm-info-item span:not(.ktm-icon){font-size:16px;line-height:1.22;font-weight:800}

.ktm-join-section{
    background:#075084;
    min-height:340px;
}
.ktm-join-section::before{
    inset:0;
    width:100%;
    background-image:linear-gradient(90deg,rgba(2,57,96,.20) 0%,rgba(3,67,109,.12) 55%,rgba(4,68,107,.22) 100%),var(--ktm-join-bg);
    background-size:cover;
    background-position:center center;
    opacity:1;
}
.ktm-join-section::after{display:none}
.ktm-join-inner{max-width:1280px;min-height:340px;padding-top:30px;padding-bottom:30px}
.ktm-benefits>div{min-height:126px;padding-top:8px}
.ktm-benefits .ktm-icon{font-size:60px;margin-bottom:12px}
.ktm-benefits strong{font-size:15px;line-height:1.28}

@media (max-width:1100px) and (min-width:781px){
    .ktm-hero-inner{grid-template-columns:minmax(390px,40%) minmax(0,60%)}
    .ktm-hero-copy{padding:52px 42px 40px 34px}
    .ktm-hero h1{font-size:43px!important}
    .ktm-hero h1.ktm-title-long{font-size:40px!important}
    .ktm-hero h1.ktm-title-xlong{font-size:37px!important}
    .ktm-info-item{padding:16px 14px}
    .ktm-info-item .ktm-icon{font-size:36px}
}

@media (max-width:780px){
    .ktm-hero-copy{padding:34px 20px 29px}
    .ktm-hero-copy::before{
        display:block;
        opacity:.065;
        background-position:105% 50%;
        background-size:235px;
    }
    .ktm-hero-copy>*{position:relative;z-index:2}
    .ktm-more-than-football{right:17px;bottom:15px;font-size:20px}
    .ktm-info-bar{min-height:0}
    .ktm-info-item{justify-content:flex-start;min-height:78px;padding:14px 13px;gap:11px}
    .ktm-info-item .ktm-icon{font-size:31px}
    .ktm-info-item strong{font-size:12px}
    .ktm-info-item span:not(.ktm-icon){font-size:14px}
    .ktm-join-section::before{opacity:1;width:100%}
    .ktm-join-inner{min-height:0}
    .ktm-benefits .ktm-icon{font-size:51px}
}

@media (max-width:520px){
    .ktm-more-than-football{font-size:17px;right:13px;bottom:12px}
    .ktm-hero-copy{padding-top:31px}
    .ktm-hero h1,.ktm-hero h1.ktm-title-long,.ktm-hero h1.ktm-title-xlong{font-size:33px!important;line-height:1!important}
    .ktm-info-item{justify-content:flex-start;min-height:72px;padding:13px 18px}
    .ktm-info-item .ktm-icon{font-size:32px}
}


/* =========================================================
   v1.2.1 hero / information / manager / sponsor refinements
   ========================================================= */
@media (min-width:781px){
    .ktm-hero-inner{
        grid-template-columns:minmax(0,37%) minmax(0,63%);
        max-width:1280px;
        min-height:390px;
    }
    .ktm-hero-copy{
        min-height:390px;
        padding:70px 44px 48px 58px;
    }
    .ktm-hero-copy::after{
        right:-108px;
        width:110px;
        height:100.5%;
        bottom:-2px;
        top:0;
        clip-path:polygon(0 0,0 100%,100% 100%);
    }
    .ktm-hero-copy::before{
        inset:-15px -35px -15px 0;
        opacity:.065;
        background-position:78% 53%;
        background-size:365px 365px;
    }
    .ktm-hero h1{
        max-width:390px;
        margin-bottom:12px!important;
        font-family:"Arial Black","Helvetica Neue",Arial,sans-serif!important;
        font-size:48px!important;
        line-height:.94!important;
        letter-spacing:-.045em!important;
    }
    .ktm-hero h1 .ktm-title-first,
    .ktm-hero h1 .ktm-title-rest{display:block;white-space:nowrap}
    .ktm-hero h1 .ktm-title-first{font-size:.94em}
    .ktm-hero h1.ktm-title-rest-long .ktm-title-rest{font-size:.88em}
    .ktm-hero h1.ktm-title-rest-xlong .ktm-title-rest{font-size:.80em}
    .ktm-banner-image,.ktm-banner-fallback{
        height:390px!important;
        min-height:390px!important;
    }
    .ktm-more-than-football{right:24px;bottom:23px;font-size:26px}

    .ktm-info-wrap{max-width:1280px;margin-top:-24px;padding-left:24px;padding-right:24px}
    .ktm-info-bar{min-height:78px}
    .ktm-info-item{
        min-height:78px;
        padding:11px 18px;
        gap:15px;
        justify-content:center;
    }
    .ktm-info-item .ktm-icon{font-size:42px;line-height:1}
    .ktm-info-item strong{font-size:13px;line-height:1.08;font-weight:850}
    .ktm-info-item span:not(.ktm-icon){font-size:16px;line-height:1.16;font-weight:850}
    .ktm-info-item:nth-child(3) span:not(.ktm-icon){font-size:13.5px;line-height:1.16}

    .ktm-coach-card.ktm-no-bio .ktm-coach-body{justify-content:center}
    .ktm-coach-card.ktm-no-bio .ktm-coach-bio{flex:0}
    .ktm-coach-card.ktm-no-bio .ktm-btn{margin-top:15px!important}
    .ktm-coach-card.ktm-has-bio .ktm-coach-bio{flex:0}
    .ktm-coach-card.ktm-has-bio .ktm-btn{margin-top:12px!important}

    .ktm-sponsor-card{min-height:170px;padding:14px 18px}
    .ktm-sponsor-logo{max-width:190px;max-height:132px;aspect-ratio:auto}
    .ktm-sponsor-logo img{width:100%!important;height:100%!important;max-height:132px!important;object-fit:contain!important}
}

@media (max-width:1100px) and (min-width:781px){
    .ktm-hero-inner{grid-template-columns:minmax(360px,40%) minmax(0,60%);min-height:370px}
    .ktm-hero-copy{min-height:370px;padding:60px 38px 42px 34px}
    .ktm-hero h1{font-size:42px!important;max-width:350px}
    .ktm-banner-image,.ktm-banner-fallback{height:370px!important;min-height:370px!important}
    .ktm-info-item{padding:10px 12px;gap:11px}
    .ktm-info-item .ktm-icon{font-size:36px}
    .ktm-info-item span:not(.ktm-icon){font-size:14px}
    .ktm-info-item:nth-child(3) span:not(.ktm-icon){font-size:12.5px}
}

@media (max-width:780px){
    .ktm-hero-copy::before{
        background-image:var(--ktm-hero-mark,none);
        opacity:.055;
        background-position:92% 52%;
        background-size:245px 245px;
    }
    .ktm-hero h1{
        font-family:"Arial Black","Helvetica Neue",Arial,sans-serif!important;
        font-size:36px!important;
        line-height:.96!important;
        letter-spacing:-.04em!important;
    }
    .ktm-hero h1 .ktm-title-first,.ktm-hero h1 .ktm-title-rest{display:block}
    .ktm-info-item:nth-child(3) span:not(.ktm-icon){font-size:13px}
    .ktm-sponsor-logo{max-width:145px;max-height:105px;aspect-ratio:auto}
}
