/*
 * Grand Casino Admiral Tetovo - црно-златен визуелен систем.
 *
 * Се вчитува по css/main.css и ги пренасочува променливите на DCSS системот,
 * така што утилити класите (bg-primary, text-secondary, b-secondary ...) веднаш
 * работат во црно-златната палета.
 *
 * Тука се и иконите: наместо целиот Font Awesome (100 KB) се вчитуваат само
 * оние што се користат на страницата - види делот „Икони" на крајот од фајлот.
 *
 * Една златна скала - без мешање на повеќе златни нијанси, без glow ефекти,
 * без градиенти освен дискретната линија на разделниците.
 */

body[data-primary] {
    /* Црна основа */
    --primary-color: #0A0A0A;
    --primary-color-dark: #050505;
    --primary-color-rgb: 10, 10, 10;
    --shadow-primary: 10 10 10;
}

body[data-secondary] {
    /* Златна скала: една основна нијанса + светла и темна варијанта */
    --secondary-color: #C9A24B;
    --secondary-color-dark: #A5822F;
    --secondary-color-rgb: 201, 162, 75;
    --shadow-secondary: 201 162 75;
}

body[data-third] {
    /* Површини над основата */
    --third-color: #121212;
    --third-color-dark: #0E0E0E;
    --third-color-rgb: 18, 18, 18;
    --shadow-third: 18 18 18;
}

body[data-fourth] {
    --fourth-color: #1A1A1A;
    --fourth-color-dark: #151515;
    --fourth-color-rgb: 26, 26, 26;
    --shadow-fourth: 26, 26, 26;
}

body.site {
    --gold: #C9A24B;
    --gold-light: #E2C782;
    --gold-dark: #8E6E27;
    --gold-rgb: 201, 162, 75;

    --ink: #0A0A0A;
    --surface: #121212;
    --surface-2: #1A1A1A;
    --line: rgba(201, 162, 75, 0.22);
    --line-soft: rgba(255, 255, 255, 0.08);

    --primary-font: "Outfit", "Helvetica Neue", sans-serif;
    --secondary-font: "Outfit", "Helvetica Neue", sans-serif;

    --heading-1: 4rem;
    --heading-2: 3rem;
    --heading-3: 2.25rem;
    --heading-4: 1.75rem;
    --heading-5: 1.375rem;

    background-color: var(--ink);
    color: #EDEDED;
    -webkit-font-smoothing: antialiased;
    overscroll-behavior: none;
}

html {
    overscroll-behavior: none;
}

body.site * {
    --selection-color: var(--gold-dark);
}

body.site ::-webkit-scrollbar {
    width: 10px;
}

body.site ::-webkit-scrollbar-track {
    background: #0A0A0A;
}

body.site ::-webkit-scrollbar-thumb {
    background: #2A2A2A;
}

body.site ::-webkit-scrollbar-thumb:hover {
    background: var(--gold-dark);
}

body.site a:focus-visible,
body.site button:focus-visible,
body.site input:focus-visible,
body.site select:focus-visible,
body.site textarea:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 2px;
}

/* Наслови во луксузниот sans-serif приказ на брендот */
.display {
    font-family: var(--secondary-font);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

/* Мал текст над наслов - воведна ознака на секција */
.kicker {
    font-size: 0.75rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 500;
}

.tracked {
    letter-spacing: 0.16em;
}

.tracked-wide {
    letter-spacing: 0.24em;
}

/* Златна разделна линија под наслов на секција */
.gold-rule {
    width: 88px;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--gold), transparent);
}

.gold-rule.left {
    background: linear-gradient(to right, var(--gold), transparent);
}

/* Копчиња */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 30px;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: background-color .35s ease, color .35s ease, border-color .35s ease;
    text-align: center;
}

.btn-gold {
    background: var(--gold);
    color: #0A0A0A;
    border-color: var(--gold);
}

