/*
 * Adaptation Sun'Hit Music du design actuellement publié sur vibe.radio.
 * La structure, les espacements et les composants restent ceux de Vibe ;
 * seuls l'identité, les couleurs et les détails propres à Sun'Hit changent.
 */

body.sunhit-site {
    --vibe-player-gradient:
        radial-gradient(circle at 14% 0%, rgba(243, 184, 19, 0.48), transparent 31%),
        radial-gradient(circle at 92% 100%, rgba(255, 82, 38, 0.35), transparent 36%),
        linear-gradient(135deg, #9e0008 0%, #e30613 52%, #ff2d20 100%);
    --vibe-gradient: var(--vibe-player-gradient);
    --vibe-blue: #e30613;
    --vibe-cyan: #f3b813;
    --vibe-violet: #c90a15;
    --header-bg: #000000;
    --header-links: #ffffff;
    --header-social-icons: #f3b813;
    --header-btn-bg: #e30613;
    --header-btn-color: #ffffff;
    --header-loadbar: #f3b813;
    --dedications-bar-bg: #e30613;
    --dedications-bar-msg: #ffffff;
    --dedications-bar-label: #ffffff;
    --page-title: #e30613;
    --lecture-text: #b20a13;
    --heading-text: #e30613;
    --highlight-text: #e30613;
    --primary-btn-bg: #000000;
    --primary-btn-color: #ffffff;
    --play-btn-bg: #e30613;
    --play-btn-hover-bg: #ff2d20;
    --highglight-block-bg: #e30613;
    --highglight-block-secondary-bg: #f3b813;
    --highglight-block-primary-btn-bg: #000000;
    --player-bar-bg: #e30613;
    --player-bar-play-btn-color: #e30613;
    --player-bar-seekbar-bg: #ffffff;
    --player-bar-seekbar-fill: #f3b813;
    --footer-bg: #000000;
    --footer-social-icons: #f3b813;
}

body.sunhit-site:not(.page-home) {
    --vibe-page-bg: #f7f7f7;
    --vibe-page-surface-soft: #fff7de;
    --vibe-page-line: rgba(91, 12, 16, 0.1);
    --vibe-page-blue: #e30613;
    --vibe-page-blue-dark: #9f090f;
    --vibe-page-shadow: 0 18px 45px rgba(80, 15, 15, 0.1);
}

body.sunhit-site .header,
body.sunhit-site .navbar-collapse {
    background: #000000 !important;
}

body.sunhit-site .navbar .logo-top,
body.sunhit-site .navbar .mobile-logo,
body.sunhit-site .footer .logo-footer {
    filter: none !important;
}

body.sunhit-site .navbar .sm-icons .nav-link {
    color: #f3b813 !important;
}

body.sunhit-site .navbar .sm-icons .nav-link:hover,
body.sunhit-site .navbar .sm-icons .nav-link:focus {
    color: #ffffff !important;
}

body.sunhit-site .dc-bar-wpr,
body.sunhit-site .highlight-block,
body.sunhit-site .vibe-home-block--color,
body.sunhit-site .vibe-floating-player,
body.sunhit-site:not(.page-home) .page-header:not(.page-header-block)::before {
    background: var(--vibe-player-gradient) !important;
}

body.sunhit-site .dc-bar-wpr .title::before {
    display: none !important;
    content: none !important;
}

body.sunhit-site .home-top-played-header::before {
    display: none !important;
    content: none !important;
}

body.sunhit-site .vibe-floating-player .vibe-player-live > span {
    display: none !important;
}

/* Rapproche le premier carrousel du bandeau En direct. */
body.sunhit-site.page-home .vibe-home-block[data-home-block="slider"] .home-image-slider {
    margin-top: 12px;
}

body.sunhit-site.page-home .home-image-slider .glide__arrows {
    display: none !important;
}

/* Le zoom est projeté au-dessus de la page pour ne pas être coupé par Glide. */
body.sunhit-site.page-home .home-image-list .item {
    position: relative;
    overflow: hidden;
    transition:
        border-color 320ms ease,
        filter 320ms ease;
}

@media (hover: hover) and (pointer: fine) {
    body.sunhit-site.page-home .home-image-list .item:hover {
        border-color: rgba(243, 184, 19, 0.42);
        filter: brightness(0.9);
    }

    body.sunhit-site.page-home .home-image-list .item:hover img {
        filter: none;
        transform: none;
    }

    .sunhit-slider-hover-preview {
        position: fixed;
        z-index: 1080;
        display: block;
        overflow: hidden;
        border: 1px solid rgba(243, 184, 19, 0.5);
        border-radius: 24px;
        background: #111111;
        box-shadow:
            0 42px 100px rgba(0, 0, 0, 0.52),
            0 12px 36px rgba(84, 0, 5, 0.34),
            0 0 0 1px rgba(255, 255, 255, 0.12) inset;
        opacity: 0;
        pointer-events: none;
        transform: translateZ(0);
        transition:
            left 480ms cubic-bezier(0.22, 1, 0.36, 1),
            top 480ms cubic-bezier(0.22, 1, 0.36, 1),
            width 480ms cubic-bezier(0.22, 1, 0.36, 1),
            height 480ms cubic-bezier(0.22, 1, 0.36, 1),
            opacity 150ms ease-out;
        will-change: left, top, width, height, opacity;
    }

    .sunhit-slider-hover-preview.is-visible {
        opacity: 1;
    }

    .sunhit-slider-hover-preview img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        object-fit: cover;
        transform: scale(1.018);
        transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .sunhit-slider-hover-preview.is-visible img {
        transform: scale(1);
    }
}

body.sunhit-site .home-featured-artists-header > div > span,
body.sunhit-site .home-featured-artist-badge {
    color: #f3b813;
}

body.sunhit-site .home-featured-artists-all {
    background: #f3b813;
    color: #000000 !important;
}

body.sunhit-site .home-featured-artists-all:hover {
    background: #ffffff;
    color: #9f090f !important;
}

/* Un partenaire unique devient une vraie mise en avant, pas un carrousel vide. */
body.sunhit-site.page-home .vibe-home-block[data-home-block="sponsors"].has-single-sponsor {
    padding: 18px 0 82px;
}

body.sunhit-site.page-home .has-single-sponsor .page-header {
    margin-bottom: 24px;
}

body.sunhit-site.page-home .has-single-sponsor .page-header > div {
    justify-content: center !important;
}

body.sunhit-site.page-home .has-single-sponsor .page-header .title {
    padding-left: 0;
    text-align: center;
}

body.sunhit-site.page-home .has-single-sponsor .page-header .title::before {
    display: block;
    position: static;
    inset: auto;
    width: auto;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    color: #e30613;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.25;
    text-transform: uppercase;
    transform: none;
    content: "Ils nous accompagnent";
}

body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor {
    width: min(100%, 720px);
    margin: 0 auto;
}

body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .glide__track {
    overflow: visible;
}

body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .glide__slides {
    display: block;
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
    transform: none !important;
}

body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .glide__slide {
    width: 100% !important;
    margin: 0 !important;
}

body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .item {
    display: grid;
    grid-template-columns: minmax(210px, 270px) minmax(0, 1fr);
    align-items: center;
    gap: 30px;
    width: 100%;
    margin: 0;
    padding: 20px;
    border: 0;
    border-radius: 28px;
    background: transparent;
    box-shadow: none;
    transition:
        transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
        border-color 260ms ease,
        box-shadow 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .img-wpr {
    display: grid;
    width: 100%;
    height: 154px;
    margin: 0;
    padding: 25px;
    place-items: center;
    border: 0;
    border-radius: 21px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(24, 16, 18, 0.07);
}

/* Le formulaire de dédicace reprend l'identité rouge, noire et or de Sun'Hit. */
body.sunhit-site #formModal {
    z-index: 2147483500 !important;
}

body.sunhit-site .modal-backdrop.show {
    z-index: 2147483400 !important;
}

body.sunhit-site #formModal .dedication-box {
    border-color: rgba(243, 184, 19, 0.3);
    background:
        radial-gradient(circle at 7% 0%, rgba(243, 184, 19, 0.24), transparent 38%),
        radial-gradient(circle at 100% 100%, rgba(255, 45, 32, 0.38), transparent 43%),
        linear-gradient(145deg, #190002 0%, #680007 50%, #c90a15 100%);
    box-shadow:
        0 36px 100px rgba(38, 0, 3, 0.58),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

body.sunhit-site #formModal .dedication-box::before {
    background: rgba(243, 184, 19, 0.24);
}

body.sunhit-site #formModal .dedication-kicker i {
    background: #f3b813;
    box-shadow:
        0 0 0 4px rgba(243, 184, 19, 0.14),
        0 0 14px rgba(243, 184, 19, 0.48);
}

