
:root {
    --mz-etno-gold: #bd8c33;
    --mz-etno-gold-soft: #d8bd86;
    --mz-etno-ink: #1b1916;
    --mz-etno-muted: #6d665c;
    --mz-etno-cream: #f7f2e8;
    --mz-etno-sand: #dfcda5;
    --mz-etno-dark: #151411;
}

body.mz-etnologija-premium-active {
    overflow-x: hidden;
}

.mz-etno-page {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: var(--mz-etno-ink);
    background: #fff;
}

.mz-etno-container {
    width: min(1380px, calc(100% - 96px));
    margin-inline: auto;
}

.mz-etno-kicker {
    display: block;
    color: #e4bd69;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.mz-etno-kicker.dark {
    color: var(--mz-etno-gold);
}

.mz-etno-gold-line {
    display: block;
    width: 56px;
    height: 2px;
    margin: 23px 0 30px;
    background: var(--mz-etno-gold);
}

.mz-etno-hero {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 680px;
    margin: 0;
    padding: 0;
    align-items: center;
    isolation: isolate;
    background-image:
        var(--mz-etno-hero-image),
        linear-gradient(135deg, #4a4034, #171411);
    background-position: center;
    background-size: cover;
}

.mz-etno-hero-overlay {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(22,18,14,.84) 0%,
            rgba(22,18,14,.61) 43%,
            rgba(22,18,14,.23) 100%
        );
}

.mz-etno-hero-inner {
    padding-block: 110px 90px;
}

.mz-etno-hero h1,
.mz-etno-intro h2,
.mz-etno-section-heading h2,
.mz-etno-quote p,
.mz-etno-research h2,
.mz-etno-gallery-heading h2,
.mz-etno-closing h2 {
    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.035em;
}

.mz-etno-hero h1 {
    max-width: 840px;
    margin: 0;
    color: #fff;
    font-size: clamp(57px, 7vw, 102px);
    line-height: .96;
}

.mz-etno-hero p {
    max-width: 610px;
    margin: 30px 0 0;
    color: rgba(255,255,255,.92);
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 1.7;
}

.mz-etno-scroll-link {
    display: inline-flex;
    margin-top: 48px;
    gap: 13px;
    align-items: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .13em;
    text-decoration: none;
    text-transform: uppercase;
}

.mz-etno-scroll-link span {
    color: #e4bd69;
    font-size: 25px;
    animation: mzEtnoDown 1.8s ease-in-out infinite;
}

@keyframes mzEtnoDown {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(7px);
    }
}

.mz-etno-intro {
    padding-block: 120px;
    background: #fff;
}

.mz-etno-intro-grid {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: clamp(65px, 8vw, 130px);
    align-items: center;
}

.mz-etno-intro h2 {
    margin: 16px 0 0;
    font-size: clamp(52px, 5vw, 78px);
    line-height: 1;
}

.mz-etno-intro-copy p {
    color: #443e37;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.85;
}

.mz-etno-main-image,
.mz-etno-placeholder {
    display: flex;
    width: 100%;
    min-height: 590px;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    background:
        linear-gradient(135deg, #d7c39b, #7e6d51);
    color: #fff;
}

.mz-etno-main-image {
    box-shadow:
        0 30px 75px rgba(59,43,22,.15);
}

.mz-etno-timeline {
    padding-block: 110px;
    background: var(--mz-etno-cream);
}

.mz-etno-section-heading {
    max-width: 800px;
    margin: 0 auto 70px;
    text-align: center;
}

.mz-etno-section-heading h2 {
    margin: 14px 0 0;
    font-size: clamp(48px, 5vw, 72px);
    line-height: 1;
}

.mz-etno-section-heading
.mz-etno-gold-line {
    margin-inline: auto;
}

.mz-etno-timeline-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
}

.mz-etno-timeline-grid::before {
    position: absolute;
    top: 73px;
    right: 0;
    left: 0;
    height: 1px;
    content: "";
    background: rgba(189,140,51,.4);
}

.mz-etno-timeline-grid article {
    position: relative;
    z-index: 1;
    text-align: center;
}

.mz-etno-timeline-year {
    display: block;
    color: var(--mz-etno-gold);
    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;
    font-size: 39px;
    font-weight: 600;
}

.mz-etno-timeline-dot {
    display: block;
    width: 15px;
    height: 15px;
    margin: 28px auto;
    border: 4px solid var(--mz-etno-cream);
    border-radius: 50%;
    background: var(--mz-etno-gold);
    box-shadow: 0 0 0 1px var(--mz-etno-gold);
}

