:root {
    --kb-black: #040404;
    --kb-black-soft: #0d0d0f;
    --kb-charcoal: #17181c;
    --kb-charcoal-soft: #202126;
    --kb-blue: #20303c;
    --kb-blue-soft: #2b4252;
    --kb-yellow: #e6b535;
    --kb-yellow-soft: #f2ca62;
    --kb-white: #f4f4f4;
    --kb-muted: #9a9ca3;
    --kb-danger: #f64d43;
    --kb-border: rgba(230, 181, 53, 0.38);
    --kb-header-border: rgba(230, 181, 53, 0.2);
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    background: linear-gradient(180deg, #020202 0%, #060606 28%, #131418 100%);
    color: var(--kb-white);
    font-family: "Barlow Condensed", "Segoe UI", sans-serif;
    letter-spacing: 0.015em;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 8%, rgba(32, 48, 60, 0.28), transparent 32%),
        radial-gradient(circle at 84% 5%, rgba(230, 181, 53, 0.14), transparent 26%),
        linear-gradient(transparent 70%, rgba(0, 0, 0, 0.24));
    z-index: -1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bebas Neue", "Barlow Condensed", sans-serif;
    letter-spacing: 0.04em;
}

a {
    color: var(--kb-yellow);
    text-decoration: none;
}

a:hover {
    color: var(--kb-yellow-soft);
}

small,
.text-muted {
    color: var(--kb-muted) !important;
}

.kb-shell {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.kb-main {
    padding-top: 1.5rem;
}

.kb-top-carousel-wrap {
    width: 100%;
    background: #000;
}

.kb-top-carousel {
    width: 100%;
    height: clamp(300px, 56.25vw, 520px);
    overflow: hidden;
}

.kb-top-carousel .carousel-inner,
.kb-top-carousel .carousel-item {
    height: 100%;
}

.kb-top-carousel .carousel-item {
    position: relative;
}

.kb-top-carousel-link {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.kb-top-carousel-media {
    position: relative;
    width: 100%;
    height: 100%;
    isolation: isolate;
}

.kb-top-carousel-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.24), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.26)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 30%, rgba(0, 0, 0, 0.2));
    pointer-events: none;
    z-index: 1;
}

.kb-top-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1.01);
}

.kb-top-carousel-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1.5rem, 4vw, 4rem);
    padding: clamp(1.5rem, 4vw, 3.5rem) clamp(1.8rem, 5vw, 5.8rem);
    pointer-events: none;
}

.kb-top-carousel-content--title-only {
    justify-content: flex-start;
}

.kb-top-carousel-content--description-only {
    justify-content: flex-end;
}

.kb-top-carousel-title {
    max-width: 6.8ch;
    margin-left: clamp(2.75rem, 8vw, 8.5rem);
    color: #fff;
    font-family: "Bebas Neue", "Barlow Condensed", sans-serif;
    font-size: clamp(3.8rem, 8vw, 8.5rem);
    line-height: 0.82;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-wrap: balance;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
}

.kb-top-carousel-description {
    width: min(20.5vw, 238px);
    max-width: none;
    margin-left: 0;
    margin-right: clamp(2.75rem, 7vw, 7rem);
    padding: clamp(1rem, 2vw, 1.4rem) clamp(1rem, 1.8vw, 1.5rem);
    background: rgba(230, 181, 53, 0.96);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
    overflow: visible;
}

.kb-top-carousel-description span {
    display: inline-block;
    width: min(29vw, 340px);
    max-width: none;
    vertical-align: top;
    color: #fff;
    font-family: "Bebas Neue", "Barlow Condensed", sans-serif;
    font-size: clamp(1.8rem, 3vw, 3.3rem);
    line-height: 1.08;
    letter-spacing: 0.02em;
    white-space: pre-line;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
    background: #000;
    padding: 0.02em 0.14em 0.08em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.kb-admin-banner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
}

.kb-admin-banner-preview {
    width: 100%;
    height: 180px;
    min-height: 180px;
    max-height: 180px;
    object-fit: cover;
    object-position: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 0.65rem;
}

