:root {
            --kmc-maroon: #5b1f1f;
            --kmc-gold: #d7b56d;
            --kmc-cream: #f8f3ea;
            --kmc-ink: #1f2937;
            --utility-header-height: 56px;
            --brand-strip-height: 118px;
            --main-navbar-height: 68px;
        }

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

        html {
            scroll-behavior: smooth;
            -webkit-text-size-adjust: 100%;
            min-height: 100%;
            height: -webkit-fill-available;
        }

        body {
            background: linear-gradient(135deg, #f7efe1 0%, #fffdf8 45%, #f3ead7 100%);
            color: var(--kmc-ink);
            overflow-x: hidden;
            text-rendering: optimizeLegibility;
            min-height: 100vh;
            min-height: 100svh;
            min-height: 100dvh;
            min-height: -webkit-fill-available;
            display: flex;
            flex-direction: column;
            width: 100%;
            margin: 0;
        }

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

        .news-section,
        .icon-links-section,
        .principal-desk-section,
        .alumni-section,
        .achievers-section,
        .placements-section,
        .site-footer {
            content-visibility: auto;
            contain-intrinsic-size: 900px;
        }

        .utility-header {
            background: linear-gradient(90deg, #5b1f1f 0%, #6c2525 100%);
            color: #fff;
            font-size: 0.82rem;
            position: relative;
            z-index: 10;
        }

        .utility-header-container {
            max-width: 1720px;
        }

        .utility-inline-row {
            flex-wrap: nowrap;
        }

        .utility-actions-col {
            min-width: 0;
            flex: 1 1 auto;
        }

        .utility-social {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.7rem;
        }

        .utility-social a {
            width: 2rem;
            height: 2rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            border-radius: 999px;
            transition: filter 0.2s ease, transform 0.2s ease;
        }

        .utility-social a[aria-label="Facebook"] {
            background: #1877f2;
        }

        .utility-social a[aria-label="Instagram"] {
            background: linear-gradient(135deg, #f58529 0%, #dd2a7b 48%, #8134af 78%, #515bd4 100%);
        }

        .utility-social a[aria-label="X"] {
            background: #111111;
        }

        .utility-social a[aria-label="YouTube"] {
            background: #ff0000;
        }

        .utility-social a[aria-label="LinkedIn"] {
            background: #0a66c2;
        }

        .utility-social a:hover,
        .utility-social a:focus {
            color: #fff;
            filter: brightness(1.08);
            transform: translateY(-1px);
        }

        .utility-actions {
            display: flex;
            flex-wrap: nowrap;
            justify-content: center;
            gap: 0.4rem;
            padding-left: 0.25rem;
            padding-right: 0.25rem;
            overflow-x: auto;
        }

        .utility-pill {
            flex: 0 0 auto;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.4rem;
            padding: 0.6rem 1rem;
            color: #fff;
            text-decoration: none;
            white-space: nowrap;
            border-radius: 999px;
            background: #7a2f2f;
            font-size: 0.78rem;
            font-weight: 600;
            margin-left: 0.1rem;
            margin-right: 0.1rem;
            transition: transform 0.2s ease, filter 0.2s ease;
        }

        .utility-actions .utility-pill:nth-child(1) {
            background: #8d2323;
        }

        .utility-actions .utility-pill:nth-child(2) {
            background: #6b3f1f;
        }

        .utility-actions .utility-pill:nth-child(3) {
            background: #355c3a;
        }

        .utility-actions .utility-pill:nth-child(4) {
            background: #2d5f73;
        }

        .utility-actions .utility-pill:nth-child(5) {
            background: #5c3b73;
        }

        .utility-pill:hover,
        .utility-pill:focus {
            color: #fff;
            filter: brightness(1.08);
            transform: translateY(-1px);
        }

        .utility-erp-pill {
            background: #f8d97a !important;
            color: #4a1717 !important;
            font-weight: 700;
        }

        .utility-erp-pill i {
            color: #4a1717 !important;
        }

        .utility-home-pill {
            background: #275f9b !important;
            color: #fff !important;
            font-weight: 700;
        }

        .utility-home-pill i {
            color: #fff !important;
        }

        .utility-text-links {
            display: inline-flex;
            align-items: center;
            flex-wrap: nowrap;
            white-space: nowrap;
            overflow-x: auto;
            max-width: 100%;
            gap: 0;
            scrollbar-width: thin;
        }

        .utility-text-link {
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
            color: #fff;
            text-decoration: none;
            font-size: 0.79rem;
            font-weight: 700;
            padding: 0.2rem 0.4rem;
        }

        .utility-text-link + .utility-text-link::before {
            content: "|";
            color: rgba(255, 255, 255, 0.62);
            margin-right: 0.42rem;
        }

        .utility-text-link:hover,
        .utility-text-link:focus {
            color: #f8d97a;
        }

        .utility-access-tools {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            margin-right: 0;
            margin-bottom: 0;
        }

        .utility-access-pill {
            min-width: 2.2rem;
            padding: 0.42rem 0.55rem;
            font-size: 0.72rem;
            font-weight: 800;
            background: #4a1717;
        }

        .utility-right-tools {
            display: inline-flex;
            align-items: center;
            flex-wrap: nowrap;
            gap: 0.35rem;
            white-space: nowrap;
            overflow-x: auto;
            max-width: 100%;
        }

        .utility-access-tools .utility-pill {
            margin: 0;
        }

        .google-translate-wrap {
            display: inline-flex;
            align-items: center;
            margin-right: 0.35rem;
            margin-bottom: 0.4rem;
        }

        .google-translate-wrap::before {
            content: "|";
            color: rgba(255, 255, 255, 0.62);
            margin-right: 0.42rem;
        }

        .google-translate-wrap .goog-te-gadget {
            color: transparent !important;
            font-size: 0 !important;
            line-height: 0 !important;
        }

        .google-translate-wrap .goog-te-combo {
            height: 34px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 999px;
            padding: 0 0.75rem;
            background: #7a2f2f;
            color: #fff;
            font-size: 0.75rem;
            font-weight: 700;
            outline: none;
        }

        .google-translate-wrap .goog-logo-link,
        .google-translate-wrap .goog-te-gadget span {
            display: none !important;
        }

        .utility-translate-pill {
            background: linear-gradient(90deg, #4a1717 0%, #6c2525 100%) !important;
            padding: 0.26rem 0.38rem;
        }

        .utility-translate-select {
            min-height: 32px;
            border: 1px solid rgba(255, 255, 255, 0.42);
            border-radius: 999px;
            padding: 0 0.72rem;
            background: linear-gradient(90deg, #4a1717 0%, #6c2525 100%);
            color: #fff;
            font-size: 0.74rem;
            font-weight: 700;
            outline: none;
            cursor: pointer;
        }

        .utility-translate-select option {
            color: #fff;
            background: #4a1717;
        }

        body {
            top: 0 !important;
        }

        iframe.goog-te-banner-frame,
        iframe.skiptranslate,
        .goog-te-banner-frame,
        #goog-gt-tt,
        .goog-te-balloon-frame,
        .goog-text-highlight,
        .VIpgJd-ZVi9od-ORHb-OEVmcd,
        .VIpgJd-ZVi9od-l4eHX-hSRGPd,
        .VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
            display: none !important;
            visibility: hidden !important;
        }

        .brand-strip {
            /*background: linear-gradient(180deg, #fffdfa 0%, #f4ead7 100%);*/
            background: #f0ece0;
            border-bottom: 1px solid #ded7c8;
            position: relative;
            top: auto;
            z-index: 9;
        }

        .brand-strip-inner {
            display: grid;
            grid-template-columns: minmax(120px, 170px) minmax(0, 1fr) auto;
            align-items: center;
            gap: 1.5rem;
            padding: 1.2rem 0;
        }

        .brand-logo,
        .brand-badge {
            display: block;
            max-width: 100%;
            height: auto;
        }

        .brand-main {
            min-width: 0;
            width: 100%;
        }

        .brand-main-img {
            display: block;
            width: 100%;
            max-width: 720px;
            max-height: 120px;
            height: auto;
            margin: 0 auto;
            object-fit: contain;
        }

        .brand-badges {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
            gap: 0.65rem;
        }

        .brand-badge-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0.3rem;
            background: #fff;
            border: 1px solid rgba(91, 31, 31, 0.12);
            border-radius: 0.85rem;
            box-shadow: 0 6px 18px rgba(91, 31, 31, 0.1);
        }

        .brand-badge {
            max-height: 92px;
            width: auto;
        }

        .navbar-kmc {
            background: linear-gradient(90deg, #4a1717 0%, #6c2525 100%);
            box-shadow: 0 12px 30px rgba(74, 23, 23, 0.18);
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            width: 100%;
            z-index: 1035;
        }

        .navbar-kmc .container {
            align-items: center;
        }

        .navbar-kmc .navbar-collapse {
            justify-content: center;
        }

        .navbar-kmc .navbar-main-row {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.8rem;
        }

        .navbar-kmc .navbar-nav {
            flex-wrap: wrap;
            justify-content: center;
        }

        .navbar-kmc .navbar-lang-wrap {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            margin-left: auto;
            padding-left: 0.55rem;
            white-space: nowrap;
        }

        .navbar-kmc .navbar-lang-label {
            color: #fff;
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 0.02em;
        }

        .navbar-kmc .navbar-lang-wrap .google-translate-wrap {
            margin: 0;
        }

        .navbar-kmc .navbar-lang-wrap .google-translate-wrap::before {
            content: none;
        }

        .navbar-kmc .navbar-lang-wrap .goog-te-combo {
            height: 32px;
            background: rgba(255, 255, 255, 0.14);
            border: 1px solid rgba(255, 255, 255, 0.28);
        }

        .navbar-kmc .navbar-brand,
        .navbar-kmc .nav-link,
        .navbar-kmc .dropdown-item-text {
            color: #fff;
        }

        .navbar-kmc .navbar-brand {
            font-size: clamp(1rem, 1.6vw, 1.25rem);
            letter-spacing: 0.04em;
            white-space: normal;
        }

        .navbar-kmc .nav-link {
            font-weight: 600;
            padding: 0.9rem 0.85rem;
        }

        .navbar-kmc .nav-link:hover,
        .navbar-kmc .nav-link:focus,
        .navbar-kmc .nav-link.show {
            color: var(--kmc-gold);
        }

        .navbar-kmc .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }

        .navbar-kmc .dropdown-menu {
            min-width: 20rem;
            max-width: min(92vw, 26rem);
            border: 0;
            border-radius: 1rem;
            padding: 0.65rem;
            background: #fff;
            box-shadow: 0 18px 40px rgba(31, 41, 55, 0.16);
            margin-top: 0;
        }

        .navbar-kmc .dropdown-item {
            border-radius: 0.7rem;
            padding: 0.6rem 0.85rem;
            color: var(--kmc-ink);
            font-weight: 500;
            font-size: 0.86rem;
            line-height: 1.2;
            white-space: nowrap;
        }

        .navbar-kmc .dropdown-item:hover,
        .navbar-kmc .dropdown-item:focus,
        .navbar-kmc .dropdown-item.active {
            background: rgba(215, 181, 109, 0.2);
            color: var(--kmc-maroon);
        }

        .dropdown-submenu {
            position: relative;
        }

        .dropdown-submenu::after {
            content: "";
            position: absolute;
            top: 0;
            right: -0.5rem;
            width: 0.5rem;
            height: 100%;
        }

        .dropdown-submenu > .dropdown-toggle::after {
            float: right;
            margin-top: 0.3rem;
            transform: rotate(-90deg);
        }

        .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: calc(100% + 0.5rem);
            margin-top: 0;
        }

        @media (min-width: 992px) {
            .navbar-kmc .nav-item.dropdown {
                position: relative;
            }

            .navbar-kmc .nav-item.dropdown > .dropdown-menu {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                right: auto;
                margin-top: 0;
                border-top: 3px solid var(--kmc-gold);
                border-top-left-radius: 0.75rem;
                border-top-right-radius: 0.75rem;
            }

            .navbar-kmc .dropdown:hover > .dropdown-menu,
            .navbar-kmc .dropdown-submenu:hover > .dropdown-menu {
                display: block;
            }

            .navbar-kmc .dropdown-submenu:hover > .dropdown-toggle,
            .navbar-kmc .dropdown:hover > .nav-link {
                color: var(--kmc-gold);
            }

            .navbar-kmc .dropdown-submenu > .dropdown-menu {
                position: absolute;
                top: 0;
                left: calc(100% + 0.5rem);
            }
        }

        .home-carousel {
            background: #f0ece0;
            padding: 0;
        }

        main {
            padding-top: 0;
            flex: 1 0 auto;
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        @supports not (position: sticky) {
            .navbar-kmc {
                position: fixed;
                left: 0;
                right: 0;
                top: 0;
            }

            main {
                padding-top: var(--main-navbar-height);
            }
        }

        .home-carousel-card {
            position: relative;
            overflow: hidden;
            border-radius: 0;
            box-shadow: none;
            background: #e9e0cf;
            width: 100%;
        }

        .home-carousel .carousel,
        .home-carousel .carousel-inner,
        .home-carousel .carousel-item {
            width: 100%;
        }

        .home-carousel .carousel-item img {
            width: 100%;
            height: auto;
            display: block;
        }

        .home-carousel .carousel-control-prev,
        .home-carousel .carousel-control-next {
            width: 8%;
        }

        .home-carousel .carousel-control-prev-icon,
        .home-carousel .carousel-control-next-icon {
            width: 3rem;
            height: 3rem;
            border-radius: 999px;
            background-color: rgba(91, 31, 31, 0.72);
            background-size: 48%;
        }

        .home-carousel .carousel-indicators [data-bs-target] {
            width: 0.8rem;
            height: 0.8rem;
            border-radius: 999px;
            border: 0;
            background-color: rgba(255, 255, 255, 0.7);
        }

        .carousel-news-hub {
            position: absolute;
            top: 50%;
            left: 1.1rem;
            transform: translateY(-50%);
            z-index: 6;
            width: min(25rem, calc(100% - 2.2rem));
        }

        .carousel-news-tag {
            display: inline-flex;
            align-items: center;
            gap: 0.65rem;
            padding: 0.8rem 0.95rem;
            background: #6f42c1;
            border: 2px solid rgba(255, 255, 255, 0.22);
            color: #fff;
            border-radius: 0.8rem;
            font-size: 0.92rem;
            font-weight: 800;
            letter-spacing: 0.06em;
            cursor: pointer;
            list-style: none;
            box-shadow: 0 18px 32px rgba(31, 10, 10, 0.26);
            transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
        }

        .carousel-news-tag::-webkit-details-marker {
            display: none;
        }

        .carousel-news-hub:hover .carousel-news-tag,
        .carousel-news-hub[open] .carousel-news-tag {
            background: #5f36b1;
            box-shadow: 0 22px 36px rgba(44, 23, 86, 0.3);
        }

        .carousel-news-badge {
            width: 2rem;
            height: 2rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
            border-radius: 0.45rem;
            background: #6f42c1;
            color: #fff;
            font-size: 0.84rem;
            font-weight: 800;
            line-height: 1;
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
        }

        .carousel-news-panel {
            display: none;
            margin-top: 0.65rem;
            padding: 0.95rem;
            background: rgba(255, 251, 245, 0.97);
            border-radius: 1rem;
            box-shadow: 0 18px 36px rgba(31, 10, 10, 0.16);
            backdrop-filter: blur(8px);
            transform-origin: top right;
        }

        .carousel-news-hub:hover .carousel-news-panel,
        .carousel-news-hub[open] .carousel-news-panel {
            display: block;
        }

        .carousel-news-list {
            display: grid;
            gap: 0.65rem;
            max-height: 18rem;
            overflow: auto;
            padding-right: 0.2rem;
        }

        .carousel-news-item {
            display: block;
            padding: 0.75rem 0.85rem;
            background: #fff;
            border-radius: 0.8rem;
            text-decoration: none;
            box-shadow: 0 8px 18px rgba(91, 31, 31, 0.08);
        }

        .carousel-news-item strong {
            display: block;
            color: #4a1717;
            font-size: 0.86rem;
            line-height: 1.4;
        }

        .carousel-news-item span {
            display: block;
            margin-top: 0.3rem;
            color: #7b6a61;
            font-size: 0.75rem;
        }

        .carousel-news-item:hover strong,
        .carousel-news-item:focus strong {
            color: #8d2323;
        }

        .news-section {
            position: relative;
            margin-top: 0;
            padding: 1.8rem 0 2.8rem;
            background: linear-gradient(135deg, rgba(91, 31, 31, 0.12) 0%, rgba(122, 47, 47, 0.06) 30%, rgba(248, 241, 230, 0.95) 100%);
        }

        .news-section-inner {
            width: 100%;
            padding-left: 1.25rem;
            padding-right: 1.25rem;
            padding-top: 0;
        }

        .news-panel {
            background: linear-gradient(180deg, rgba(255, 251, 245, 0.96) 0%, rgba(247, 237, 221, 0.96) 100%);
            border: 0;
            border-radius: 1.25rem;
            box-shadow: 0 18px 36px rgba(91, 31, 31, 0.1);
            overflow: hidden;
            height: 100%;
        }

        .news-panel-header {
            background: linear-gradient(90deg, #5b1f1f 0%, #7d3535 55%, #9a4a4a 100%);
            color: #fff;
            padding: 1rem 1.25rem;
        }

        .news-panel-header h2 {
            margin: 0;
            font-size: 1.05rem;
            font-weight: 700;
        }

        .news-scroll {
            max-height: 420px;
            overflow: hidden;
            position: relative;
            background: rgba(255, 250, 243, 0.9);
        }

        .news-track {
            display: flex;
            flex-direction: column;
            gap: 0.85rem;
            padding: 1rem 1.1rem;
            animation: news-scroll-up 24s linear infinite;
        }

        .news-track:hover {
            animation-play-state: paused;
        }

        .news-card {
            border: 0;
            border-radius: 0.95rem;
            background: linear-gradient(180deg, #fffdfa 0%, #fff6ea 100%);
            padding: 0.9rem 1rem;
            box-shadow: 0 10px 22px rgba(91, 31, 31, 0.07);
        }

        .news-card h3 {
            margin: 0 0 0.4rem;
            font-size: 0.98rem;
            font-weight: 700;
            line-height: 1.35;
            color: #5b1f1f;
        }

        .news-attachment-indicator {
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
            margin-left: 0.45rem;
            padding: 0.18rem 0.5rem;
            border-radius: 999px;
            background: rgba(141, 35, 35, 0.1);
            color: #8d2323;
            font-size: 0.68rem;
            font-weight: 700;
            vertical-align: middle;
            white-space: nowrap;
        }

        .news-card p {
            margin: 0;
            color: #6b7280;
            font-size: 0.84rem;
            line-height: 1.45;
        }

        .news-card a {
            color: inherit;
            text-decoration: none;
        }

        .news-card a:hover h3,
        .news-card a:focus h3 {
            color: #8d2323;
        }

        .news-label {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            margin-bottom: 0.5rem;
            font-size: 0.73rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            color: #8d2323;
        }

        .news-empty {
            padding: 1.25rem;
            color: #6b7280;
            font-size: 0.92rem;
        }

        .kmc-video-panel {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            padding: 1rem 1.1rem 1.25rem;
            min-height: 420px;
            background: rgba(255, 250, 243, 0.9);
        }

        .kmc-video-frame {
            overflow: hidden;
            border-radius: 1rem;
            background: linear-gradient(180deg, #fffdfa 0%, #fff6ea 100%);
            box-shadow: 0 12px 24px rgba(91, 31, 31, 0.09);
        }

        .kmc-video-frame iframe,
        .kmc-video-frame video {
            display: block;
            width: 100%;
            height: 100%;
            min-height: 300px;
            border: 0;
            background: #120909;
        }

        .kmc-video-empty {
            display: flex;
            flex: 1;
            min-height: 300px;
            border-radius: 1rem;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 0.75rem;
            text-align: center;
            padding: 1.5rem;
            background: linear-gradient(180deg, #fffdfa 0%, #fff6ea 100%);
            box-shadow: inset 0 0 0 1px rgba(91, 31, 31, 0.08);
        }

        .kmc-video-empty i {
            font-size: 3rem;
            color: #8d2323;
        }

        .kmc-video-empty h3 {
            margin: 0;
            font-size: 1.1rem;
            font-weight: 700;
            color: #5b1f1f;
        }

        .kmc-video-empty p {
            margin: 0;
            max-width: 18rem;
            color: #6b7280;
            font-size: 0.92rem;
            line-height: 1.55;
        }

        .kmc-video-meta {
            padding: 0 0.2rem;
        }

        .kmc-video-meta h3 {
            margin: 0;
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.4;
            color: #5b1f1f;
        }

        .homepage-news-modal .modal-content {
            border: 0;
            border-radius: 1.4rem;
            overflow: hidden;
            box-shadow: 0 24px 60px rgba(39, 17, 17, 0.28);
        }

        .homepage-news-modal .modal-header {
            background: linear-gradient(90deg, #5b1f1f 0%, #7d3535 55%, #9a4a4a 100%);
            color: #fff;
            border-bottom: 0;
            padding: 1rem 1.25rem;
        }

        .homepage-news-modal .modal-title {
            font-size: 1.1rem;
            font-weight: 700;
        }

        .homepage-news-modal .btn-close {
            filter: invert(1);
            opacity: 0.95;
        }

        .homepage-news-modal .modal-body {
            background: linear-gradient(180deg, rgba(255, 251, 245, 0.98) 0%, rgba(247, 237, 221, 0.98) 100%);
            padding: 1.35rem;
        }

        .homepage-news-modal-state,
        .homepage-news-modal-error {
            min-height: 220px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 0.85rem;
            color: #5b1f1f;
            text-align: center;
        }

        .homepage-news-modal-error i {
            font-size: 2rem;
            color: #8d2323;
        }

        .homepage-popup-meta p,
        .homepage-popup-summary,
        .homepage-popup-content,
        .homepage-popup-content p,
        .homepage-popup-content li {
            color: #4b5563;
            line-height: 1.75;
        }

        .homepage-popup-summary {
            margin: 0 0 1rem;
            padding: 1rem 1.1rem;
            border-radius: 1rem;
            background: rgba(255, 255, 255, 0.65);
            border: 1px solid rgba(91, 31, 31, 0.08);
            font-size: 1.14rem;
            font-weight: 700;
            color: #5b1f1f;
            line-height: 1.7;
        }

        .homepage-popup-content {
            margin-top: 1rem;
        }

        .homepage-popup-content img {
            max-width: 100%;
            height: auto;
            border-radius: 0.9rem;
        }

        .homepage-popup-empty {
            margin: 0;
            padding: 1rem 1.1rem;
            border-radius: 1rem;
            background: rgba(255, 255, 255, 0.7);
        }

        .homepage-popup-downloads {
            margin-top: 1.4rem;
        }

        .homepage-popup-downloads h6 {
            margin: 0 0 0.9rem;
            font-size: 0.98rem;
            font-weight: 700;
            color: #5b1f1f;
        }

        .homepage-popup-download-card {
            height: 100%;
            display: flex;
            gap: 0.95rem;
            align-items: center;
            padding: 0.9rem 1rem;
            border-radius: 1rem;
            background: rgba(255, 255, 255, 0.82);
            border: 1px solid rgba(91, 31, 31, 0.08);
            text-decoration: none;
            box-shadow: 0 10px 20px rgba(91, 31, 31, 0.06);
        }

        .homepage-popup-download-card:hover,
        .homepage-popup-download-card:focus {
            transform: translateY(-1px);
            box-shadow: 0 14px 28px rgba(91, 31, 31, 0.1);
        }

        .homepage-popup-download-thumb {
            width: 72px;
            height: 72px;
            border-radius: 0.9rem;
            overflow: hidden;
            flex: 0 0 72px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(180deg, #fffdfa 0%, #fff6ea 100%);
            color: #8d2323;
        }

        .homepage-popup-download-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .homepage-popup-download-thumb i {
            font-size: 1.75rem;
        }

        .homepage-popup-download-copy {
            display: flex;
            flex-direction: column;
            gap: 0.25rem;
            min-width: 0;
        }

        .homepage-popup-download-copy strong {
            color: #5b1f1f;
            font-size: 0.96rem;
            line-height: 1.45;
        }

        .homepage-popup-download-copy small {
            color: #6b7280;
            font-size: 0.8rem;
            letter-spacing: 0.02em;
            text-transform: uppercase;
        }

        .icon-links-section {
            margin-top: 0;
            padding: 0;
            background: #ffffff;
        }

        .principal-desk-section {
            margin-top: 0;
            padding: 2.7rem 0 3.5rem;
            background: #f8efe7;
        }

        .principal-desk-card {
            background: #f4e3d6;
            border: 0;
            border-radius: 0;
            box-shadow: none;
            overflow: hidden;
            position: relative;
        }

        .principal-desk-card::before {
            content: "";
            position: absolute;
            inset: 0;
            background: none;
            pointer-events: none;
        }

        .principal-media {
            background: #e6cdbc;
            height: 100%;
            padding: 3rem 2rem;
            text-align: center;
            position: relative;
        }

        .principal-media::after {
            content: "";
            position: absolute;
            width: 18rem;
            height: 18rem;
            right: -5rem;
            bottom: -5rem;
            border-radius: 999px;
            background: rgba(91, 31, 31, 0.08);
        }

        .principal-media img {
            width: min(100%, 440px);
            position: relative;
            z-index: 1;
            border-radius: 1.6rem;
            border: 8px solid rgba(255, 255, 255, 0.92);
            box-shadow: 0 26px 44px rgba(91, 31, 31, 0.18);
        }

        .principal-name {
            margin: 1rem 0 0.2rem;
            color: var(--kmc-maroon);
            font-size: 1.35rem;
            font-weight: 800;
        }

        .principal-role {
            margin: 0;
            color: #7a2f2f;
            font-size: 0.95rem;
            font-weight: 600;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }

        .principal-content {
            padding: 3rem 3rem 2.6rem;
            position: relative;
            z-index: 1;
            background: #fbf4ed;
        }

        .principal-kicker {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            margin-bottom: 0.85rem;
            color: #8d2323;
            font-size: 0.8rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            padding: 0.45rem 0.8rem;
            border-radius: 999px;
            background: rgba(91, 31, 31, 0.07);
        }

        .principal-heading {
            margin: 0 0 1rem;
            color: var(--kmc-maroon);
            font-size: clamp(1.9rem, 2.8vw, 2.5rem);
            font-weight: 800;
            line-height: 1.15;
        }

        .principal-motto {
            margin: 0 0 1rem;
            color: #7a2f2f;
            font-size: 1.02rem;
            font-style: italic;
            font-weight: 700;
            line-height: 1.7;
        }

        .principal-message-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 1.25rem;
        }

        .principal-message-card {
            background: linear-gradient(180deg, rgba(255, 252, 248, 0.88) 0%, rgba(249, 239, 231, 0.88) 100%);
            border: 0;
            border-radius: 1.25rem;
            padding: 1.35rem 1.35rem 1.2rem;
            box-shadow: 0 16px 32px rgba(91, 31, 31, 0.08);
            backdrop-filter: blur(3px);
        }

        .principal-message-title {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            margin: 0 0 0.95rem;
            color: var(--kmc-maroon);
            font-size: 1rem;
            font-weight: 800;
        }

        .principal-text,
        .principal-message-card {
            color: #4b5563;
            font-size: 0.98rem;
            line-height: 1.82;
        }

        .principal-text p,
        .principal-message-card p {
            margin-bottom: 1rem;
        }

        .principal-poem {
            margin: 0 0 1.2rem;
            color: var(--kmc-maroon);
            font-style: italic;
            font-weight: 700;
            line-height: 1.8;
        }

        .principal-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            margin-top: 1.25rem;
        }

        .principal-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.85rem 1.2rem;
            border-radius: 999px;
            border: 1px solid transparent;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 700;
            transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
        }

        .principal-btn:hover,
        .principal-btn:focus {
            transform: translateY(-1px);
        }

        .principal-btn-primary {
            background: linear-gradient(90deg, #5b1f1f 0%, #7a2f2f 100%);
            color: #fff;
        }

        .principal-btn-primary:hover,
        .principal-btn-primary:focus {
            color: #fff;
            background: linear-gradient(90deg, #6c2525 0%, #8d2323 100%);
        }

        .principal-btn-secondary {
            background: rgba(91, 31, 31, 0.06);
            border-color: rgba(91, 31, 31, 0.18);
            color: var(--kmc-maroon);
        }

        .principal-btn-secondary:hover,
        .principal-btn-secondary:focus {
            color: var(--kmc-maroon);
            background: rgba(91, 31, 31, 0.12);
            border-color: rgba(91, 31, 31, 0.28);
        }

        .principal-modal .modal-content {
            border: 0;
            border-radius: 1.2rem;
            overflow: hidden;
        }

        .principal-modal .modal-header {
            background: linear-gradient(90deg, #5b1f1f 0%, #7a2f2f 100%);
            color: #fff;
            border-bottom: 0;
        }

        .principal-modal .modal-title {
            font-weight: 800;
        }

        .principal-modal .btn-close {
            filter: invert(1);
        }

        .principal-modal .modal-body {
            padding: 1.75rem;
            color: #4b5563;
            line-height: 1.8;
        }

        .principal-modal .modal-body img {
            border-radius: 1rem;
            border: 4px solid rgba(91, 31, 31, 0.08);
        }

        .principal-modal-copy {
            font-size: 0.98rem;
        }

        .principal-modal-copy p:last-child {
            margin-bottom: 0;
        }

        .alumni-section {
            margin-top: 2.8rem;
            padding: 0 0 3.5rem;
            background:
                radial-gradient(circle at top right, rgba(29, 77, 92, 0.18), transparent 22%),
                radial-gradient(circle at bottom left, rgba(42, 103, 116, 0.14), transparent 24%),
                linear-gradient(135deg, rgba(230, 241, 244, 0.98) 0%, rgba(214, 232, 236, 0.98) 44%, rgba(239, 247, 249, 0.98) 100%);
        }

        .alumni-shell {
            padding: 2.2rem 1.5rem 2.4rem;
        }

        .alumni-content-row {
            display: grid;
            grid-template-columns: minmax(0, 1.9fr) minmax(280px, 0.95fr);
            gap: 1.5rem;
            align-items: stretch;
        }

        .alumni-showcase,
        .contributors-panel {
            margin-top: 0;
            overflow: hidden;
            min-height: 0;
            height: 32rem;
        }

        .alumni-showcase {
            display: flex;
            flex-direction: column;
            background: linear-gradient(135deg, rgba(245, 252, 253, 0.96) 0%, rgba(228, 242, 245, 0.96) 100%);
            border-radius: 1.35rem;
            box-shadow: 0 18px 34px rgba(29, 77, 92, 0.1);
        }

        .alumni-box-header,
        .contributors-header {
            display: flex;
            align-items: center;
            gap: 0.7rem;
            padding: 1rem 1.25rem;
            background: linear-gradient(90deg, #1d4d5c 0%, #2a6774 60%, #3d7f8f 100%);
            color: #fff;
            border-radius: 1.35rem 1.35rem 0 0;
        }

        .alumni-box-header h2,
        .contributors-header h3 {
            margin: 0;
            font-weight: 800;
        }

        .alumni-box-header h2 {
            font-size: 1.15rem;
        }

        .contributors-header h3 {
            font-size: 1.08rem;
        }

        .alumni-box-body {
            display: flex;
            flex: 1;
            flex-direction: column;
            min-height: 0;
            padding: 1rem 1rem 1.1rem;
        }

        .alumni-kicker {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            margin-bottom: 0.7rem;
            padding: 0.45rem 0.85rem;
            border-radius: 999px;
            background: rgba(29, 77, 92, 0.1);
            color: #1d4d5c;
            font-size: 0.8rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .alumni-subtitle {
            margin: 0 0 1rem;
            color: #49636b;
            font-size: 1rem;
            line-height: 1.7;
        }

        .alumni-cta-group {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
        }

        .alumni-cta {
            display: inline-flex;
            align-items: center;
            gap: 0.55rem;
            padding: 0.9rem 1.15rem;
            border-radius: 999px;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 700;
            transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
        }

        .alumni-cta:hover,
        .alumni-cta:focus {
            transform: translateY(-2px);
        }

        .alumni-cta-primary {
            background: linear-gradient(90deg, #1d4d5c 0%, #2a6774 55%, #3d7f8f 100%);
            color: #fff;
            box-shadow: 0 14px 28px rgba(29, 77, 92, 0.18);
        }

        .alumni-cta-primary:hover,
        .alumni-cta-primary:focus {
            color: #fff;
        }

        .alumni-cta-secondary {
            background: rgba(247, 252, 253, 0.9);
            color: #1d4d5c;
            border: 0;
            box-shadow: 0 10px 22px rgba(29, 77, 92, 0.08);
        }

        .alumni-cta-secondary:hover,
        .alumni-cta-secondary:focus {
            color: #1d4d5c;
        }

        .alumni-carousel {
            display: flex;
            flex: 1;
            flex-direction: column;
            min-height: 0;
            position: relative;
            padding: 0 3.5rem;
            overflow: hidden;
        }

        .alumni-carousel .carousel-inner {
            flex: 1;
            overflow: hidden;
            border-radius: 1.35rem;
        }

        .alumni-carousel .carousel-item {
            transition: transform 0.6s ease, opacity 0.6s ease;
            padding: 1rem 0.85rem;
        }

        .alumni-slide-grid {
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            gap: 1rem;
            background: linear-gradient(180deg, rgba(248, 253, 254, 0.78) 0%, rgba(236, 246, 248, 0.78) 100%);
            border-radius: 1.35rem;
            padding: 0.85rem;
        }

        .alumni-carousel-control {
            width: 3rem;
            opacity: 1;
        }

        .alumni-carousel-control .carousel-control-prev-icon,
        .alumni-carousel-control .carousel-control-next-icon {
            width: 3rem;
            height: 3rem;
            border-radius: 999px;
            background-color: rgba(29, 77, 92, 0.92);
            background-size: 46%;
        }

        .alumni-card {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            min-height: 100%;
            overflow: hidden;
            border: 0;
            border-radius: 1.35rem;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(238, 248, 250, 0.98) 100%);
            box-shadow: 0 14px 28px rgba(29, 77, 92, 0.1);
            margin: 0;
        }

        .alumni-card-media {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1.1rem 0.85rem 0.55rem;
            background: linear-gradient(180deg, #d9ebef 0%, #c4dde3 100%);
        }

        .alumni-card-media img {
            width: 112px;
            height: 112px;
            border-radius: 1rem;
            object-fit: cover;
            border: 4px solid rgba(255, 255, 255, 0.92);
            box-shadow: 0 14px 24px rgba(29, 77, 92, 0.16);
            transition: transform 0.3s ease;
        }

        .alumni-card:hover .alumni-card-media img,
        .alumni-card:focus-within .alumni-card-media img {
            transform: scale(1.04);
        }

        .alumni-card-body {
            display: flex;
            flex-direction: column;
            gap: 0.55rem;
            flex: 1;
            padding: 0.85rem 0.95rem 1rem;
            text-align: center;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(243, 250, 251, 0.92) 100%);
        }

        .alumni-card-name {
            margin: 0;
            color: #1b4652;
            font-size: 0.92rem;
            font-weight: 800;
            line-height: 1.35;
        }

        .alumni-card-copy {
            margin: 0;
            color: #54707a;
            font-size: 0.8rem;
            line-height: 1.55;
        }

        .alumni-card-copy p {
            margin: 0;
        }

        .alumni-card-action {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            margin-top: auto;
            color: #2b6774;
            justify-content: center;
            font-size: 0.8rem;
            font-weight: 700;
            text-decoration: none;
        }

        .alumni-empty {
            padding: 1.35rem;
            border-radius: 1.25rem;
            background: rgba(246, 252, 253, 0.88);
            color: #54707a;
            font-size: 0.98rem;
        }

        .contributors-panel {
            display: flex;
            flex-direction: column;
            background: linear-gradient(135deg, rgba(245, 252, 253, 0.96) 0%, rgba(228, 242, 245, 0.96) 100%);
            border-radius: 1.35rem;
            box-shadow: 0 18px 34px rgba(29, 77, 92, 0.1);
        }

        .contributors-kicker {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            align-self: flex-start;
            margin: 1rem 0.95rem 0;
            padding: 0.45rem 0.85rem;
            border-radius: 999px;
            background: rgba(29, 77, 92, 0.1);
            color: #1d4d5c;
            font-size: 0.8rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .contributors-intro {
            margin: 0;
            padding: 1rem 0.95rem 0;
            color: #49636b;
            font-size: 0.9rem;
            line-height: 1.55;
        }

        .contributors-actions {
            margin-top: 1rem;
        }

        .contributors-body {
            flex: 1;
            min-height: 0;
            padding: 0;
        }

        .contributors-scroll {
            height: 100%;
            overflow: hidden;
            position: relative;
            background: rgba(242, 249, 251, 0.92);
            border-radius: 0 0 1.35rem 1.35rem;
        }

        .contributors-track {
            display: grid;
            gap: 0.65rem;
            padding: 1rem 1rem 1.1rem;
            animation: contributors-scroll-up 34s linear infinite;
        }

        .contributors-track:hover {
            animation-play-state: paused;
        }

        .contributor-item {
            display: flex;
            gap: 0.75rem;
            align-items: start;
            padding: 0.75rem 0;
            border-bottom: 1px solid rgba(29, 77, 92, 0.12);
        }

        .contributor-item:last-child {
            border-bottom: 0;
        }

        .contributor-icon {
            flex: 0 0 auto;
            width: 2.2rem;
            height: 2.2rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            background: linear-gradient(180deg, #1d4d5c 0%, #3d7f8f 100%);
            color: #ecf8fa;
            font-size: 0.9rem;
        }

        .contributor-copy {
            color: #48636b;
            font-size: 0.9rem;
            line-height: 1.5;
        }

        .contributor-copy strong {
            display: block;
            color: #163944;
            font-size: 0.94rem;
        }

        .contributor-copy span {
            display: block;
            margin-top: 0.18rem;
        }

        .alumni-modal .modal-content {
            border: 0;
            border-radius: 1.3rem;
            overflow: hidden;
        }

        .alumni-modal .modal-header {
            background: linear-gradient(90deg, #1d4d5c 0%, #2a6774 100%);
            color: #fff;
            border-bottom: 0;
        }

        .alumni-modal .modal-title {
            font-weight: 800;
        }

        .alumni-modal .btn-close {
            filter: invert(1);
        }

        .alumni-modal .modal-body {
            padding: 1.75rem;
            color: #415962;
            line-height: 1.8;
        }

        .alumni-modal-photo {
            width: 100%;
            max-width: 300px;
            border-radius: 1.1rem;
            border: 5px solid rgba(255, 255, 255, 0.9);
            box-shadow: 0 18px 36px rgba(29, 77, 92, 0.14);
        }

        .alumni-modal-copy p:last-child {
            margin-bottom: 0;
        }

        .icon-links-inner {
            width: 100%;
            padding-top: 1.45rem;
            padding-bottom: 1.45rem;
            padding-left: 0;
            padding-right: 0;
            background: #ffffff;
        }

        .icon-links-grid {
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            gap: 0.95rem;
            align-items: stretch;
            padding: 1.35rem 1.5rem;
        }

        .icon-link-box {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 0.75rem;
            min-height: 156px;
            padding: 1rem 0.6rem;
            background: #ffffff;
            border: 1px solid #d9c7c7;
            border-radius: 1rem;
            box-shadow: 0 10px 24px rgba(74, 23, 23, 0.14);
            text-align: center;
            text-decoration: none;
            transition: transform 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
        }

        .icon-link-box:hover,
        .icon-link-box:focus {
            transform: translateY(-2px);
            background: linear-gradient(90deg, #4a1717 0%, #6c2525 100%);
            border-color: #5b1f1f;
            box-shadow: 0 12px 28px rgba(74, 23, 23, 0.26);
        }

        .icon-link-symbol {
            width: 4.15rem;
            height: 4.15rem;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #ffffff;
            color: #5b1f1f;
            border: 0;
            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
            font-size: 1.72rem;
        }

        .icon-link-title {
            color: #5b1f1f;
            font-size: 0.72rem;
            font-weight: 700;
            line-height: 1.3;
            margin: 0;
            text-transform: uppercase;
            letter-spacing: 0.03em;
            white-space: nowrap;
        }

        .icon-link-box:hover .icon-link-symbol,
        .icon-link-box:focus .icon-link-symbol {
            background: rgba(255, 255, 255, 0.16);
            color: #ffffff;
        }

        .icon-link-box:hover .icon-link-title,
        .icon-link-box:focus .icon-link-title {
            color: #ffffff;
        }

        .principal-justify {
            text-align: justify;
        }

        .site-footer {
            background: #4a1717;
            color: #f7eada;
            margin-top: auto;
        }

        .site-footer-shell {
            padding: 1.2rem 1.25rem 1.4rem;
        }

        .site-footer-bar {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.75rem 1rem;
            padding: 0.95rem 1rem;
            background: rgba(255, 255, 255, 0.06);
        }

        .site-footer-label {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            font-size: 0.82rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #f8d68d;
            white-space: nowrap;
        }

        .site-footer-links {
            display: flex;
            flex: 1;
            flex-wrap: wrap;
            gap: 0.55rem;
            justify-content: center;
        }

        .site-footer-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 220px;
            height: 44px;
            padding: 0.5rem 0.85rem;
            background: #4a1717;
            color: #ffffff;
            text-decoration: none;
            font-size: 0.82rem;
            font-weight: 700;
            line-height: 1.25;
            text-align: center;
            transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
        }

        .site-footer-link:hover,
        .site-footer-link:focus {
            background: #d7b0b0;
            color: #4a1717;
            transform: translateY(-1px);
        }

        .site-footer-meta {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 0.65rem 1rem;
            padding-top: 0.9rem;
            font-size: 0.83rem;
            color: #f4dfcb;
        }

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

        .achievers-section {
            padding: 0 0 3.4rem;
            position: relative;
            overflow: hidden;
            background: #ffffff;
        }

        .achievers-section::before,
        .achievers-section::after {
            content: none;
            position: absolute;
            border-radius: 999px;
            pointer-events: none;
            opacity: 0.42;
        }

        .achievers-section::before {
            width: 18rem;
            height: 18rem;
            top: -7.5rem;
            right: -5.5rem;
            background: linear-gradient(135deg, rgba(91, 31, 31, 0.2) 0%, rgba(122, 47, 47, 0.08) 100%);
        }

        .achievers-section::after {
            width: 14rem;
            height: 14rem;
            bottom: -6rem;
            left: -4.2rem;
            background: linear-gradient(135deg, rgba(215, 181, 109, 0.26) 0%, rgba(91, 31, 31, 0.05) 100%);
        }

        .achievers-shell {
            position: relative;
            z-index: 2;
            padding: 2.2rem 1.5rem 0;
            background: #ffffff;
            color: #4a1717;
        }

        .achievers-bg-vectors {
            position: absolute;
            inset: 0;
            z-index: 1;
            pointer-events: none;
            overflow: hidden;
            -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 22%, transparent 34%, transparent 68%, #000 80%, #000 100%);
            mask-image: linear-gradient(to bottom, #000 0%, #000 22%, transparent 34%, transparent 68%, #000 80%, #000 100%);
        }

        .achievers-bg-vectors i {
            position: absolute;
            color: #d3d3d3;
            filter: none;
        }

        .achievers-bg-vectors i:nth-child(1) {
            top: 7%;
            left: 4%;
            font-size: clamp(1.7rem, 2.4vw, 2.5rem);
            transform: rotate(-14deg);
        }

        .achievers-bg-vectors i:nth-child(2) {
            top: 11%;
            left: 24%;
            font-size: clamp(1.9rem, 2.8vw, 2.9rem);
            transform: rotate(8deg);
        }

        .achievers-bg-vectors i:nth-child(3) {
            top: 8%;
            right: 18%;
            font-size: clamp(1.8rem, 2.6vw, 2.7rem);
            transform: rotate(-8deg);
        }

        .achievers-bg-vectors i:nth-child(4) {
            top: 16%;
            right: 5%;
            font-size: clamp(1.5rem, 2.1vw, 2.2rem);
            transform: rotate(16deg);
        }

        .achievers-bg-vectors i:nth-child(5) {
            bottom: 10%;
            left: 7%;
            font-size: clamp(1.7rem, 2.4vw, 2.4rem);
            transform: rotate(10deg);
        }

        .achievers-bg-vectors i:nth-child(6) {
            bottom: 7%;
            left: 38%;
            font-size: clamp(1.6rem, 2.2vw, 2.25rem);
            transform: rotate(-12deg);
        }

        .achievers-bg-vectors i:nth-child(7) {
            bottom: 12%;
            right: 24%;
            font-size: clamp(1.9rem, 2.7vw, 2.8rem);
            transform: rotate(-5deg);
        }

        .achievers-bg-vectors i:nth-child(8) {
            bottom: 8%;
            right: 6%;
            font-size: clamp(1.6rem, 2.3vw, 2.35rem);
            transform: rotate(14deg);
        }

        .achievers-bg-vectors i:nth-child(9) {
            top: 18%;
            left: 12%;
            font-size: clamp(1.35rem, 1.95vw, 2rem);
            transform: rotate(-18deg);
            color: #d8d8d8;
        }

        .achievers-bg-vectors i:nth-child(10) {
            top: 18%;
            right: 14%;
            font-size: clamp(1.45rem, 2.05vw, 2.1rem);
            transform: rotate(12deg);
            color: #d0d0d0;
        }

        .achievers-bg-vectors i:nth-child(11) {
            bottom: 15%;
            left: 5%;
            font-size: clamp(1.25rem, 1.85vw, 1.9rem);
            transform: rotate(8deg);
            color: #d7d7d7;
        }

        .achievers-bg-vectors i:nth-child(12) {
            bottom: 14%;
            right: 5%;
            font-size: clamp(1.3rem, 1.9vw, 1.95rem);
            transform: rotate(-10deg);
            color: #cecece;
        }

        .achievers-bg-vectors i:nth-child(13) {
            bottom: 28%;
            left: 29%;
            font-size: clamp(1.15rem, 1.7vw, 1.75rem);
            transform: rotate(-6deg);
            color: #dcdcdc;
        }

        .achievers-bg-vectors i:nth-child(14) {
            bottom: 26%;
            right: 32%;
            font-size: clamp(1.2rem, 1.75vw, 1.8rem);
            transform: rotate(10deg);
            color: #d5d5d5;
        }

        .achievers-bg-vectors i:nth-child(15) {
            top: 23%;
            left: 34%;
            font-size: clamp(1.25rem, 1.9vw, 2rem);
            transform: rotate(-9deg);
            color: #d0d0d0;
        }

        .achievers-bg-vectors i:nth-child(16) {
            top: 25%;
            left: 52%;
            font-size: clamp(1.2rem, 1.8vw, 1.9rem);
            transform: rotate(11deg);
            color: #d8d8d8;
        }

        .achievers-bg-vectors i:nth-child(17) {
            top: 27%;
            right: 30%;
            font-size: clamp(1.2rem, 1.8vw, 1.95rem);
            transform: rotate(-14deg);
            color: #cecece;
        }

        .achievers-bg-vectors i:nth-child(18) {
            top: 21%;
            right: 9%;
            font-size: clamp(1.28rem, 1.95vw, 2.05rem);
            transform: rotate(9deg);
            color: #d4d4d4;
        }

        .section-band-header {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            margin-bottom: 1.2rem;
            padding: 1rem 1.25rem;
            background: transparent;
            color: #4a1717;
        }

        .section-band-header h2 {
            margin: 0;
            font-size: 1.18rem;
            font-weight: 800;
        }

        .placements-section .section-band-header {
            color: #365133;
        }

        .placements-section .section-band-header i {
            width: 2.35rem;
            height: 2.35rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #365133;
            color: #f3f9f1;
            flex: 0 0 auto;
        }

        .placements-section .section-band-header h2 {
            color: #365133;
        }

        .achievers-section .section-band-header {
            position: relative;
            z-index: 3;
            margin-bottom: 1rem;
            padding: 0.35rem 0.1rem 0.8rem;
            background: transparent;
            color: #5b1f1f;
            border-radius: 0;
            overflow: hidden;
        }

        .achievers-section .section-band-header i {
            width: 2.35rem;
            height: 2.35rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #ffffff;
            color: #4a1717;
            border: 1px solid rgba(74, 23, 23, 0.2);
            box-shadow: none;
            flex: 0 0 auto;
        }

        .achievers-section .section-band-header h2 {
            color: #4a1717;
            letter-spacing: 0.02em;
            text-transform: uppercase;
        }

        .section-band-body {
            padding: 1.25rem;
            background: linear-gradient(180deg, #f4ead8 0%, #efe1c6 100%);
        }

        .achievers-section .section-band-body {
            position: relative;
            z-index: 3;
            background: #ffffff;
        }

        .achievers-carousel {
            position: relative;
            padding: 0 3.25rem;
        }

        .achievers-carousel .carousel-inner {
            overflow: hidden;
            width: 100%;
            max-width: none;
            margin: 0;
        }

        .achievers-carousel .carousel-item {
            padding: 0.1rem 0;
        }

        .achievers-grid {
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            gap: 0.75rem;
        }

        .achiever-card {
            display: flex;
            flex-direction: column;
            min-height: 100%;
            background: #ffffff;
            border: 1px solid rgba(74, 23, 23, 0.14);
            border-radius: 0.9rem;
            box-shadow: 0 14px 28px rgba(91, 31, 31, 0.08);
            overflow: hidden;
        }

        .achiever-card-media {
            background: linear-gradient(180deg, #eadcc4 0%, #dfc9aa 100%);
            padding: 0.35rem;
            display: flex;
            justify-content: center;
            border-radius: 0.8rem 0.8rem 0 0;
        }

        .achiever-card-media img {
            width: min(100%, 156px);
            height: 112px;
            object-fit: cover;
            display: block;
            border-radius: 0.7rem;
        }

        .achiever-card-body {
            display: flex;
            flex: 1;
            flex-direction: column;
            gap: 0.45rem;
            padding: 0.62rem 0.65rem 0.72rem;
        }

        .achiever-card-name {
            margin: 0;
            color: #4a1717;
            font-size: 0.82rem;
            font-weight: 800;
            line-height: 1.28;
        }

        .achiever-card-copy {
            color: #6c2525;
            font-size: 0.7rem;
            line-height: 1.35;
        }

        .achiever-card-copy p {
            margin: 0;
        }

        .achiever-card-action {
            margin-top: auto;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
            color: #4a1717;
            text-decoration: none;
            font-size: 0.64rem;
            font-weight: 800;
        }

        .achievers-control {
            width: 3rem;
            opacity: 1;
        }

        .achievers-control .carousel-control-prev-icon,
        .achievers-control .carousel-control-next-icon {
            width: 2.9rem;
            height: 2.9rem;
            border-radius: 999px;
            background-color: rgba(91, 31, 31, 0.95);
            background-size: 46%;
        }

        .placements-section {
            margin-top: 2.8rem;
            padding: 0 0 3.5rem;
            background:
                radial-gradient(circle at top right, rgba(54, 81, 51, 0.16), transparent 22%),
                radial-gradient(circle at bottom left, rgba(74, 115, 69, 0.14), transparent 24%),
                linear-gradient(135deg, rgba(232, 241, 230, 0.98) 0%, rgba(220, 234, 216, 0.98) 44%, rgba(240, 248, 238, 0.98) 100%);
        }

        .placements-shell {
            padding: 2.2rem 1.5rem 2.4rem;
        }

        .placements-panel {
            display: grid;
            grid-template-columns: minmax(0, 1.9fr) minmax(280px, 0.95fr);
            align-items: stretch;
            gap: 1.5rem;
            background: none;
        }

        .placements-column {
            display: flex;
            flex-direction: column;
            height: 100%;
            min-height: 32rem;
            border-radius: 1.35rem;
            overflow: hidden;
            box-shadow: 0 18px 34px rgba(54, 81, 51, 0.12);
        }

        .placements-panel-head {
            display: flex;
            align-items: center;
            gap: 0.65rem;
            padding: 1rem 1.25rem;
            background: linear-gradient(90deg, #365133 0%, #4a6a45 60%, #5f8459 100%);
            color: #f3f9f1;
            border-radius: 1.35rem 1.35rem 0 0;
        }

        .placements-panel-head i {
            width: 2.1rem;
            height: 2.1rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.16);
            color: #f3f9f1;
            flex: 0 0 auto;
        }

        .placements-panel-head h2 {
            margin: 0;
            color: #f3f9f1;
            font-size: 1.12rem;
            font-weight: 800;
            line-height: 1.25;
        }

        .placements-logos {
            display: flex;
            flex-direction: column;
            height: 100%;
            min-height: 32rem;
            padding: 1.25rem;
            background: linear-gradient(180deg, rgba(248, 253, 247, 0.96) 0%, rgba(236, 246, 233, 0.96) 100%);
        }

        .placements-marquee {
            display: flex;
            flex: 1;
            align-items: stretch;
            background: rgba(255, 255, 255, 0.92);
            border-radius: 1rem;
            padding: 1rem;
        }

        .placements-carousel {
            position: relative;
            width: 100%;
        }

        .placements-carousel .carousel-inner {
            overflow: hidden;
            width: 100%;
        }

        .placements-carousel .carousel-item {
            padding: 0.1rem 0;
        }

        .placements-track {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            grid-template-rows: repeat(3, minmax(0, 1fr));
            gap: 0.85rem;
            width: 100%;
        }

        .placement-logo {
            width: 100%;
            height: 118px;
            padding: 1rem;
            border-radius: 0.95rem;
            background: #ffffff;
            box-shadow: 0 10px 22px rgba(46, 78, 40, 0.1);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            perspective: 900px;
        }

        .placements-track .placement-logo:nth-child(2n) img {
            animation-delay: 0.35s;
        }

        .placements-track .placement-logo:nth-child(3n) img {
            animation-delay: 0.7s;
        }

        .placement-logo img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            display: block;
            transform-origin: center center;
            backface-visibility: visible;
            transform-style: preserve-3d;
            animation: placement-logo-spin 7.2s linear 1;
        }

        @keyframes placement-logo-spin {
            0% {
                transform: rotateY(0deg);
            }

            100% {
                transform: rotateY(360deg);
            }
        }

        .placements-copy {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            height: 100%;
            min-height: 32rem;
            padding: 1.25rem 1.6rem 1.6rem;
            background: linear-gradient(180deg, rgba(247, 252, 245, 0.96) 0%, rgba(233, 245, 230, 0.96) 100%);
        }

        .placements-kicker {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            margin-bottom: 0.8rem;
            color: #2e4a2b;
            padding: 0.45rem 0.85rem;
            border-radius: 999px;
            background: rgba(54, 81, 51, 0.1);
            font-size: 0.82rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }

        .placements-title {
            margin: 0 0 0.8rem;
            color: #2b4728;
            font-size: clamp(1.85rem, 2.5vw, 2.4rem);
            font-weight: 800;
            line-height: 1.1;
        }

        .placements-text {
            margin: 0 0 1.2rem;
            color: #476144;
            font-size: 0.96rem;
            line-height: 1.7;
        }

        .placements-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            align-self: flex-start;
            padding: 0.9rem 1.2rem;
            background: linear-gradient(90deg, #365133 0%, #486a43 100%);
            color: #f6faef;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 800;
            transition: transform 0.2s ease, background-color 0.2s ease;
        }

        .placements-btn:hover,
        .placements-btn:focus {
            color: #f6faef;
            background: linear-gradient(90deg, #2b4328 0%, #3f603a 100%);
            transform: translateY(-1px);
        }

        .placements-control {
            width: 2.8rem;
            opacity: 1;
        }

        .placements-control .carousel-control-prev-icon,
        .placements-control .carousel-control-next-icon {
            width: 2.8rem;
            height: 2.8rem;
            border-radius: 999px;
            background-color: rgba(54, 81, 51, 0.95);
            background-size: 46%;
        }

        .achiever-modal .modal-content {
            border: 0;
            border-radius: 1.2rem;
            overflow: hidden;
        }

        .achiever-modal .modal-header {
            background: #5b1f1f;
            color: #fff;
            border-bottom: 0;
        }

        .achiever-modal .btn-close {
            filter: invert(1);
        }

        .achiever-modal .modal-body {
            padding: 1.75rem;
            color: #4b5563;
            line-height: 1.75;
        }

        .achiever-modal-photo {
            width: 100%;
            border: 4px solid rgba(91, 31, 31, 0.08);
        }

        @keyframes news-scroll-up {
            0% {
                transform: translateY(0);
            }
            100% {
                transform: translateY(-50%);
            }
        }

        @keyframes contributors-scroll-up {
            0% {
                transform: translateY(0);
            }
            100% {
                transform: translateY(-50%);
            }
        }

        @keyframes placements-scroll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(calc(-50% - 0.5rem));
            }
        }

        @media (max-width: 1399.98px) {
            .achievers-grid {
                grid-template-columns: repeat(6, minmax(0, 1fr));
            }
        }

        @media (max-width: 1199.98px) {
            :root {
                --brand-strip-height: 132px;
            }

            .utility-actions {
                flex-wrap: nowrap;
            }

            .utility-pill {
                padding: 0.55rem 0.85rem;
                font-size: 0.75rem;
            }

            .brand-strip-inner {
                grid-template-columns: 118px minmax(0, 1fr);
            }

            .brand-badges {
                grid-column: 1 / -1;
                justify-content: center;
                padding-top: 0.25rem;
            }

            .alumni-content-row {
                grid-template-columns: minmax(0, 1.65fr) minmax(250px, 0.9fr);
                gap: 1.2rem;
            }

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

            .achiever-card-media img {
                width: min(100%, 148px);
                height: 104px;
            }

            .placements-panel {
                grid-template-columns: 1.2fr 0.8fr;
            }

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

        @media (max-width: 991.98px) {
            :root {
                --utility-header-height: 118px;
                --brand-strip-height: 176px;
                --main-navbar-height: 74px;
            }

            .utility-header,
            .brand-strip {
                position: static;
                top: auto;
                left: auto;
                right: auto;
            }

            main {
                padding-top: 0;
            }

            .dropdown-submenu::after {
                display: none;
            }

            .utility-header .row > div {
                text-align: center !important;
            }

            .utility-inline-row {
                flex-wrap: wrap;
            }

            .utility-inline-row > [class*="col"] {
                flex: 0 0 100%;
                max-width: 100%;
            }

            .utility-actions-col {
                flex: 0 0 100%;
                max-width: 100%;
                width: 100%;
            }

            .utility-social,
            .utility-actions {
                justify-content: center;
            }

            .utility-access-tools,
            .google-translate-wrap {
                margin-right: 0.2rem;
                margin-left: 0.2rem;
            }

            .utility-actions {
                flex-wrap: wrap;
                overflow-x: visible;
                width: 100%;
            }

            .utility-header .col-lg-3.text-center.text-lg-end {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-wrap: wrap;
                white-space: normal;
                overflow-x: visible;
                max-width: 100%;
            }

            .utility-right-tools {
                justify-content: center;
                flex-wrap: wrap;
                white-space: normal;
                overflow-x: visible;
            }

            .brand-strip-inner {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .brand-logo {
                margin: 0 auto;
                max-height: 104px;
            }

            .brand-badges {
                justify-content: center;
            }

            .alumni-content-row {
                grid-template-columns: 1fr;
            }

            .alumni-showcase,
            .contributors-panel {
                height: auto;
            }

            .achievers-carousel {
                padding: 0 2.7rem;
            }

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

            .achiever-card-media img {
                width: min(100%, 156px);
                height: 112px;
            }

            .placements-panel {
                grid-template-columns: 1fr;
                min-height: 0;
            }

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

            .placements-logos,
            .placements-copy {
                min-height: 0;
            }

            .placements-column {
                min-height: 0;
            }

            .contributors-scroll {
                max-height: 360px;
                height: auto;
            }

            .site-footer-meta {
                flex-direction: column;
            }

            .navbar-kmc .navbar-collapse {
                background: rgba(74, 23, 23, 0.98);
                margin-top: 0.75rem;
                padding: 0.85rem;
                border-radius: 1rem;
                box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
                max-height: calc(100vh - (var(--main-navbar-height) + 2rem));
                overflow-y: auto;
            }

            .navbar-kmc .navbar-nav {
                gap: 0.35rem;
                align-items: stretch !important;
            }

            .navbar-kmc .navbar-main-row {
                flex-direction: column;
                align-items: stretch;
            }

            .navbar-kmc .navbar-lang-wrap {
                margin-left: 0;
                justify-content: flex-start;
                padding-top: 0.45rem;
                border-top: 1px dashed rgba(255, 255, 255, 0.25);
            }

            .navbar-kmc .nav-link {
                padding: 0.75rem 0.85rem;
                border-radius: 0.8rem;
            }

            .navbar-kmc .nav-item.dropdown > .dropdown-menu {
                position: static;
                max-width: 100%;
                min-width: 100%;
                margin-top: 0.35rem;
                border-top: 0;
                border-radius: 0.9rem;
                box-shadow: none;
                background: rgba(255, 255, 255, 0.98);
            }

            .dropdown-submenu > .dropdown-menu {
                position: static;
                max-width: 100%;
                min-width: 100%;
                margin-top: 0.5rem;
                margin-left: 0.75rem;
                box-shadow: none;
                border: 1px solid rgba(91, 31, 31, 0.08);
            }

            .dropdown-submenu > .dropdown-toggle::after {
                transform: rotate(0deg);
            }

            .home-carousel {
                padding: 0;
            }

            .home-carousel-card {
                border-radius: 0;
            }

            .news-scroll {
                max-height: 360px;
            }

            .principal-content,
            .principal-media,
            .principal-modal .modal-body {
                padding: 1.5rem;
            }

            .principal-message-grid {
                grid-template-columns: 1fr;
            }

            .alumni-carousel {
                padding: 0 2.8rem;
            }

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

            .icon-links-section {
                padding: 2rem 0 2rem;
            }

            .icon-links-inner {
                padding-left: 0;
                padding-right: 0;
            }

            .icon-links-grid {
                grid-template-columns: repeat(6, minmax(0, 1fr));
            }

        }

        @media (max-width: 767.98px) {
            :root {
                --utility-header-height: 156px;
                --brand-strip-height: 188px;
                --main-navbar-height: 74px;
            }

            .utility-header {
                font-size: 0.76rem;
            }

            .utility-pill {
                width: auto;
                white-space: nowrap;
            }

            .brand-strip-inner {
                gap: 0.75rem;
                padding: 0.85rem 0;
            }

            .brand-main {
                width: 100%;
            }

            .brand-main-img {
                width: min(100%, 560px);
                max-width: 100%;
                max-height: 86px;
            }

            .home-carousel {
                padding: 0;
            }

            .news-section {
                padding: 1.1rem 0 1.8rem;
            }

            .news-section-inner {
                padding-left: 1rem;
                padding-right: 1rem;
                padding-top: 0.85rem;
            }

            .news-panel-header {
                padding: 0.9rem 1rem;
            }

            .news-track {
                padding: 0.9rem;
            }

            .principal-actions {
                flex-direction: column;
                align-items: stretch;
            }

            .principal-btn {
                justify-content: center;
            }

            .principal-desk-section {
                margin-top: 0;
                padding-top: 2.5rem;
            }

            .alumni-shell,
            .alumni-modal .modal-body {
                padding: 1.5rem;
            }

            .alumni-section {
                margin-top: 2.4rem;
            }

            .home-carousel .carousel-control-prev-icon,
            .home-carousel .carousel-control-next-icon {
                width: 2.4rem;
                height: 2.4rem;
            }

            .carousel-news-hub {
                top: 50%;
                left: 0.85rem;
                transform: translateY(-50%);
                width: min(22rem, calc(100% - 1.7rem));
            }

            .carousel-news-tag {
                padding: 0.7rem 0.9rem;
                font-size: 0.82rem;
            }

            .carousel-news-badge {
                width: 1.85rem;
                height: 1.85rem;
                font-size: 0.78rem;
            }

            .news-section-inner {
                padding-left: 0.75rem;
                padding-right: 0.75rem;
                padding-top: 0.75rem;
            }

            .icon-links-inner {
                padding-top: 1.1rem;
                padding-bottom: 1.1rem;
                padding-left: 0;
                padding-right: 0;
            }

            .icon-links-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 0.7rem;
                padding: 1rem 0.9rem;
            }

            .achievers-shell,
            .placements-shell,
            .site-footer-shell {
                padding-left: 0.9rem;
                padding-right: 0.9rem;
            }

            .section-band-body,
            .placements-logos,
            .placements-copy {
                padding: 1rem;
            }

            .placements-track {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 0.75rem;
            }

            .placement-logo {
                height: 104px;
            }

            .achievers-carousel {
                padding: 0 2.35rem;
            }

            .achievers-grid {
                grid-template-columns: 1fr;
                gap: 0.85rem;
            }

            .achiever-card-media img {
                width: min(100%, 176px);
                height: 126px;
            }

            .alumni-header {
                align-items: start;
            }

            .alumni-carousel {
                padding: 0 0.4rem;
            }

            .alumni-slide-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 0.75rem;
            }

            .alumni-carousel-control {
                width: 2.4rem;
            }

            .alumni-carousel-control .carousel-control-prev-icon,
            .alumni-carousel-control .carousel-control-next-icon {
                width: 2.35rem;
                height: 2.35rem;
            }

            .alumni-card-media img {
                width: 96px;
                height: 96px;
            }

            .icon-link-box {
                min-height: 132px;
                gap: 0.55rem;
                padding: 0.85rem 0.5rem;
            }

            .icon-link-symbol {
                width: 2.75rem;
                height: 2.75rem;
                font-size: 1.02rem;
            }

            .icon-link-title {
                font-size: 0.7rem;
                line-height: 1.25;
                white-space: normal;
                overflow-wrap: anywhere;
                word-break: break-word;
            }

            .site-footer-bar {
                padding: 0.85rem 0.9rem;
            }

            .site-footer-link {
                width: 100%;
                justify-content: center;
            }

            .navbar-kmc .dropdown-menu {
                min-width: 100%;
                max-width: 100%;
            }

            .navbar-kmc .dropdown-item {
                font-size: 0.82rem;
                white-space: normal;
            }
        }

        @media (max-width: 575.98px) {
            :root {
                --utility-header-height: 170px;
                --brand-strip-height: 196px;
                --main-navbar-height: 72px;
            }

            .utility-social a {
                width: 1.85rem;
                height: 1.85rem;
            }

            .brand-logo {
                max-height: 86px;
                width: auto;
            }

            .brand-main-img {
                width: 100%;
                max-width: 100%;
                max-height: 78px;
            }

            .brand-badge {
                max-height: 68px;
            }

            .icon-links-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 0.6rem;
                padding: 0.85rem 0.75rem;
            }

            .icon-link-box {
                min-height: 124px;
                padding: 0.75rem 0.45rem;
            }

            .icon-link-symbol {
                width: 2.45rem;
                height: 2.45rem;
                font-size: 0.95rem;
            }

            .icon-link-title {
                font-size: 0.66rem;
                line-height: 1.2;
                white-space: normal;
                overflow-wrap: anywhere;
                word-break: break-word;
            }

            .home-carousel .carousel-control-prev,
            .home-carousel .carousel-control-next {
                width: 12%;
            }

            .carousel-news-hub {
                top: auto;
                bottom: 0.7rem;
                left: 0.65rem;
                transform: none;
                width: calc(100% - 1.3rem);
            }

            .carousel-news-panel {
                padding: 0.8rem;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            html {
                scroll-behavior: auto;
            }

            *,
            *::before,
            *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
                scroll-behavior: auto !important;
            }
        }