.mz-etno-timeline-grid h3 {
    margin: 0 0 14px;
    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
}

.mz-etno-timeline-grid p {
    margin: 0;
    color: var(--mz-etno-muted);
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.65;
}

.mz-etno-collections {
    padding-block: 120px;
}

.mz-etno-collections-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.mz-etno-collection-card {
    overflow: hidden;
    background: var(--mz-etno-cream);
    box-shadow:
        0 24px 65px rgba(66,50,26,.08);
    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.mz-etno-collection-card:nth-child(2) {
    background: var(--mz-etno-sand);
}

.mz-etno-collection-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 32px 80px rgba(66,50,26,.14);
}

.mz-etno-collection-image {
    height: 390px;
    overflow: hidden;
}

.mz-etno-collection-photo,
.mz-etno-collection-image
.mz-etno-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

.mz-etno-collection-content {
    padding: 50px;
}

.mz-etno-collection-content > span {
    color: #785a21;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.mz-etno-collection-content h3 {
    margin: 17px 0 23px;
    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;
    font-size: clamp(43px, 4vw, 59px);
    font-style: normal;
    font-weight: 600;
}

.mz-etno-collection-content p {
    margin: 0;
    color: #494239;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
}

.mz-etno-quote {
    padding-block: 115px;
    background: #fbf8f1;
}

.mz-etno-quote blockquote {
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
}

.mz-etno-quote blockquote > span {
    display: block;
    height: 58px;
    color: var(--mz-etno-gold);
    font-family: Georgia, serif;
    font-size: 80px;
    line-height: 1;
}

.mz-etno-quote p {
    margin: 10px 0;
    color: #332e28;
    font-size: clamp(42px, 4.5vw, 68px);
    line-height: 1.08;
}

.mz-etno-stats {
    padding-block: 90px;
}

.mz-etno-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-block: 1px solid #ddd7cb;
}

.mz-etno-stats-grid article {
    min-height: 220px;
    padding: 47px 35px;
    border-right: 1px solid #ddd7cb;
}

.mz-etno-stats-grid article:last-child {
    border-right: 0;
}

.mz-etno-stats-grid strong {
    display: block;
    color: var(--mz-etno-gold);
    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;
    font-size: clamp(52px, 5vw, 75px);
    font-weight: 500;
    line-height: 1;
}

.mz-etno-stats-grid span {
    display: block;
    margin-top: 26px;
    color: var(--mz-etno-muted);
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.55;
}

.mz-etno-dependencies {
    padding-block: 120px;
    background: var(--mz-etno-dark);
}

.mz-etno-section-heading.light h2 {
    color: #fff;
}

.mz-etno-dependencies-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 27px;
}

.mz-etno-dependencies-grid article {
    overflow: hidden;
    border: 1px solid rgba(216,189,134,.38);
    background: rgba(255,255,255,.015);
}

.mz-etno-dependency-image {
    height: 300px;
    overflow: hidden;
}

.mz-etno-dependency-photo,
.mz-etno-dependency-image
.mz-etno-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

.mz-etno-dependency-content {
    padding: 38px 35px 43px;
}

.mz-etno-dependency-content > span {
    color: var(--mz-etno-gold-soft);
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .17em;
}

.mz-etno-dependency-content h3 {
    margin: 25px 0 17px;
    color: #e2c47d;
    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
}

.mz-etno-dependency-content p {
    margin: 0;
    color: rgba(238,218,169,.86);
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.75;
}

.mz-etno-research {
    padding-block: 125px;
}

.mz-etno-research-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: clamp(60px, 8vw, 135px);
}

.mz-etno-research h2 {
    margin: 0;
    font-size: clamp(50px, 5vw, 76px);
    line-height: 1;
}

.mz-etno-research p {
    margin: 0 0 27px;
    color: #37322d;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.9;
}

.mz-etno-gallery {
    padding-block: 115px;
    background: var(--mz-etno-cream);
}

.mz-etno-gallery-heading {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 80px;
    margin-bottom: 60px;
    align-items: end;
}

.mz-etno-gallery-heading h2 {
    margin: 12px 0 15px;
    font-size: clamp(52px, 5vw, 76px);
    line-height: 1;
}

.mz-etno-gallery-heading p {
    margin: 0;
    color: var(--mz-etno-muted);
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.mz-etno-gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-flow: dense;
    gap: 23px;
}