.kb-top-carousel-indicators {
    margin-bottom: 0.75rem;
    gap: 0.35rem;
}

.kb-top-carousel-indicators button {
    width: 26px !important;
    height: 4px !important;
    border-radius: 2px;
    border: none;
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.kb-top-carousel-indicators .active {
    background-color: var(--kb-yellow) !important;
}

.kb-top-carousel-control {
    width: 8%;
    opacity: 0.72;
}

.kb-top-carousel-control:hover,
.kb-top-carousel-control:focus {
    opacity: 1;
}

.kb-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(2, 2, 2, 0.94);
    border-bottom: none;
    backdrop-filter: blur(10px);
}

.kb-header .kb-shell {
    max-width: none;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

.kb-topbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 126px;
    gap: 1rem;
    padding: 0.85rem 0;
}

.kb-main-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 0;
    min-width: 0;
    max-width: calc(50% - 120px);
    gap: 1rem;
    flex-wrap: wrap;
    padding-right: 0;
}

.kb-main-link {
    color: var(--kb-white);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    padding-bottom: 0.2rem;
    border-bottom: 2px solid transparent;
    transition: color 0.25s ease, border-color 0.25s ease;
}

.kb-main-link:hover,
.kb-main-link:focus {
    color: var(--kb-yellow);
    border-color: rgba(230, 181, 53, 0.85);
}

.kb-brand-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 1;
}

.kb-brand-center img {
    width: 124px;
    height: auto;
    object-fit: contain;
    filter: saturate(1.06);
}

.kb-auth-zone {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 0;
    min-width: 0;
    max-width: calc(50% - 120px);
    flex-wrap: wrap;
    gap: 0.45rem;
    padding-left: 0;
    position: relative;
    z-index: 2;
}

.kb-admin-dropdown {
    position: relative;
}

.kb-admin-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.kb-admin-dropdown-toggle::after {
    margin-left: 0.35rem;
}

.kb-admin-dropdown-menu {
    margin-top: 0.42rem !important;
    min-width: 220px;
    padding: 0.28rem 0;
    border-radius: 0;
    border: 1px solid rgba(230, 181, 53, 0.26);
    background: rgba(3, 3, 5, 0.97);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.42);
}

.kb-admin-dropdown-item {
    color: #f2f4f8;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    padding: 0.56rem 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: background-color 0.2s ease, color 0.2s ease;
}

.kb-admin-dropdown-menu li:last-child .kb-admin-dropdown-item {
    border-bottom: none;
}

.kb-admin-dropdown-item:hover,
.kb-admin-dropdown-item:focus,
.kb-admin-dropdown-item:active {
    color: var(--kb-yellow);
    background: rgba(230, 181, 53, 0.12);
}

.kb-social-fixed {
    position: fixed;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    z-index: 96;
    display: flex;
    flex-direction: column;
    background: rgba(3, 3, 5, 0.94);
    border: none;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.35);
}

.kb-social-link {
    width: 46px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f2f4f8;
    transition: color 0.2s ease;
}

.kb-social-link:hover,
.kb-social-link:focus {
    color: var(--kb-yellow);
}

.kb-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.kb-social-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.kb-footer {
    margin-top: 0;
    padding: 4.9rem 0 2.2rem;
    border-top: none;
    background: #000;
}

.kb-newsletter {
    position: relative;
    margin-top: 0;
    background: var(--kb-yellow);
    color: #0e0e0f;
    border: 1px solid #d2a22d;
    padding: 3.5rem 2rem 1.8rem;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.38);
}

.kb-newsletter::before {
    content: "";
    position: absolute;
    inset: auto auto -11px -11px;
    width: 120px;
    height: 12px;
    background: #f2f2f2;
}

.kb-newsletter::after {
    content: "";
    position: absolute;
    inset: auto -28px 74px auto;
    width: 170px;
    height: 12px;
    background: #f2f2f2;
}

