/* JANA Business Ltd. — Frontend Site Styles
   Extracted from the original Webpage.php inline <style> block,
   organized into a single dedicated stylesheet for production use.
*/

:root {
    --green-deep: #0a3d1a;
    --green: #1a8a3a;
    --green-light: #22c55e;
    --green-soft: #d1fae5;
    --gold: #c9a227;
    --gold-light: #f0c040;
    --charcoal: #111827;
    --charcoal-2: #1f2937;
    --cream: #fdfbf5;
    --light: #f5f9f4;
    --white: #ffffff;
    --text: #1f2937;
    --muted: #6b7280;
    --radius: 14px;
    --shadow-sm: 0 2px 12px rgba(10, 61, 26, .06);
    --shadow-md: 0 8px 28px rgba(10, 61, 26, .10);
    --shadow-lg: 0 20px 50px rgba(10, 61, 26, .18);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    font-family: 'DM Sans', -apple-system, sans-serif;
    color: var(--text);
    background: var(--white);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Playfair Display', Georgia, serif;
}

/* TOPBAR */
.topbar {
    background: var(--green-deep);
    color: #c8e6cd;
    font-size: .82rem;
    padding: 8px 0;
    letter-spacing: .01em;
}

.topbar a {
    color: var(--gold-light);
    text-decoration: none;
    transition: color .2s;
}

.topbar a:hover {
    color: #fff;
}

.bismillah-mini {
    font-family: 'Amiri', serif;
    font-size: 1rem;
    color: var(--gold-light);
    font-weight: 700;
}

/* NAVBAR */
.navbar {
    background: var(--white);
    box-shadow: 0 2px 20px rgba(10, 61, 26, .08);
    padding: .5rem 1rem;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all .3s;
}

.navbar.scrolled {
    padding: .25rem 1rem;
    box-shadow: 0 4px 30px rgba(10, 61, 26, .12);
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: .7rem;
    padding: 0;
}

.navbar-brand img {
    height: 50px;
    width: auto;
    border-radius: 8px;
    transition: transform .3s;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

.brand-text-wrap {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-text-wrap .name {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 1.4rem;
    color: var(--green-deep);
    letter-spacing: .5px;
}

.brand-text-wrap .name span {
    color: var(--gold);
}

.brand-text-wrap .tag {
    font-size: .65rem;
    font-weight: 700;
    color: var(--green);
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-top: 2px;
}

.nav-link {
    font-weight: 500;
    color: var(--text) !important;
    padding: .8rem 1rem !important;
    position: relative;
    font-size: .92rem;
    transition: color .25s;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    right: 50%;
    height: 2px;
    background: linear-gradient(90deg, var(--green), var(--gold));
    transition: left .3s, right .3s;
    border-radius: 99px;
    border: none;
    margin: 0;
    vertical-align: 0;
}

.nav-link:hover::after,
.nav-link.active::after {
    left: 1rem;
    right: 1rem;
}

.nav-link:hover {
    color: var(--green) !important;
}

.btn-login {
    background: linear-gradient(135deg, var(--green), var(--green-deep));
    color: #fff !important;
    border-radius: 10px;
    padding: .5rem 1.3rem !important;
    font-weight: 600;
    font-size: .88rem;
    transition: transform .2s, box-shadow .2s;
}

.btn-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26, 138, 58, .4);
    color: #fff !important;
}

.btn-login::after {
    display: none !important;
}

/* HERO */
.hero {
    background: radial-gradient(circle at 20% 10%, rgba(34, 197, 94, .18) 0%, transparent 45%), radial-gradient(circle at 85% 90%, rgba(201, 162, 39, .12) 0%, transparent 45%), linear-gradient(135deg, var(--green-deep) 0%, #0d2818 60%, #061a0d 100%);
    color: var(--white);
    padding: 90px 0 80px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
}

.hero h1 {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.2rem;
}

.hero h1 .accent {
    color: var(--gold-light);
}

.hero .lead {
    font-size: 1.05rem;
    color: #c8e6cd;
    line-height: 1.85;
    max-width: 580px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(201, 162, 39, .15);
    color: var(--gold-light);
    border: 1px solid rgba(201, 162, 39, .3);
    border-radius: 99px;
    padding: .4rem 1rem;
    font-size: .8rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.bismillah-banner {
    text-align: center;
    margin-bottom: 1.5rem;
}

.bismillah-banner img {
    max-width: 320px;
    opacity: .85;
}

.btn-gold {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: var(--charcoal);
    border: none;
    font-weight: 700;
    padding: .8rem 1.6rem;
    border-radius: 12px;
    transition: all .25s;
}

.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 162, 39, .4);
    color: var(--charcoal);
}

.btn-outline-white {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .3);
    font-weight: 600;
    padding: .75rem 1.55rem;
    border-radius: 12px;
    transition: all .25s;
}