.mz-etno-gallery-item {
    display: block;
    grid-column: span 4;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #fff;
    cursor: zoom-in;
    text-align: left;
    box-shadow:
        0 18px 45px rgba(55,42,24,.08);
}

.mz-etno-gallery-item:nth-child(1),
.mz-etno-gallery-item:nth-child(6) {
    grid-column: span 7;
}

.mz-etno-gallery-item:nth-child(2),
.mz-etno-gallery-item:nth-child(5) {
    grid-column: span 5;
}

.mz-etno-gallery-image {
    display: block;
    height: 330px;
    overflow: hidden;
}

.mz-etno-gallery-item:nth-child(1)
.mz-etno-gallery-image,
.mz-etno-gallery-item:nth-child(6)
.mz-etno-gallery-image {
    height: 440px;
}

.mz-etno-gallery-image img {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.mz-etno-gallery-item:hover
.mz-etno-gallery-image img {
    transform: scale(1.04);
}

.mz-etno-gallery-copy {
    display: block;
    padding: 28px 30px 32px;
}

.mz-etno-gallery-copy small {
    color: var(--mz-etno-gold);
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
}

.mz-etno-gallery-copy strong {
    display: block;
    margin-top: 15px;
    color: #201d19;
    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
}

.mz-etno-gallery-copy > span {
    display: block;
    margin-top: 11px;
    color: var(--mz-etno-muted);
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.55;
}

.mz-etno-gallery-empty {
    padding: 70px 30px;
    border: 1px dashed #cbbd9f;
    text-align: center;
}

.mz-etno-pagination {
    margin-top: 65px;
}

.mz-etno-pagination ul {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    gap: 9px;
    list-style: none;
}

.mz-etno-pagination a,
.mz-etno-pagination span {
    display: flex;
    min-width: 46px;
    height: 46px;
    padding-inline: 14px;
    align-items: center;
    justify-content: center;
    border: 1px solid #cfc2a7;
    color: #332d24;
    background: transparent;
    font-family: Arial, sans-serif;
    text-decoration: none;
}

.mz-etno-pagination .current {
    border-color: var(--mz-etno-gold);
    color: #fff;
    background: var(--mz-etno-gold);
}

.mz-etno-closing {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 600px;
    align-items: center;
    isolation: isolate;
    background-image:
        var(--mz-etno-closing-image),
        linear-gradient(135deg, #493b2c, #181411);
    background-position: center;
    background-size: cover;
}

.mz-etno-closing-overlay {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: rgba(20,16,12,.63);
}

.mz-etno-closing-content {
    padding-block: 100px;
    color: #fff;
    text-align: center;
}

.mz-etno-closing h2 {
    max-width: 850px;
    margin: 0 auto;
    font-size: clamp(58px, 7vw, 102px);
    line-height: .95;
}

.mz-etno-closing p {
    max-width: 680px;
    margin: 30px auto;
    color: rgba(255,255,255,.88);
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.7;
}

.mz-etno-closing a {
    display: inline-flex;
    margin-top: 15px;
    gap: 15px;
    align-items: center;
    color: #e5bd6d;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .13em;
    text-decoration: none;
    text-transform: uppercase;
}

.mz-etno-lightbox {
    position: fixed;
    z-index: 9999999;
    display: none;
    inset: 0;
    padding: 35px;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.94);
}

.mz-etno-lightbox.is-open {
    display: flex;
}

.mz-etno-lightbox img {
    display: block;
    width: auto;
    max-width: 94vw;
    height: auto;
    max-height: 92vh;
    object-fit: contain;
}

.mz-etno-lightbox-close {
    position: absolute;
    top: 16px;
    right: 27px;
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
    font-size: 54px;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 1050px) {
    .mz-etno-container {
        width: calc(100% - 56px);
    }

    .mz-etno-intro-grid,
    .mz-etno-research-grid {
        grid-template-columns: 1fr;
    }

    .mz-etno-timeline-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 55px 35px;
    }

    .mz-etno-timeline-grid::before {
        display: none;
    }

    .mz-etno-collections-grid {
        grid-template-columns: 1fr;
    }

    .mz-etno-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mz-etno-stats-grid article:nth-child(2) {
        border-right: 0;
    }

    .mz-etno-stats-grid article:nth-child(-n+2) {
        border-bottom: 1px solid #ddd7cb;
    }

    .mz-etno-dependencies-grid {
        grid-template-columns: 1fr;
    }

    .mz-etno-gallery-heading {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

@media (max-width: 767px) {
    .mz-etno-container {
        width: calc(100% - 36px);
    }

    .mz-etno-hero {
        min-height: 570px;
    }

    .mz-etno-hero-inner {
        padding-block: 75px;
    }

    .mz-etno-intro,
    .mz-etno-timeline,
    .mz-etno-collections,
    .mz-etno-quote,
    .mz-etno-stats,
    .mz-etno-dependencies,
    .mz-etno-research,
    .mz-etno-gallery {
        padding-block: 75px;
    }

    .mz-etno-main-image,
    .mz-etno-placeholder {
        min-height: 360px;
    }

    .mz-etno-timeline-grid {
        grid-template-columns: 1fr;
    }

    .mz-etno-collection-image {
        height: 300px;
    }

    .mz-etno-collection-content {
        padding: 35px 28px;
    }

    .mz-etno-stats-grid {
        grid-template-columns: 1fr;
    }

    .mz-etno-stats-grid article {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid #ddd7cb;
    }

    .mz-etno-gallery-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mz-etno-gallery-item,
    .mz-etno-gallery-item:nth-child(1),
    .mz-etno-gallery-item:nth-child(2),
    .mz-etno-gallery-item:nth-child(5),
    .mz-etno-gallery-item:nth-child(6) {
        grid-column: auto;
    }

    .mz-etno-gallery-image,
    .mz-etno-gallery-item:nth-child(1)
    .mz-etno-gallery-image,
    .mz-etno-gallery-item:nth-child(6)
    .mz-etno-gallery-image {
        height: 300px;
    }

    .mz-etno-closing {
        min-height: 500px;
    }
}

/* MZ_ETNO_IMAGE_ONLY_LIGHTBOX_START */

body.mz-etnologija-premium-active
.mz-etno-lightbox {
    padding: 32px !important;
    background:
        rgba(0, 0, 0, .95) !important;
}

body.mz-etnologija-premium-active
.mz-etno-lightbox img {
    display: block !important;

    width: auto !important;
    max-width: 94vw !important;

    height: auto !important;
    max-height: 92vh !important;

    margin: auto !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;

    outline: 0 !important;

    object-fit: contain !important;

    background: transparent !important;

    box-shadow:
        0 30px 100px
        rgba(0, 0, 0, .5) !important;
}

body.mz-etnologija-premium-active
.mz-etno-lightbox figcaption,
body.mz-etnologija-premium-active
.mz-etno-lightbox .caption,
body.mz-etnologija-premium-active
.mz-etno-lightbox .title,
body.mz-etnologija-premium-active
.mz-etno-lightbox .description {
    display: none !important;
}

/* MZ_ETNO_IMAGE_ONLY_LIGHTBOX_END */

/* MZ_ETNO_FINAL_READABILITY_START */

/*
 * Glavni naslov Etnologije ostaje najveći naslov
 * unutar stranice, ali nije prevelik.
 */
body.mz-etnologija-premium-active
.mz-etno-hero h1 {
    max-width: 820px !important;

    font-size:
        clamp(42px, 5.4vw, 76px) !important;

    line-height: 1.02 !important;
}

/*
 * Svi sekcijski naslovi su manji od hero naslova.
 */
body.mz-etnologija-premium-active
.mz-etno-intro h2,
body.mz-etnologija-premium-active
.mz-etno-section-heading h2,
body.mz-etnologija-premium-active
.mz-etno-research h2,
body.mz-etnologija-premium-active
.mz-etno-gallery-heading h2,
body.mz-etnologija-premium-active
.mz-etno-closing h2 {
    font-size:
        clamp(36px, 4vw, 56px) !important;

    line-height: 1.08 !important;
}

/*
 * Kartični naslovi.
 */
body.mz-etnologija-premium-active
.mz-etno-collection-content h3,
body.mz-etnologija-premium-active
.mz-etno-dependency-content h3 {
    font-size:
        clamp(29px, 3vw, 40px) !important;

    line-height: 1.12 !important;
}

body.mz-etnologija-premium-active
.mz-etno-gallery-copy strong {
    font-size:
        clamp(24px, 2.2vw, 32px) !important;

    line-height: 1.16 !important;
}

/*
 * Citat ostaje upečatljiv, ali ne ogroman.
 */
body.mz-etnologija-premium-active
.mz-etno-quote p {
    font-size:
        clamp(34px, 4vw, 54px) !important;

    line-height: 1.12 !important;
}

/*
 * Osnovni tekst je čitljiv i umeren.
 */
body.mz-etnologija-premium-active
.mz-etno-page p {
    font-size: clamp(
        15px,
        1.15vw,
        18px
    );

    line-height: 1.75;
}

/*
 * Galerija:
 * fotografija ostaje netaknuta,
 * tekst dobija svetlu pastelnu površinu.
 */
body.mz-etnologija-premium-active
.mz-etno-gallery-item {
    overflow: hidden !important;

    border:
        1px solid rgba(160, 132, 82, .18) !important;

    background:
        #fffdf8 !important;

    box-shadow:
        0 18px 48px
        rgba(67, 47, 20, .10) !important;
}

body.mz-etnologija-premium-active
.mz-etno-gallery-copy {
    position: relative !important;
    z-index: 5 !important;

    padding:
        26px 28px 30px !important;

    color:
        #211d18 !important;

    background:
        linear-gradient(
            180deg,
            #fffefb 0%,
            #f5ebda 100%
        ) !important;
}

body.mz-etnologija-premium-active
.mz-etno-gallery-copy small {
    color:
        #92661d !important;
}

body.mz-etnologija-premium-active
.mz-etno-gallery-copy strong {
    color:
        #211c17 !important;

    text-shadow:
        none !important;
}

body.mz-etnologija-premium-active
.mz-etno-gallery-copy > span {
    color:
        #5a5148 !important;

    font-size:
        14px !important;

    line-height:
        1.6 !important;

    text-shadow:
        none !important;
}

/*
 * Depandansi su na tamnoj pozadini,
 * pa tekst mora biti svetao.
 */
body.mz-etnologija-premium-active
.mz-etno-dependency-content h3 {
    color:
        #f1d28b !important;
}

body.mz-etnologija-premium-active
.mz-etno-dependency-content p {
    color:
        rgba(255, 247, 226, .90) !important;
}

/*
 * Završna sekcija:
 * gradijent garantuje čitljivost bez obzira
 * da li je fotografija svetla ili tamna.
 */
body.mz-etnologija-premium-active
.mz-etno-closing-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(16, 12, 9, .84) 0%,
            rgba(16, 12, 9, .67) 50%,
            rgba(16, 12, 9, .42) 100%
        ) !important;
}