.kb-newsletter-headline {
    position: absolute;
    top: 0.45rem;
    left: 1.9rem;
    margin: 0;
    color: #f4f4f4;
    font-family: "Bebas Neue", "Barlow Condensed", sans-serif;
    font-size: clamp(2.6rem, 5vw, 4.1rem);
    line-height: 0.95;
    letter-spacing: 0.03em;
    z-index: 2;
}

.kb-newsletter-headline-stripe {
    position: absolute;
    top: 1.65rem;
    left: min(28%, 290px);
    width: min(54%, 510px);
    height: 13px;
    background: repeating-linear-gradient(
        135deg,
        rgba(8, 8, 8, 0.18) 0 2px,
        rgba(230, 181, 53, 1) 2px 4px
    );
    z-index: 1;
}

.kb-newsletter-content {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(420px, 1.55fr);
    align-items: center;
    gap: 1.25rem;
}

.kb-newsletter-copy {
    margin: 0;
    max-width: 430px;
    color: #17150e;
    font-size: 1.05rem;
    letter-spacing: 0.01em;
    line-height: 1.35;
}

.kb-newsletter-form {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    background: #111111;
    border: 2px solid #0d0d0d;
    padding: 0;
    min-height: 52px;
}

.kb-newsletter-form input {
    width: 100%;
    border: none;
    outline: none;
    padding: 0.78rem 0.92rem;
    background: transparent;
    color: #ffffff;
    font-size: 1.02rem;
    font-weight: 600;
}

.kb-newsletter-form input::placeholder {
    color: #f2f2f2;
}

.kb-newsletter-submit {
    border: 2px solid #0d0d0d;
    border-right: none;
    background: var(--kb-yellow);
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.02rem;
    height: 100%;
    padding: 0.7rem 1.15rem;
    white-space: nowrap;
}

.kb-newsletter-submit:hover,
.kb-newsletter-submit:focus {
    background: var(--kb-yellow-soft);
}

.kb-newsletter-form::after {
    content: "";
    position: absolute;
    right: -110px;
    bottom: -12px;
    width: 110px;
    height: 10px;
    background: #f2f2f2;
    pointer-events: none;
}

.kb-footer-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.28rem;
    margin-top: 1rem;
    color: #f4f4f4;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.73rem;
    text-align: center;
    line-height: 1.35;
}

.kb-footer-meta-wrap {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: end;
    gap: 0.9rem;
    margin-top: 3.35rem;
}

.kb-footer-meta-wrap .kb-footer-meta {
    grid-column: 2;
    margin-top: 0;
}