body.sunhit-site #formModal .form-control {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(0, 0, 0, 0.27);
}

body.sunhit-site #formModal .form-control:focus {
    border-color: rgba(243, 184, 19, 0.9);
    background: rgba(0, 0, 0, 0.38);
    box-shadow: 0 0 0 4px rgba(243, 184, 19, 0.15);
}

body.sunhit-site #formModal .dedication-emoji-picker {
    border-color: rgba(243, 184, 19, 0.14);
    background: rgba(0, 0, 0, 0.2);
}

body.sunhit-site #formModal .dedication-emoji-button {
    border-color: rgba(243, 184, 19, 0.16);
    background: rgba(255, 255, 255, 0.09);
}

body.sunhit-site #formModal .dedication-emoji-button:hover,
body.sunhit-site #formModal .dedication-emoji-button:focus-visible {
    border-color: rgba(243, 184, 19, 0.42);
    background: rgba(243, 184, 19, 0.15);
}

body.sunhit-site #formModal .dedication-submit {
    background: #f3b813;
    color: #240003;
    box-shadow: 0 15px 34px rgba(45, 0, 3, 0.32);
}

body.sunhit-site #formModal .dedication-submit:hover,
body.sunhit-site #formModal .dedication-submit:focus-visible {
    background: #ffd34e;
    color: #240003;
    box-shadow: 0 18px 40px rgba(45, 0, 3, 0.4);
}