.btn-outline-white:hover {
    background: rgba(255, 255, 255, .12);
    border-color: #fff;
    color: #fff;
}

.partners-card {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: var(--radius);
    padding: 1.5rem;
    backdrop-filter: blur(12px);
}

.partners-card h5 {
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.partner-pill {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    padding: 1rem 1.2rem;
    display: block;
    transition: all .25s;
    text-decoration: none;
}

.partner-pill:hover {
    background: rgba(201, 162, 39, .12);
    border-color: rgba(201, 162, 39, .3);
    transform: translateX(4px);
}

.partner-pill .num {
    color: var(--gold-light);
    font-weight: 700;
    font-size: .92rem;
}

.partner-pill .lbl {
    color: #94a3b8;
    font-size: .8rem;
    margin-top: .15rem;
}

/* SEC TITLE */
.sec-tag {
    display: inline-block;
    background: rgba(26, 138, 58, .12);
    color: var(--green);
    border-radius: 99px;
    padding: .35rem 1rem;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.sec-title {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    color: var(--green-deep);
    margin-bottom: .5rem;
}

.sec-line {
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, var(--green), var(--gold));
    border-radius: 99px;
    margin: 0 0 2rem;
}

.sec-line.start {
    margin-left: 0;
}

/* SECTORS */
.sectors-strip {
    padding: 60px 0;
    background: linear-gradient(180deg, #fff, var(--light));
}

.sec-card {
    background: #fff;
    border-radius: var(--radius);
    padding: 1.5rem 1rem;
    text-align: center;
    box-shadow: var(--shadow-sm);
    height: 100%;
    transition: all .3s;
    border: 1px solid #f3f6f3;
}

.sec-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
}

.sec-card .ico {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.sec-card h6 {
    font-size: .92rem;
    font-weight: 700;
    color: var(--charcoal);
    margin: 0;
    font-family: 'DM Sans', sans-serif;
}

/* PRINCIPLES */
.principles-section {
    background: linear-gradient(135deg, var(--green-deep), #0d2818);
    color: #fff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.principle-pill {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: var(--radius);
    padding: 1.4rem 1rem;
    text-align: center;
    height: 100%;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

.principle-pill::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(201, 162, 39, .12), transparent);
    opacity: 0;
    transition: opacity .3s;
}

.principle-pill:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 162, 39, .4);
}

.principle-pill:hover::after {
    opacity: 1;
}

.principle-pill .ico {
    font-size: 1.5rem;
    color: var(--gold-light);
    margin-bottom: .6rem;
    display: block;
}

.principle-pill h6 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 800;
    margin: 0 0 .3rem 0;
}

.principle-pill small {
    color: #a0aec0;
    font-size: .78rem;
}

/* SERVICES */
.service-card {
    border: 1px solid #e8ede8;
    border-radius: var(--radius);
    padding: 1.8rem 1.5rem;
    height: 100%;
    transition: all .35s;
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--green), var(--gold));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
    border-color: transparent;
}

.svc-icon {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background: var(--green-soft);
    color: var(--green);
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.1rem;
    transition: all .3s;
}

.service-card:hover .svc-icon {
    background: linear-gradient(135deg, var(--green), var(--green-deep));
    color: #fff;
    transform: rotate(-6deg) scale(1.05);
}

.service-card h5 {
    font-size: 1.1rem;
    color: var(--green-deep);
    font-weight: 800;
    margin-bottom: .6rem;
    font-family: 'DM Sans', sans-serif;
}