.kb-footer-legal-links {
    grid-column: 3;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.kb-footer-legal-links a {
    color: #f4f4f4;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.kb-footer-legal-links a:hover,
.kb-footer-legal-links a:focus {
    color: var(--kb-yellow);
    border-color: rgba(230, 181, 53, 0.65);
}

.kb-footer-credit-link,
.kb-footer-credit-link:hover,
.kb-footer-credit-link:focus {
    color: inherit !important;
    text-decoration: none !important;
}

.kb-kicker {
    margin: 0;
    color: var(--kb-yellow);
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-size: 0.78rem;
    font-weight: 700;
}

.kb-section-title {
    margin: 0;
    font-size: clamp(1.65rem, 2.3vw, 2.35rem);
    line-height: 1;
}

.kb-title-block {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.95rem;
}

.kb-title-block .kb-title-chunk {
    display: inline-block;
    background: #f1f1f1;
    color: #131313;
    padding: 0.15rem 0.5rem;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.04em;
    font-size: clamp(1.5rem, 2.2vw, 2.2rem);
}

.kb-title-block .kb-title-highlight {
    display: inline-block;
    background: var(--kb-yellow);
    color: #131313;
    padding: 0.15rem 0.5rem;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.04em;
    font-size: clamp(1.5rem, 2.2vw, 2.2rem);
}

.kb-title-line {
    height: 2px;
    width: min(100%, 670px);
    background: linear-gradient(90deg, rgba(230, 181, 53, 0.95), rgba(230, 181, 53, 0.12));
    margin-bottom: 1.25rem;
}

.kb-events-band {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 0;
    padding: 4.3rem 0 1.45rem;
    background: #000;
}

.kb-events-band-connected {
    margin-top: -1.5rem;
    padding-top: 4.1rem;
}

.kb-events-band-inner {
    width: min(1240px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 0 1rem;
}

.kb-events-band-mark {
    display: none;
}

.kb-events-band-title-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.kb-events-band-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.kb-events-band-title::after {
    content: "";
    position: absolute;
    right: -30px;
    width: 26px;
    height: 62%;
    background: repeating-linear-gradient(
        135deg,
        rgba(12, 12, 12, 0.25) 0 2px,
        rgba(230, 181, 53, 0.95) 2px 4px
    );
}

.kb-events-title-light,
.kb-events-title-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Bebas Neue", "Barlow Condensed", sans-serif;
    font-size: clamp(2.3rem, 4.2vw, 4.1rem);
    letter-spacing: 0.03em;
    padding: 0.16rem 0.62rem;
}

.kb-events-title-light {
    background: #f1f1f1;
    color: #101010;
}

.kb-events-title-gold {
    background: var(--kb-yellow);
    color: #101010;
}

.kb-events-band-rule {
    display: none;
}

.kb-events-band-rule::after {
    display: none;
}

.kb-card,
.kb-subcard,
.kb-stat-card {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(165deg, var(--kb-charcoal), #111215);
    padding: 1.2rem;
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28);
}

.kb-card::before,
.kb-subcard::before,
.kb-stat-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--kb-yellow), rgba(230, 181, 53, 0.15));
}

.kb-subcard {
    height: 100%;
}

.kb-institutional-page {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1rem 0 2.5rem;
}

.kb-institutional-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 1.4rem;
    align-items: stretch;
    padding: 1.6rem;
}

.kb-institutional-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.kb-institutional-lead,
.kb-institutional-text {
    margin: 0;
    max-width: 760px;
    color: rgba(245, 247, 250, 0.88);
    line-height: 1.75;
    letter-spacing: 0.01em;
}

.kb-institutional-lead {
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: 1.12rem;
    font-weight: 600;
}

.kb-institutional-sidepanel {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    min-height: 100%;
    padding: 1.5rem;
    border: 1px solid rgba(230, 181, 53, 0.22);
    background:
        radial-gradient(circle at 22% 20%, rgba(230, 181, 53, 0.24), transparent 38%),
        linear-gradient(165deg, rgba(14, 16, 19, 0.98), rgba(6, 7, 10, 0.96));
}

.kb-institutional-sidepanel::after {
    content: "";
    position: absolute;
    inset: auto -40px -40px auto;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(230, 181, 53, 0.18), transparent 68%);
    pointer-events: none;
}

.kb-institutional-badge {
    display: inline-flex;
    align-self: flex-start;
    padding: 0.35rem 0.7rem;
    border: 1px solid rgba(230, 181, 53, 0.34);
    background: rgba(230, 181, 53, 0.12);
    color: var(--kb-yellow);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.kb-institutional-sidepanel h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.7rem, 2.6vw, 2.45rem);
    line-height: 1.02;
}

.kb-institutional-sidepanel p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(244, 245, 247, 0.84);
    line-height: 1.65;
}

.kb-institutional-tags {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.kb-institutional-tags span {
    display: inline-flex;
    padding: 0.4rem 0.72rem;
    background: rgba(255, 255, 255, 0.06);
    color: #f5f7fb;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.kb-institutional-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.kb-institutional-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.kb-institutional-feature {
    height: 100%;
    padding: 1.35rem;
}

.kb-institutional-feature-label {
    display: inline-block;
    margin-bottom: 0.85rem;
    color: var(--kb-yellow);
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.12em;
}

.kb-institutional-feature h2 {
    margin: 0 0 0.55rem;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1;
}

.kb-institutional-feature p {
    margin: 0;
    color: rgba(241, 243, 247, 0.82);
    line-height: 1.72;
}

.kb-institutional-gallery-callout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.45rem 1.5rem;
}