body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .img-wpr a {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
}

body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .img-wpr img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 220px;
    object-fit: contain;
    transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .name {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 0;
    color: #171719 !important;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 780;
    line-height: 1.05;
    letter-spacing: -0.035em;
    text-align: left;
}

body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .name::before {
    color: #a60b13;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
    content: "Partenaire officiel";
}

@media (hover: hover) and (pointer: fine) {
    body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .item:hover,
    body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .item:focus-within {
        border-color: transparent;
        box-shadow: none;
        transform: none;
    }

    body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .item:hover img,
    body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .item:focus-within img {
        transform: scale(1.045);
    }
}

@media (max-width: 600px) {
    body.sunhit-site.page-home .vibe-home-block[data-home-block="sponsors"].has-single-sponsor {
        padding: 8px 0 62px;
    }

    body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor {
        width: min(100%, 430px);
    }

    body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .item {
        grid-template-columns: minmax(0, 1fr);
        gap: 17px;
        padding: 14px;
        border-radius: 24px;
    }

    body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .img-wpr {
        height: 136px;
        padding: 22px;
        border-radius: 18px;
    }

    body.sunhit-site.page-home .home-sponsors-slider.is-single-sponsor .home-sponsors-list .name {
        align-items: center;
        padding: 2px 8px 8px;
        font-size: 23px;
        text-align: center;
    }
}