.btn-gold:hover {
    background: var(--gold-light);
    border-color: var(--gold-light);
}

.btn-outline {
    background: transparent;
    color: #EDEDED;
    border-color: rgba(255, 255, 255, 0.28);
}

.btn-outline:hover {
    border-color: var(--gold);
    color: var(--gold);
}

.btn-block {
    width: 100%;
}

/* Ознака 18+ */
.badge-18 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    color: var(--gold);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    flex: 0 0 auto;
}

/* Изборник на јазик */
.lang-switch a {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.55);
}

.lang-switch a:hover {
    color: var(--gold);
}

.lang-switch a.active {
    color: var(--gold);
}

.lang-switch .sep {
    color: rgba(255, 255, 255, 0.2);
    font-size: 0.75rem;
}

/* Главна навигација */
.site-header {
    background: rgba(10, 10, 10, 0.92);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
}

/* Логото се смалува при скрол - класата `scrolled` ја додава assets/app.js */
.site-logo {
    width: 118px;
    height: auto;
    transition: width .3s ease;
}

.site-header.scrolled .site-logo {
    width: 88px;
}

@media screen and (max-width: 780px) {
    .site-header.scrolled .site-logo {
        width: 64px;
    }
}

.nav-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 30px 14px;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #EDEDED;
    white-space: nowrap;
}

.nav-item::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 22px;
    height: 1px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
}

.nav-item:hover,
.nav-item.active {
    color: var(--gold);
}

.nav-item:hover::after,
.nav-item.active::after {
    transform: scaleX(1);
}

.nav-sub {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #0E0E0E;
    border: 1px solid var(--line);
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s;
    z-index: 40;
}

.has-sub:hover .nav-sub,
.has-sub.open .nav-sub {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-sub a {
    display: block;
    padding: 12px 20px;
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #D8D8D8;
}

.nav-sub a:hover {
    color: var(--gold);
    background: rgba(201, 162, 75, 0.06);
}

/* Мобилно мени */
.nav-toggle span {
    display: block;
    width: 24px;
    height: 1px;
    background: var(--gold);
    transition: transform .3s ease, opacity .3s ease;
}

.nav-toggle span + span {
    margin-top: 6px;
}

.nav-toggle.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-toggle.open span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.drawer {
    position: fixed;
    inset: 0;
    background: #0A0A0A;
    z-index: 950;
    transform: translateX(100%);
    /* visibility се менува со задршка за да остане видливо додека траe затворањето */
    visibility: hidden;
    pointer-events: none;
    transition: transform .4s ease, visibility .4s ease;
    overflow-y: auto;
}

.drawer.open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
}

.drawer-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid var(--line);
    background: transparent;
    color: var(--gold);
    font-size: 1.125rem;
    line-height: 1;
    cursor: pointer;
    transition: border-color .25s ease, background .25s ease;
}

.drawer-close:hover {
    border-color: var(--gold);
    background: rgba(201, 162, 75, 0.08);
}

.drawer a,
.drawer-toggle {
    display: block;
    padding: 18px 0;
    border: 0;
    border-bottom: 1px solid var(--line-soft);
    background: transparent;
    width: 100%;
    text-align: left;
    font: inherit;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #EDEDED;
    cursor: pointer;
}

.drawer-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.drawer-toggle i {
    font-size: 0.75rem;
    color: var(--gold);
    transition: transform .25s ease;
}

.drawer-group.open .drawer-toggle i {
    transform: rotate(180deg);
}

.drawer-sub {
    display: none;
    padding: 0 0 8px;
}

.drawer-group.open .drawer-sub {
    display: block;
}

.drawer-sub a {
    padding-left: 20px;
    font-size: 0.875rem;
    color: #B4B4B4;
    text-transform: none;
    letter-spacing: 0.04em;
}

.drawer a.active,
.drawer-toggle.active {
    color: var(--gold);
}