.kb-institutional-gallery-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.kb-contact-page {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1rem 0 2.5rem;
}

.kb-contact-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: 1.4rem;
    align-items: stretch;
    padding: 1.6rem;
}

.kb-contact-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.kb-contact-lead,
.kb-contact-text {
    margin: 0;
    max-width: 760px;
    color: rgba(245, 247, 250, 0.88);
    line-height: 1.75;
    letter-spacing: 0.01em;
}

.kb-contact-lead {
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: 1.12rem;
    font-weight: 600;
}

.kb-contact-sidepanel {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem;
    border: 1px solid rgba(230, 181, 53, 0.22);
    background:
        radial-gradient(circle at 82% 18%, rgba(230, 181, 53, 0.2), transparent 40%),
        linear-gradient(165deg, rgba(14, 16, 19, 0.98), rgba(6, 7, 10, 0.96));
}

.kb-contact-sidepanel::after {
    content: "";
    position: absolute;
    inset: auto auto -58px -58px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(230, 181, 53, 0.12), transparent 68%);
    pointer-events: none;
}

.kb-contact-badge,
.kb-contact-card-label {
    display: inline-flex;
    align-self: flex-start;
    padding: 0.35rem 0.7rem;
    border: 1px solid rgba(230, 181, 53, 0.34);
    background: rgba(230, 181, 53, 0.12);
    color: var(--kb-yellow);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.kb-contact-sidepanel h2,
.kb-contact-info-card h2 {
    margin: 0;
    color: #ffffff;
    line-height: 1.02;
}

.kb-contact-sidepanel h2 {
    font-size: clamp(1.7rem, 2.6vw, 2.45rem);
}

.kb-contact-sidepanel p,
.kb-contact-info-card p {
    margin: 0;
    color: rgba(244, 245, 247, 0.84);
    line-height: 1.65;
}

.kb-contact-whatsapp {
    align-self: flex-start;
}

.kb-contact-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.kb-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.kb-contact-info-card {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    height: 100%;
    padding: 1.35rem;
}

.kb-contact-note {
    color: rgba(230, 181, 53, 0.92);
    font-size: 0.92rem;
}

.kb-contact-map-card {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    gap: 1.2rem;
    align-items: center;
    padding: 1.35rem;
}

.kb-contact-map-frame {
    min-height: 320px;
}

.kb-contact-map-frame iframe {
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 1px solid rgba(230, 181, 53, 0.18);
}

.kb-stat-card h3 {
    margin: 0;
    color: var(--kb-yellow);
    font-size: clamp(2rem, 2.6vw, 2.45rem);
}

.kb-stat-card p {
    margin: 0;
    color: var(--kb-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
}

.kb-hero {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    border: 1px solid rgba(230, 181, 53, 0.2);
    background: #000;
    box-shadow: 0 22px 34px rgba(0, 0, 0, 0.35);
    animation: kbHeroEnter 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.kb-hero-media {
    position: absolute;
    inset: 0;
}

.kb-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0.28) contrast(1.04) brightness(0.62);
}

.kb-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.26) 60%, rgba(0, 0, 0, 0.74));
}

.kb-hero-content,
.kb-hero-callout {
    position: relative;
    z-index: 2;
}

.kb-hero-content {
    padding: 2.4rem 2.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.85rem;
}

.kb-hero-title {
    margin: 0;
    font-size: clamp(2.9rem, 5.3vw, 4.9rem);
    line-height: 0.88;
}

.kb-hero-title .kb-hero-strong {
    color: var(--kb-yellow);
}

.kb-hero-content p {
    max-width: 560px;
    color: #dbdde3;
    margin: 0;
    font-size: 1.05rem;
}

.kb-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.kb-hero-callout {
    align-self: center;
    justify-self: end;
    margin-right: 1.8rem;
    width: min(350px, calc(100% - 2.4rem));
    background: var(--kb-yellow);
    color: #131313;
    border: 1px solid #d4a22b;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.38);
    padding: 1rem;
}