/* HALAL */
.halal-section {
    background: linear-gradient(135deg, var(--cream), #fff);
    position: relative;
    overflow: hidden;
}

.halal-feature {
    background: #fff;
    border-radius: var(--radius);
    padding: 1.5rem;
    border-left: 4px solid var(--green);
    margin-bottom: 1rem;
    box-shadow: var(--shadow-sm);
    transition: all .3s;
}

.halal-feature:hover {
    transform: translateX(6px);
    border-left-color: var(--gold);
}

.halal-feature h6 {
    color: var(--green-deep);
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: .4rem;
    font-family: 'DM Sans', sans-serif;
}

.halal-feature p {
    font-size: .88rem;
    color: var(--muted);
    margin: 0;
    line-height: 1.6;
}

/* NEWS / NOTICES */
.news-card {
    border-radius: var(--radius);
    border: 1px solid #e2e8f0;
    padding: 1.2rem 1.4rem;
    transition: all .3s;
    background: var(--white);
}

.news-card:hover {
    transform: translateX(6px);
    box-shadow: -4px 0 0 var(--green), var(--shadow-sm);
}

.news-date {
    font-size: .74rem;
    color: var(--gold);
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.notice-item {
    padding: 1rem 1.2rem;
    border-left: 3px solid var(--green);
    background: var(--light);
    border-radius: 0 var(--radius) var(--radius) 0;
    transition: all .3s;
}

.notice-item:hover {
    border-color: var(--gold);
    background: #fffbe6;
}

.notice-date {
    font-size: .72rem;
    font-weight: 700;
    color: var(--green);
    text-transform: uppercase;
}

/* PORTFOLIO */
.portfolio-card {
    background: linear-gradient(135deg, var(--green-deep), #0d2818);
    color: #fff;
    border-radius: var(--radius);
    padding: 1.8rem 1.5rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all .35s;
}

.portfolio-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(34, 197, 94, .18), transparent);
    opacity: 0;
    transition: opacity .35s;
}

.portfolio-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.portfolio-card:hover::after {
    opacity: 1;
}

.port-icon {
    font-size: 2.2rem;
    color: var(--gold-light);
    margin-bottom: .8rem;
    position: relative;
    z-index: 1;
}

.port-year {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(201, 162, 39, .18);
    color: var(--gold-light);
    border-radius: 99px;
    font-size: .72rem;
    font-weight: 700;
    padding: .25rem .8rem;
    border: 1px solid rgba(201, 162, 39, .3);
    z-index: 1;
}

/* CSR */
.csr-section {
    background: var(--light);
}

.csr-pill {
    background: var(--white);
    border-radius: 12px;
    padding: 1rem 1.2rem;
    display: flex;
    align-items: center;
    gap: .9rem;
    box-shadow: var(--shadow-sm);
    height: 100%;
    transition: all .3s;
    border-left: 3px solid transparent;
}

.csr-pill:hover {
    transform: translateY(-3px);
    border-left-color: var(--green);
    box-shadow: var(--shadow-md);
}

.csr-pill .ico {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--green-soft);
    color: var(--green-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.csr-pill span {
    font-size: .9rem;
    font-weight: 600;
    color: var(--charcoal);
}

/* ABOUT */
.about-section {
    background: radial-gradient(circle at 80% 20%, rgba(34, 197, 94, .15), transparent 50%), linear-gradient(135deg, var(--green-deep), #0d2818);
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.about-stat {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: var(--radius);
    padding: 1.3rem;
}

.about-stat i {
    color: var(--gold-light);
    font-size: 1.4rem;
    margin-bottom: .5rem;
    display: block;
}

.about-stat strong {
    color: #fff;
    display: block;
    margin-bottom: .25rem;
}

.about-stat p {
    font-size: .78rem;
    color: #94a3b8;
    margin: 0;
}

/* VMG */
.vmg-card {
    background: #fff;
    border-radius: var(--radius);
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: var(--shadow-sm);
    height: 100%;
    border: 1px solid #f3f6f3;
    transition: all .3s;
}

.vmg-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
}

.vmg-card .ico {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--green-soft);
    color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin: 0 auto 1rem;
}

.vmg-card.gold .ico {
    background: rgba(201, 162, 39, .15);
    color: var(--gold);
}

.vmg-card.deep .ico {
    background: rgba(10, 61, 26, .1);
    color: var(--green-deep);
}

.vmg-card h3 {
    font-size: 1.3rem;
    color: var(--green-deep);
    margin-bottom: .8rem;
}

.vmg-card p {
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.7;
}

/* TEAM */
.team-section {
    background: var(--cream);
}

.team-card {
    text-align: center;
    transition: transform .3s;
}

.team-card:hover {
    transform: translateY(-4px);
}

.team-card img {
    border-radius: 50%;
    border: 4px solid;
    box-shadow: var(--shadow-sm);
    background: #fff;
    object-fit: cover;
    transition: all .3s;
}

.team-card.md img {
    width: 130px;
    height: 130px;
    border-color: var(--gold);
}

.team-card.sm img {
    width: 95px;
    height: 95px;
    border-color: var(--green);
    border-width: 3px;
}

.team-card:hover img {
    box-shadow: var(--shadow-md);
}

.team-card h5,
.team-card h6 {
    color: var(--green-deep);
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
    margin: .5rem 0 .15rem 0;
}

.team-card .role {
    font-size: .75rem;
    color: var(--green);
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0;
}

/* CONTACT */
.contact-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 2rem 1.5rem;
    text-align: center;
    border: 1px solid #e8ede8;
    transition: all .3s;
    height: 100%;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.contact-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--green), var(--green-deep));
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    box-shadow: 0 6px 20px rgba(26, 138, 58, .3);
}

/* FOOTER */
footer {
    background: var(--green-deep);
    color: #94a3b8;
    font-size: .9rem;
    padding-top: 60px;
}

.footer-brand-block {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin-bottom: 1rem;
}

.footer-brand-block img {
    height: 56px;
    border-radius: 8px;
}