body.sunhit-site .vibe-floating-player {
    box-shadow:
        0 26px 72px rgba(90, 0, 8, 0.34),
        0 7px 22px rgba(90, 0, 8, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Sun'Hit n'a qu'un flux : aucune commande de changement de station trompeuse. */
body.sunhit-site .vibe-player-stations-toggle,
body.sunhit-site .vibe-player-stations-panel {
    display: none !important;
}

@media (max-width: 767.98px) {
    body.sunhit-site.page-home .vibe-home-block[data-home-block="slider"] .home-image-slider {
        margin-top: 10px;
    }

    /* Le bandeau principal reste visible : on retire le second logo caché dessous. */
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-brand-logo {
        display: none !important;
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-stations-toggle,
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-stations-panel {
        display: none !important;
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-actions {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        border-top-color: rgba(255, 255, 255, 0.24);
        background: var(--vibe-player-gradient) !important;
        box-shadow:
            0 -18px 42px rgba(90, 0, 8, 0.34),
            inset 0 1px 0 rgba(255, 255, 255, 0.18);
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-play,
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-play:hover,
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-play:active,
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-play:focus-visible,
    body.sunhit-site .vibe-floating-player.is-mobile-expanded[data-state="playing"] .vibe-player-play,
    body.sunhit-site .vibe-floating-player.is-mobile-expanded[data-state="loading"] .vibe-player-play {
        background: var(--vibe-player-gradient) !important;
        color: #ffffff !important;
        box-shadow:
            0 18px 38px rgba(65, 0, 5, 0.46),
            0 0 0 5px rgba(243, 184, 19, 0.13),
            inset 0 1px 0 rgba(255, 255, 255, 0.42);
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-actions .vibe-player-icon {
        background: transparent !important;
        color: #ffffff !important;
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-icon[data-mobile-label]::after {
        color: rgba(255, 255, 255, 0.84);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.42);
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-actions .vibe-player-icon:focus-visible {
        outline: none !important;
        border-radius: 12px;
        box-shadow: inset 0 0 0 2px #f3b813 !important;
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-play:focus-visible {
        outline: 3px solid #f3b813 !important;
        outline-offset: 4px;
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-icon.is-active,
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-icon[aria-expanded="true"] {
        color: #f3b813 !important;
    }

    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-history-toggle { order: 1; }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-favorite { order: 2; }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-mute { order: 3; }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-share { order: 4; }
    body.sunhit-site .vibe-floating-player.is-mobile-expanded .vibe-player-collapse { order: 5; }
}

/* Navigation mobile Sun'Hit : panneau lisible, scrollable et stable sur iPhone. */
@media (max-width: 767.98px) {
    body.sunhit-site.navbar-open {
        overflow: hidden !important;
        overscroll-behavior: none;
        touch-action: pan-y !important;
    }

    body.sunhit-site {
        --header-mobile-links-bg: #000000;
    }

    body.sunhit-site .header {
        z-index: 2147483200 !important;
        height: 68px;
        border-bottom: 0;
        background: #000000 !important;
        box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
    }

    body.sunhit-site .dc-bar-wpr {
        top: 68px !important;
    }

    body.sunhit-site .navbar,
    body.sunhit-site .navbar-padding,
    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none {
        min-height: 68px !important;
        max-height: 68px !important;
    }

    body.sunhit-site .navbar {
        padding-block: 0;
    }

    body.sunhit-site .navbar-padding {
        position: relative;
        padding-inline: max(14px, env(safe-area-inset-left)) max(14px, env(safe-area-inset-right)) !important;
    }

    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none {
        display: grid !important;
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        align-items: center;
        gap: 10px;
    }

    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none > .d-flex {
        display: grid !important;
        place-items: center;
    }

    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none > .d-flex:last-child {
        grid-column: 3;
    }

    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none > .navbar-brand {
        position: absolute;
        top: 50%;
        left: 50%;
        display: grid;
        width: min(43vw, 170px);
        height: 54px;
        margin: 0 !important;
        padding: 0;
        place-items: center;
        transform: translate(-50%, -50%);
    }

    body.sunhit-site .navbar .mobile-logo {
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 48px;
        object-fit: contain;
    }

    body.sunhit-site .navbar-toggler,
    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none .header-btn {
        box-sizing: border-box;
        display: grid;
        width: 44px;
        min-width: 44px;
        height: 44px;
        min-height: 44px;
        margin: 0;
        padding: 0 !important;
        place-items: center;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
        border-radius: 13px !important;
        color: #ffffff !important;
        line-height: 1 !important;
        box-shadow: none;
    }

    body.sunhit-site .navbar-toggler {
        position: relative;
        background: rgba(255, 255, 255, 0.07) !important;
    }

    body.sunhit-site .navbar-toggler:hover,
    body.sunhit-site .navbar-toggler:focus,
    body.sunhit-site .navbar-toggler.open {
        border-color: rgba(243, 184, 19, 0.38) !important;
        background: rgba(243, 184, 19, 0.13) !important;
        box-shadow: none !important;
    }

    body.sunhit-site .navbar-toggler:focus-visible,
    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none .header-btn:focus-visible {
        outline: 2px solid #f3b813;
        outline-offset: 2px;
    }

    body.sunhit-site .navbar-toggler .toggle-icon {
        position: absolute;
        inset: 0;
        display: grid;
        place-items: center;
        font-size: 24px;
        line-height: 1;
        pointer-events: none;
        transition: opacity 220ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    body.sunhit-site .navbar-toggler .notes-icon {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }

    body.sunhit-site .navbar-toggler .close-icon {
        opacity: 0;
        transform: scale(0.72) rotate(-45deg);
    }

    body.sunhit-site .navbar-toggler.open .notes-icon {
        opacity: 0;
        transform: scale(0.72) rotate(45deg);
    }

    body.sunhit-site .navbar-toggler.open .close-icon {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }

    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none .header-btn {
        background: #e30613 !important;
        cursor: pointer;
    }

    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none .header-btn:hover,
    body.sunhit-site .navbar > .container-fluid > .d-flex.d-md-none .header-btn:focus {
        background: #ff202c !important;
        transform: none;
    }

    body.sunhit-site .navbar-collapse {
        position: fixed !important;
        top: 68px !important;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100vh - 68px) !important;
        height: calc(100dvh - 68px) !important;
        max-width: none;
        max-height: none;
        padding:
            22px max(18px, env(safe-area-inset-right))
            max(28px, calc(env(safe-area-inset-bottom) + 22px))
            max(18px, env(safe-area-inset-left));
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        border-top: 0 !important;
        background:
            radial-gradient(circle at 92% 0%, rgba(227, 6, 19, 0.22), transparent 300px),
            radial-gradient(circle at 8% 100%, rgba(243, 184, 19, 0.1), transparent 260px),
            #000000 !important;
        box-shadow: none;
        touch-action: pan-y;
        -webkit-overflow-scrolling: touch;
    }

    body.sunhit-site .navbar-collapse.show {
        display: flex !important;
        height: calc(100vh - 68px) !important;
        height: calc(100dvh - 68px) !important;
        flex-direction: column;
    }

    body.sunhit-site .navbar-collapse.collapsing {
        position: fixed !important;
        bottom: 0;
        height: calc(100vh - 68px) !important;
        height: calc(100dvh - 68px) !important;
        overflow: hidden;
    }

    body.sunhit-site .navbar-collapse .navbar-nav.me-auto {
        display: flex;
        width: min(100%, 620px);
        margin: 0 auto !important;
        flex: 0 0 auto;
        flex-direction: column;
        gap: 6px;
        overflow: visible !important;
        background: transparent !important;
    }

    body.sunhit-site .navbar-collapse.show > .navbar-nav {
        overflow: visible !important;
        background: transparent !important;
    }

    body.sunhit-site .navbar-collapse .navbar-nav.me-auto > .nav-item {
        width: 100%;
        margin: 0;
    }

    body.sunhit-site .navbar-collapse .navbar-nav.me-auto > .nav-item > .nav-link {
        position: relative;
        display: flex;
        width: 100%;
        min-height: 54px;
        margin: 0;
        padding: 0 17px !important;
        align-items: center;
        justify-content: space-between;
        border: 1px solid transparent;
        border-radius: 15px;
        background: transparent;
        color: rgba(255, 255, 255, 0.9) !important;
        font-size: 17px !important;
        font-weight: 680;
        line-height: 1.2;
        letter-spacing: -0.015em;
    }

    body.sunhit-site .navbar-collapse .navbar-nav.me-auto > .nav-item > .nav-link:hover,
    body.sunhit-site .navbar-collapse .navbar-nav.me-auto > .nav-item > .nav-link:focus,
    body.sunhit-site .navbar-collapse .navbar-nav.me-auto > .nav-item > .nav-link[aria-current="page"] {
        border-color: rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.09);
        color: #ffffff !important;
        transform: none;
    }

    body.sunhit-site .navbar-collapse .navbar-nav.me-auto > .nav-item > .nav-link[aria-current="page"]::before {
        position: absolute;
        top: 50%;
        left: 6px;
        width: 3px;
        height: 22px;
        border-radius: 999px;
        background: #f3b813;
        content: "";
        transform: translateY(-50%);
    }

    body.sunhit-site .navbar-collapse .dropdown-toggle::after {
        width: 9px;
        height: 9px;
        margin: -5px 4px 0 12px;
        flex: 0 0 auto;
        border: 0 !important;
        border-right: 2px solid currentColor !important;
        border-bottom: 2px solid currentColor !important;
        content: "" !important;
        transform: rotate(45deg);
        transition: transform 240ms ease, margin 240ms ease;
    }

    body.sunhit-site .navbar-collapse .dropdown.show > .dropdown-toggle::after {
        margin-top: 5px;
        transform: rotate(225deg);
    }

    body.sunhit-site .navbar-collapse .dropdown-menu,
    body.sunhit-site .navbar-collapse .dropdown-menu.show {
        position: static !important;
        inset: auto !important;
        width: calc(100% - 12px);
        margin: 7px 0 3px 12px !important;
        padding: 6px !important;
        border: 1px solid rgba(255, 255, 255, 0.09) !important;
        border-radius: 14px !important;
        background: rgba(255, 255, 255, 0.065) !important;
        box-shadow: none;
        opacity: 1;
        transform: none !important;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    body.sunhit-site .navbar-collapse .dropdown-menu .dropdown-item {
        display: flex;
        min-height: 46px;
        margin: 0;
        padding: 0 14px !important;
        align-items: center;
        border: 0 !important;
        border-radius: 10px;
        background: transparent !important;
        color: rgba(255, 255, 255, 0.76) !important;
        font-size: 15px !important;
        font-weight: 620;
        line-height: 1.2;
    }

    body.sunhit-site .navbar-collapse .dropdown-menu .dropdown-item:hover,
    body.sunhit-site .navbar-collapse .dropdown-menu .dropdown-item:focus,
    body.sunhit-site .navbar-collapse .dropdown-menu .dropdown-item[aria-current="page"] {
        background: rgba(227, 6, 19, 0.16) !important;
        color: #ffffff !important;
    }

    body.sunhit-site .navbar-collapse .follow-us {
        display: block;
        width: min(100%, 620px);
        margin: auto auto 11px;
        padding-top: 28px;
        color: rgba(255, 255, 255, 0.46);
        font-size: 10px;
        font-weight: 780;
        line-height: 1.2;
        letter-spacing: 0.12em;
        text-align: center;
        text-transform: uppercase;
    }

    body.sunhit-site .navbar-collapse .navbar-nav.sm-icons {
        display: flex;
        width: min(100%, 620px);
        margin: 0 auto;
        flex: 0 0 auto;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    body.sunhit-site .navbar-collapse .navbar-nav.sm-icons > .nav-item:not(.mobile-hide) {
        display: flex;
    }

    body.sunhit-site .navbar-collapse .navbar-nav.sm-icons .nav-link {
        display: grid;
        width: 46px;
        min-width: 46px;
        height: 46px;
        min-height: 46px;
        padding: 0 !important;
        place-items: center;
        border: 1px solid rgba(255, 255, 255, 0.13);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.07);
        color: #f3b813 !important;
        font-size: 20px;
    }

    body.sunhit-site .navbar-collapse .navbar-nav.sm-icons .nav-link:hover,
    body.sunhit-site .navbar-collapse .navbar-nav.sm-icons .nav-link:focus {
        border-color: rgba(243, 184, 19, 0.32);
        background: rgba(243, 184, 19, 0.12);
        color: #ffffff !important;
        transform: none;
    }

    body.sunhit-site .navbar-collapse .navbar-nav.sm-icons > .mobile-hide {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.sunhit-site *,
    body.sunhit-site *::before,
    body.sunhit-site *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

    body.sunhit-site.page-home .home-image-list .item {
        transition: none !important;
    }

    body.sunhit-site .navbar-toggler .toggle-icon,
    body.sunhit-site .navbar-collapse .dropdown-toggle::after {
        transition: none !important;
    }
}