.kb-hero-callout p {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.1;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.03em;
}

.kb-hero-callout small {
    display: block;
    margin-top: 0.5rem;
    color: #2f2f2f;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.kb-event-card {
    padding: 0;
    overflow: hidden;
    border: none;
    background: #000;
    box-shadow: none;
}

.kb-event-media {
    position: relative;
    height: 345px;
    background: #000;
}

.kb-event-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: none;
}

.kb-event-media::after {
    display: none;
}

.kb-event-hero-media {
    height: 100%;
    min-height: 280px;
}

.kb-event-body {
    position: relative;
    padding: 1.45rem 1.2rem 1.55rem;
    background: #000;
    text-align: center;
}

.kb-event-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.25rem;
}

.kb-event-date {
    margin: 0.3rem 0 0.15rem;
    color: #f2f2f3;
    font-size: 1.02rem;
    font-weight: 500;
}

.kb-event-name {
    margin: 0;
    font-size: clamp(2.1rem, 3vw, 2.8rem);
    line-height: 0.95;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.kb-event-location {
    margin: 0.1rem 0 0;
    color: #f2f2f3;
    font-size: 1.02rem;
    font-weight: 500;
}

.kb-event-meta {
    margin: 0.35rem 0 1rem;
    color: var(--kb-muted);
    font-size: 0.87rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.kb-event-actions {
    display: flex;
    justify-content: center;
    margin-top: 1.15rem;
}

.kb-event-btn {
    min-width: 172px;
    border: 2px solid var(--kb-yellow);
    color: var(--kb-yellow);
    background: transparent;
    padding-left: 1rem;
    padding-right: 1rem;
}

.kb-event-btn:hover,
.kb-event-btn:focus {
    color: #111;
    background: rgba(230, 181, 53, 0.95);
    border-color: var(--kb-yellow-soft);
}

.kb-events-cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 0.25rem;
}

.kb-events-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 64px;
    min-width: 360px;
    background: var(--kb-yellow);
    padding: 0.5rem 0.75rem 0.5rem 5.6rem;
    color: #111;
    text-decoration: none;
}

.kb-events-cta-arrow {
    position: absolute;
    left: -84px;
    top: 50%;
    transform: translateY(-50%);
    width: 108px;
    height: 30px;
    background: #f4f4f4;
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    line-height: 1;
    font-family: "Bebas Neue", "Barlow Condensed", sans-serif;
}

.kb-events-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 250px;
    background: #f4f4f4;
    border: 3px solid #101010;
    color: #101010;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    text-align: center;
}

.kb-events-cta:hover .kb-events-cta-button,
.kb-events-cta:focus .kb-events-cta-button {
    background: #ffffff;
}

.kb-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.24rem 0.58rem;
    background: var(--kb-yellow);
    color: #111;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    border: 1px solid #d9aa33;
}

.kb-inline-list {
    margin: 0;
    padding-left: 1rem;
    color: var(--kb-muted);
}

.kb-form-card .form-label {
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 0.85rem;
    color: #d5d7dc;
    margin-bottom: 0.35rem;
}

.form-control,
.form-select {
    background: #101116;
    border: 1px solid #2f3139;
    color: #f5f5f7;
    border-radius: 0;
}

.form-control:focus,
.form-select:focus {
    color: #ffffff;
    background: #0f1014;
    border-color: rgba(230, 181, 53, 0.82);
    box-shadow: 0 0 0 0.2rem rgba(230, 181, 53, 0.18);
}

.form-check-input {
    border-radius: 0;
    background-color: #101116;
    border-color: #3a3a43;
}

.form-check-input:checked {
    background-color: var(--kb-yellow);
    border-color: #d6a82f;
}

.kb-table {
    --bs-table-bg: transparent;
    --bs-table-color: #eceef2;
    --bs-table-striped-bg: rgba(255, 255, 255, 0.02);
    --bs-table-hover-bg: rgba(230, 181, 53, 0.08);
    border-color: rgba(255, 255, 255, 0.08);
}