.footer-brand-block .name {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 900;
    line-height: 1;
}

.footer-brand-block .name span {
    color: var(--gold-light);
}

.footer-brand-block small {
    color: var(--gold-light);
    font-size: .68rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.footer-link {
    color: #94a3b8;
    text-decoration: none;
    transition: all .2s;
    display: block;
    padding: .25rem 0;
    font-size: .9rem;
}

.footer-link:hover {
    color: var(--gold-light);
    padding-left: 4px;
}

.footer-divider {
    border-color: #1e3a2c;
}

.social-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .07);
    color: #94a3b8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .25s;
    font-size: 1rem;
    text-decoration: none;
}

.social-btn:hover {
    background: var(--green);
    color: #fff;
    transform: translateY(-2px);
}

/* MODAL */
.modal-header {
    background: linear-gradient(135deg, var(--green-deep), #0d2818);
    color: var(--white);
    border: none;
}

.modal-header .btn-close {
    filter: invert(1) brightness(2);
}

.login-icon {
    font-size: 3rem;
    color: var(--green);
}

/* REVEAL ANIMATION */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: all .8s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* BACK TO TOP */
#backTop {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    border: none;
    box-shadow: var(--shadow-md);
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
    z-index: 999;
}

#backTop.show {
    opacity: 1;
    pointer-events: auto;
}

#backTop:hover {
    background: var(--green-deep);
    transform: translateY(-3px);
}

/* DROPDOWN MENU — base */
.dropdown-menu {
    border: 1px solid rgba(10, 61, 26, .1);
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(10, 61, 26, .14);
    padding: .5rem;
    min-width: 230px;
    animation: dropFade .18s ease;
}

@keyframes dropFade {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-item {
    border-radius: 8px;
    padding: .6rem 1rem;
    font-size: .9rem;
    font-weight: 500;
    color: var(--text);
    transition: background .18s, color .18s, padding-left .18s;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: var(--green-soft);
    color: var(--green-deep);
    padding-left: 1.25rem;
}

.dropdown-item i {
    color: var(--green);
    opacity: .8;
}

.dropdown-item:hover i,
.dropdown-item:focus i {
    opacity: 1;
}

/* MULTI-LEVEL DROPDOWN */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: .3rem;
    display: none;
    animation: slideRight .18s ease;
}

@keyframes slideRight {
    from {
        opacity: 0;
        transform: translateX(-8px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a.dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-submenu>a .bi-chevron-right {
    font-size: .75rem;
    color: var(--muted);
    transition: transform .2s, color .2s;
    flex-shrink: 0;
}

.dropdown-submenu:hover>a .bi-chevron-right {
    transform: translateX(3px);
    color: var(--green);
}

.dropdown-menu .dropdown-toggle::after {
    display: none;
}

@media (max-width: 991px) {
    .dropdown-menu {
        animation: none;
        box-shadow: none;
    }

    .dropdown-submenu>.dropdown-menu {
        position: static !important;
        margin: .15rem 0 .15rem .75rem;
        border: none;
        border-left: 3px solid var(--green-soft);
        border-radius: 0 0 0 6px;
        background: rgba(10, 61, 26, .03);
        padding: .25rem .25rem .25rem .5rem;
        animation: none;
    }

    .dropdown-submenu>a .bi-chevron-right {
        transform: rotate(90deg);
        color: var(--green);
    }

    .dropdown-submenu:hover>a .bi-chevron-right {
        transform: rotate(90deg) translateX(-3px);
    }
}

/* UPDATES MARQUEE */
.updates-marquee {
    background: linear-gradient(135deg, var(--green-deep), #0d2818);
    color: #fff;
    padding: 0;
    border-bottom: 3px solid var(--gold);
    overflow: hidden;
}

.updates-marquee .updates-label {
    background: var(--gold);
    color: var(--green-deep);
    font-weight: 800;
    font-size: .85rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 14px 16px;
    text-align: center;
    border-right: 3px solid var(--green-deep);
}

.updates-marquee .updates-track {
    padding: 14px 0;
    font-size: .92rem;
}

.updates-marquee .update-item {
    color: #fff;
    text-decoration: none;
    margin-right: 1.5rem;
    transition: color .2s;
}

.updates-marquee .update-item:hover {
    color: var(--gold-light);
    text-decoration: underline;
}

.updates-marquee .u-date {
    color: var(--gold-light);
    font-weight: 700;
}

.updates-marquee .u-sep {
    margin: 0 .4rem;
    opacity: .5;
}

.updates-marquee .u-title {
    font-weight: 500;
}

.updates-marquee .update-divider {
    color: rgba(255, 255, 255, .3);
    margin: 0 .8rem;
}

@media (max-width: 575px) {
    .updates-marquee .updates-label {
        font-size: .7rem;
        padding: 10px 8px;
    }
}