/* Hero */
.hero {
    position: relative;
    min-height: 86vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.hero-media img,
.hero-media video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.hero-veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
    linear-gradient(to top, rgba(10, 10, 10, 0.96) 0%, rgba(10, 10, 10, 0.25) 4%, rgba(10, 10, 10, 0.45) 100%)
}

.hero > .relative {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 780px) {
    .hero {
        min-height: 78vh;
    }
}

/* Картички */
.card {
    background: var(--surface);
    border: 1px solid var(--line-soft);
    transition: border-color .35s ease, transform .35s ease;
    display: block;
}

.card:hover {
    border-color: var(--line);
    transform: translateY(-4px);
}

.card-media {
    position: relative;
    overflow: hidden;
}

.card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.card:hover .card-media img {
    transform: scale(1.04);
}

.ratio-4-3 {
    aspect-ratio: 4 / 3;
}

.ratio-16-9 {
    aspect-ratio: 16 / 9;
}

.ratio-3-2 {
    aspect-ratio: 3 / 2;
}

.ratio-4-5 {
    aspect-ratio: 4 / 5;
}

.ratio-1-1 {
    aspect-ratio: 1 / 1;
}

/* Рамка со златен раб - за истакнати блокови */
.gold-frame {
    border: 1px solid var(--line);
    background: var(--surface);
}

/* Галерија на секцијата „Добредојдовте" */
.welcome-gallery {
    isolation: isolate;
}

.welcome-gallery-track {
    position: absolute;
    inset: 0;
}

.welcome-gallery-slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .45s ease;
}

.welcome-gallery-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

.welcome-gallery-slide a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
}

.welcome-gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.welcome-gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    background: rgba(10, 10, 10, 0.72);
    color: var(--gold);
    cursor: pointer;
    transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.welcome-gallery-nav:hover,
.welcome-gallery-nav:focus-visible {
    background: var(--gold);
    color: var(--ink);
    border-color: var(--gold);
}

.welcome-gallery-prev {
    left: 12px;
}

.welcome-gallery-next {
    right: 12px;
}

.welcome-gallery-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.welcome-gallery-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition: background .25s ease, transform .25s ease;
}

.welcome-gallery-dot.is-active,
.welcome-gallery-dot:hover {
    background: var(--gold);
}

.welcome-gallery-dot.is-active {
    transform: scale(1.2);
}

@media (prefers-reduced-motion: reduce) {
    .welcome-gallery-slide {
        transition: none;
    }
}

/* Фото-галерија со lightGallery (За нас и сл.) */
.photo-gallery-item {
    display: block;
    cursor: zoom-in;
}

.photo-gallery-item img {
    transition: transform .6s ease;
}

.photo-gallery-item:hover img {
    transform: scale(1.04);
}

.panel {
    background: var(--surface);
    border: 1px solid var(--line-soft);
}

.panel-dark {
    background: #0E0E0E;
    border: 1px solid var(--line-soft);
}

/* Текст */
.prose {
    color: #C6C6C6;
    line-height: 1.85;
}

/* Вовед под секциски наслов: бела боја + сайт фонт (админ HTML често носи црн inline стил). */
.section-intro.prose,
.section-intro.prose p,
.section-intro.prose span,
.section-intro.prose strong,
.section-intro.prose em,
.section-intro.prose u,
.section-intro.prose li {
    color: #ffffff !important;
    font-family: var(--primary-font) !important;
}

.section-intro.prose a {
    color: var(--gold) !important;
    font-family: var(--primary-font) !important;
}

.band-gold .section-intro.prose,
.band-gold .section-intro.prose p,
.band-gold .section-intro.prose span,
.band-gold .section-intro.prose strong,
.band-gold .section-intro.prose em,
.band-gold .section-intro.prose u,
.band-gold .section-intro.prose li {
    color: var(--band-ink-soft, rgba(10, 10, 10, 0.72)) !important;
}