.kb-table thead th {
    color: var(--kb-yellow);
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.06em;
    font-size: 1.15rem;
    border-bottom-color: rgba(230, 181, 53, 0.36);
    text-transform: uppercase;
    white-space: nowrap;
}

.kb-table td,
.kb-table th {
    padding-top: 0.78rem;
    padding-bottom: 0.78rem;
    vertical-align: middle;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 700;
}

.btn-kb {
    border: 1px solid #d6a82f;
    background: linear-gradient(180deg, var(--kb-yellow), #cd9b2a);
    color: #141414;
}

.btn-kb:hover,
.btn-kb:focus {
    color: #0c0c0c;
    background: linear-gradient(180deg, var(--kb-yellow-soft), #d8a83a);
    border-color: #e0b442;
}

.btn-kb-outline {
    border: 1px solid rgba(230, 181, 53, 0.86);
    color: var(--kb-yellow);
    background: transparent;
}

.btn-kb-outline:hover,
.btn-kb-outline:focus {
    background: rgba(230, 181, 53, 0.96);
    color: #111111;
    border-color: rgba(230, 181, 53, 1);
}

.alert {
    border-radius: 0;
}

.alert-success {
    border-color: rgba(84, 174, 105, 0.54);
    background: rgba(84, 174, 105, 0.16);
    color: #9ce0ad;
}

.alert-danger {
    border-color: rgba(246, 77, 67, 0.54);
    background: rgba(246, 77, 67, 0.14);
    color: #ffb6b1;
}

iframe {
    border: 1px solid rgba(230, 181, 53, 0.28);
    background: #0f0f11;
}

.kb-reveal {
    opacity: 0;
    transform: translateY(14px);
}

.kb-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

@keyframes kbHeroEnter {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1120px) {
    .kb-topbar {
        flex-direction: column;
        justify-content: center;
        gap: 0.5rem;
        padding-top: 0.6rem;
    }

    .kb-main-nav,
    .kb-auth-zone {
        justify-content: center;
        flex: none;
        width: 100%;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }

    .kb-brand-center {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        order: -1;
    }

    .kb-brand-center img {
        width: 108px;
    }

    .kb-admin-dropdown-menu {
        min-width: 205px;
    }

    .kb-institutional-hero {
        grid-template-columns: 1fr;
    }

    .kb-institutional-sidepanel {
        min-height: 260px;
    }

    .kb-contact-hero,
    .kb-contact-map-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .kb-top-carousel-content {
        gap: 1rem;
        padding: 1.35rem 1.35rem 2.45rem;
        align-items: flex-end;
    }

    .kb-top-carousel-title {
        max-width: 6.2ch;
        font-size: clamp(2.9rem, 8vw, 5.4rem);
        margin-left: clamp(1.35rem, 4vw, 3.25rem);
    }

    .kb-top-carousel-description {
        width: min(28vw, 206px);
        max-width: none;
        margin-right: clamp(0.8rem, 3vw, 2rem);
        padding: 0.85rem 0.85rem 0.95rem;
    }

    .kb-top-carousel-description span {
        width: min(40vw, 286px);
        font-size: clamp(1.4rem, 2.9vw, 2.2rem);
    }

    .kb-social-fixed {
        display: none;
    }

    .kb-hero {
        grid-template-columns: 1fr;
        min-height: 520px;
    }

    .kb-hero-content {
        justify-content: start;
    }

    .kb-hero-callout {
        margin: 0 1.2rem 1.2rem;
        width: auto;
        justify-self: stretch;
    }

    .kb-newsletter {
        padding: 3.35rem 1.3rem 1.35rem;
    }

    .kb-newsletter-headline {
        left: 1.2rem;
        top: 0.58rem;
    }

    .kb-newsletter-headline-stripe {
        left: 180px;
        width: min(48%, 420px);
    }

    .kb-newsletter-content {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .kb-newsletter-copy {
        max-width: 100%;
    }

    .kb-newsletter-form {
        width: 100%;
    }

    .kb-institutional-grid {
        grid-template-columns: 1fr;
    }

    .kb-institutional-gallery-callout {
        flex-direction: column;
        align-items: flex-start;
    }

    .kb-institutional-gallery-actions {
        justify-content: flex-start;
    }

    .kb-contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .kb-top-carousel-content,
    .kb-top-carousel-content--description-only,
    .kb-top-carousel-content--title-only {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 0.85rem;
        padding: 1rem 1rem 2rem;
    }

    .kb-top-carousel-title {
        max-width: 6.4ch;
        font-size: clamp(2.4rem, 11vw, 4rem);
        margin-left: 0;
    }

    .kb-top-carousel-description {
        width: min(54vw, 210px);
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        padding: 0.8rem 0.8rem 0.9rem;
    }

    .kb-top-carousel-description span {
        width: min(72vw, 288px);
        font-size: clamp(1.2rem, 6.2vw, 2rem);
    }

    .kb-main-link {
        font-size: 0.78rem;
    }

    .kb-main {
        padding-top: 1rem;
    }

    .kb-institutional-page {
        gap: 1.4rem;
        padding-top: 0.4rem;
    }

    .kb-institutional-hero {
        padding: 1.1rem;
    }

    .kb-institutional-sidepanel {
        padding: 1.1rem;
    }

    .kb-institutional-sidepanel h2 {
        font-size: 1.7rem;
    }

    .kb-institutional-gallery-callout {
        padding: 1.1rem;
    }

    .kb-contact-page {
        gap: 1.4rem;
        padding-top: 0.4rem;
    }

    .kb-contact-hero,
    .kb-contact-map-card {
        padding: 1.1rem;
    }

    .kb-contact-sidepanel h2 {
        font-size: 1.7rem;
    }

    .kb-contact-map-frame,
    .kb-contact-map-frame iframe {
        min-height: 260px;
    }

    .kb-hero {
        min-height: 500px;
    }

    .kb-hero-content {
        padding: 1.3rem;
    }

    .kb-hero-title {
        font-size: clamp(2.3rem, 12vw, 3.2rem);
    }

    .kb-event-media {
        height: 275px;
    }

    .kb-events-band {
        padding: 2.5rem 0 0.9rem;
    }

    .kb-events-band-connected {
        margin-top: -1rem;
        padding-top: 2.35rem;
    }

    .kb-events-band-title {
        max-width: 100%;
    }

    .kb-events-band-title::after {
        display: none;
    }

    .kb-events-title-light,
    .kb-events-title-gold {
        font-size: clamp(2rem, 10vw, 2.9rem);
        padding: 0.12rem 0.45rem;
    }

    .kb-events-cta {
        min-width: 290px;
        min-height: 56px;
        padding-left: 1rem;
        justify-content: center;
    }

    .kb-events-cta-arrow {
        display: none;
    }

    .kb-events-cta-button {
        min-width: 220px;
        font-size: 0.9rem;
    }

    .kb-newsletter {
        padding: 2.95rem 0.95rem 1.05rem;
    }

    .kb-newsletter::after {
        width: 90px;
        right: -14px;
        bottom: 58px;
    }

    .kb-newsletter-headline {
        left: 0.95rem;
        font-size: clamp(2rem, 12vw, 2.9rem);
    }

    .kb-newsletter-headline-stripe {
        left: 138px;
        top: 1.34rem;
        height: 10px;
        width: 45%;
    }

    .kb-newsletter-copy {
        font-size: 0.98rem;
    }

    .kb-newsletter-form::after {
        right: -14px;
        width: 82px;
    }

    .kb-footer-meta {
        gap: 0.45rem;
        font-size: 0.66rem;
    }

    .kb-footer-meta-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.7rem;
        margin-top: 2.25rem;
    }

    .kb-footer-legal-links {
        justify-self: center;
        font-size: 0.67rem;
        gap: 0.7rem;
    }
}