body.mz-etnologija-premium-active
.mz-etno-closing-content {
    position: relative !important;
    z-index: 3 !important;
}

body.mz-etnologija-premium-active
.mz-etno-closing h2 {
    max-width:
        820px !important;

    color:
        #ffffff !important;

    text-shadow:
        0 2px 20px
        rgba(0, 0, 0, .40) !important;
}

body.mz-etnologija-premium-active
.mz-etno-closing p {
    max-width:
        680px !important;

    color:
        rgba(255, 255, 255, .96) !important;

    text-shadow:
        0 1px 12px
        rgba(0, 0, 0, .40) !important;
}

body.mz-etnologija-premium-active
.mz-etno-closing a {
    color:
        #f1cf7d !important;

    text-shadow:
        0 1px 10px
        rgba(0, 0, 0, .35) !important;
}

/*
 * Lightbox prikazuje isključivo fotografiju.
 */
body.mz-etnologija-premium-active
.mz-etno-lightbox figcaption,
body.mz-etnologija-premium-active
.mz-etno-lightbox .caption,
body.mz-etnologija-premium-active
.mz-etno-lightbox [class*="caption"] {
    display:
        none !important;
}

body.mz-etnologija-premium-active
.mz-etno-lightbox img {
    width:
        auto !important;

    max-width:
        94vw !important;

    height:
        auto !important;

    max-height:
        92vh !important;

    object-fit:
        contain !important;

    border:
        0 !important;
}

@media (max-width: 767px) {
    body.mz-etnologija-premium-active
    .mz-etno-hero h1 {
        font-size:
            clamp(38px, 11vw, 54px) !important;
    }

    body.mz-etnologija-premium-active
    .mz-etno-intro h2,
    body.mz-etnologija-premium-active
    .mz-etno-section-heading h2,
    body.mz-etnologija-premium-active
    .mz-etno-research h2,
    body.mz-etnologija-premium-active
    .mz-etno-gallery-heading h2,
    body.mz-etnologija-premium-active
    .mz-etno-closing h2 {
        font-size:
            clamp(32px, 9vw, 44px) !important;
    }

    body.mz-etnologija-premium-active
    .mz-etno-quote p {
        font-size:
            clamp(30px, 8vw, 42px) !important;
    }
}

/* MZ_ETNO_FINAL_READABILITY_END */