.band-gold .section-intro.prose a {
    color: var(--band-ink, #0A0A0A) !important;
}

.prose p + p {
    margin-top: 1.1em;
}

.prose a {
    color: var(--gold);
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.prose a:hover {
    color: var(--gold-light);
}

.prose h2,
.prose h3,
.prose h4 {
    font-family: var(--secondary-font);
    color: #EDEDED;
    font-weight: 500;
    line-height: 1.25;
    margin-top: 1.4em;
    margin-bottom: 0.5em;
}

.prose h2:first-child,
.prose h3:first-child,
.prose h4:first-child {
    margin-top: 0;
}

.prose ul,
.prose ol {
    margin: 1em 0;
    padding-left: 1.25em;
}

.prose li + li {
    margin-top: 0.4em;
}

.muted {
    color: #9C9C9C;
}

/* Листа со златни маркери */
.list-gold {
    list-style: none;
}

.list-gold li {
    position: relative;
    padding-left: 22px;
    line-height: 1.8;
}

.list-gold li + li {
    margin-top: 10px;
}

.list-gold li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 1px;
    background: var(--gold);
}

/* Форми */

/* Под 16px iOS Safari автоматски зумира при фокус на поле. */
body.site input,
body.site select,
body.site textarea {
    font-size: 16px;
}

.field {
    display: block;
    width: 100%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #EDEDED;
    padding: 14px 16px;
    font-size: 16px;
}

.field::placeholder {
    color: #7A7A7A;
}

.field:focus {
    border-color: var(--gold);
}

select.field {
    background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(50% + 2px), calc(100% - 14px) calc(50% + 2px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.label {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #A0A0A0;
    margin-bottom: 8px;
}

.file-field {
    display: flex;
    align-items: stretch;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.file-field .file-btn {
    background: rgba(201, 162, 75, 0.12);
    color: var(--gold);
    padding: 14px 20px;
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    white-space: nowrap;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.file-field .file-name {
    padding: 14px 16px;
    color: #8E8E8E;
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.checkbox input {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin-top: 3px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    position: relative;
    cursor: pointer;
}

.checkbox input:checked {
    border-color: var(--gold);
}

.checkbox input:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border-right: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
    transform: rotate(40deg);
}

.checkbox span {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #B4B4B4;
}

/* Пораки за состојба */
.notice {
    border: 1px solid;
    padding: 14px 18px;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.notice-success {
    border-color: rgba(201, 162, 75, 0.5);
    background: rgba(201, 162, 75, 0.08);
    color: #E2C782;
}

.notice-error {
    border-color: rgba(214, 88, 88, 0.5);
    background: rgba(214, 88, 88, 0.08);
    color: #E59A9A;
}

/* Мапа */
.map-frame {
    border: 1px solid var(--line);
    line-height: 0;
}

.map-frame iframe {
    width: 100%;
    height: 460px;
    border: 0;
    filter: grayscale(1) invert(0.9) contrast(0.85);
}

@media screen and (max-width: 780px) {
    .map-frame iframe {
        height: 320px;
    }
}

/* Лебдечко копче за навигација на мобилен */
.mobile-nav-cta {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 120;
    display: none;
    visibility: visible;
}

@media screen and (max-width: 780px) {
    .mobile-nav-cta {
        display: block;
    }
}

/* Дискретна златна линија на дното на секција */
.section-line {
    height: 1px;
    background: linear-gradient(to right, transparent, var(--line), transparent);
}

/* Футер */
.site-footer {
    background: #070707;
    border-top: 1px solid var(--line);
}

.site-footer a {
    color: #B4B4B4;
    font-size: 0.9375rem;
}

.site-footer a:hover {
    color: var(--gold);
}

.footer-heading {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #D8D8D8;
}

.social-link:hover {
    border-color: var(--gold);
    color: var(--gold);
}

/* 18+ порта и колачиња */
.overlay {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(5, 5, 5, 0.92);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    /* го отклучува критичниот CSS од <head> */
    visibility: visible;
}

.cookie-bar {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 900;
    max-width: 420px;
    background: #0E0E0E;
    border: 1px solid var(--line);
    padding: 24px;
    visibility: visible;
}

@media screen and (max-width: 780px) {
    .cookie-bar {
        left: 12px;
        right: 12px;
        bottom: 12px;
        max-width: none;
        padding: 18px;
    }

    /* Кога е активно лебдечкото копче за навигација, лентата се подига над него. */
    .cookie-bar.raised {
        bottom: 84px;
    }
}

/* Појавување при скрол - без агресивни анимации */
.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .7s ease, transform .7s ease;
}

.reveal.shown {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .site-logo {
        transition: none;
    }
}

/* ---------------------------------------------------------------------------
 * Икони (Font Awesome 6) - само оние што се користат на страницата.
 *
 * Целиот fontawesome.min.css е 100 KB за 2000+ икони; тука се само користените.
 * Нова икона на страницата значи и нов ред во блокот „Икони: кодови“ подолу,
 * инаку нема да се прикаже. Кодот се додава со: php tetovo/tools/sync-icons.php
 * (додај го името со празен код, скриптата го пополнува од Font Awesome).
 * ------------------------------------------------------------------------- */

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../../css/webfonts/fa-solid-900.woff2) format("woff2"),
         url(../../css/webfonts/fa-solid-900.ttf) format("truetype");
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../../css/webfonts/fa-regular-400.woff2) format("woff2"),
         url(../../css/webfonts/fa-regular-400.ttf) format("truetype");
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../../css/webfonts/fa-brands-400.woff2) format("woff2"),
         url(../../css/webfonts/fa-brands-400.ttf) format("truetype");
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

/* ---------------------------------------------------------------------------
   Наизменични ленти на почетната — ink (црно) / gold (златно)
   --------------------------------------------------------------------------- */

.band-ink {
    background: var(--ink);
    color: #EDEDED;
}

.band-ink.band-ink-soft {
    background: var(--third-color);
}

.band-gold {
    --band-ink: #0A0A0A;
    --band-white: #FFFFFF;
    --band-white-soft: rgba(255, 255, 255, 0.82);
    --band-line: rgba(255, 255, 255, 0.22);

    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: var(--band-white);
    background:
        linear-gradient(
            160deg,
            #8E6E27 0%,
            #C9A24B 48%,
            #8E6E27 100%
        );
}

/* Потемна златна варијанта за наизменични златни ленти */
.band-gold.band-gold-deep {
    background:
        linear-gradient(
            160deg,
            #6F541C 0%,
            #A5822F 48%,
            #6F541C 100%
        );
}

.band-gold > * {
    position: relative;
    z-index: 1;
}

.band-gold .kicker {
    color: var(--band-white);
}

.band-gold .display,
.band-gold .text-white,
.band-gold h1,
.band-gold h2,
.band-gold h3 {
    color: var(--band-white) !important;
}

.band-gold .prose,
.band-gold .muted {
    color: var(--band-white-soft);
}

.band-gold .prose h2,
.band-gold .prose h3,
.band-gold .prose h4 {
    color: var(--band-white);
}

.band-gold .prose a,
.band-gold .text-secondary,
.band-gold a.prose {
    color: var(--band-white);
}

.band-gold .prose a:hover {
    color: var(--band-ink);
}

.band-gold .gold-rule {
    background: linear-gradient(to right, transparent, var(--band-white), transparent);
    transform-origin: center center;
    animation: band-rule 1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.band-gold .gold-rule.left {
    background: linear-gradient(to right, var(--band-white), transparent);
    transform-origin: left center;
}

.band-gold .btn-gold {
    background: var(--band-ink);
    color: var(--band-white);
    border-color: var(--band-ink);
}

.band-gold .btn-gold:hover {
    background: #1A1A1A;
    border-color: #1A1A1A;
    color: #fff;
}

.band-gold .btn-outline {
    background: transparent;
    color: var(--band-white);
    border-color: rgba(255, 255, 255, 0.55);
}

.band-gold .btn-outline:hover {
    background: var(--band-white);
    border-color: var(--band-white);
    color: var(--band-ink);
}

.band-gold .card {
    background: rgba(10, 10, 10, 0.22);
    border-color: var(--band-line);
    box-shadow: none;
}

.band-gold .card:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(10, 10, 10, 0.32);
}

.band-gold .card .text-white,
.band-gold .card .display {
    color: var(--band-white) !important;
}

.band-gold .card .prose {
    color: var(--band-white-soft);
}

.band-gold .card .kicker,
.band-gold .card .text-secondary {
    color: rgba(255, 255, 255, 0.7);
}

.band-gold .gold-frame {
    background: rgba(10, 10, 10, 0.12);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.band-gold .welcome-gallery-nav {
    background: rgba(10, 10, 10, 0.45);
    color: var(--band-white);
    border-color: rgba(255, 255, 255, 0.28);
}

.band-gold .welcome-gallery-nav:hover {
    background: var(--band-ink);
    color: var(--band-white);
    border-color: var(--band-ink);
}

.band-gold .welcome-gallery-dot {
    background: rgba(255, 255, 255, 0.35);
}

.band-gold .welcome-gallery-dot.is-active {
    background: var(--band-white);
}

.band-gold .map-frame {
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: none;
}

.band-gold .map-frame iframe {
    filter: grayscale(0.35) contrast(1.05);
}

@keyframes band-rule {
    from { transform: scaleX(0); opacity: 0; }
    to { transform: scaleX(1); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .band-gold .gold-rule {
        animation: none;
    }
}

.fa,
.fas,
.fa-solid {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.far,
.fa-regular {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
}

.fab,
.fa-brands {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

/* Икони: кодови */
.fa-add:before, .fa-plus:before { content: "\2b"; }
.fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before { content: "\f00d"; }
.fa-clock-four:before, .fa-clock:before { content: "\f017"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-check-circle:before, .fa-circle-check:before { content: "\f058"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-folder-open:before { content: "\f07c"; }
.fa-trophy:before { content: "\f091"; }
.fa-phone:before { content: "\f095"; }
.fa-globe:before { content: "\f0ac"; }
.fa-users:before { content: "\f0c0"; }
.fa-bars:before, .fa-navicon:before { content: "\f0c9"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-calendar:before { content: "\f133"; }
.fa-file-alt:before, .fa-file-lines:before, .fa-file-text:before { content: "\f15c"; }
.fa-instagram:before { content: "\f16d"; }
.fa-graduation-cap:before, .fa-mortar-board:before { content: "\f19d"; }
.fa-automobile:before, .fa-car:before { content: "\f1b9"; }
.fa-newspaper:before { content: "\f1ea"; }
.fa-bus:before { content: "\f207"; }
.fa-microchip:before { content: "\f2db"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-gem:before { content: "\f3a5"; }
.fa-location-dot:before, .fa-map-marker-alt:before { content: "\f3c5"; }
.fa-shield-alt:before, .fa-shield-halved:before { content: "\f3ed"; }
.fa-couch:before { content: "\f4b8"; }
.fa-hand-holding-heart:before { content: "\f4be"; }
.fa-user-tie:before { content: "\f508"; }
.fa-door-open:before { content: "\f52b"; }
.fa-file-contract:before { content: "\f56c"; }
.fa-hotel:before { content: "\f594"; }
.fa-map-location-dot:before, .fa-map-marked-alt:before { content: "\f5a0"; }
.fa-diamond-turn-right:before, .fa-directions:before { content: "\f5eb"; }
