
:root {
    --mz-about-gold: #c59639;
    --mz-about-gold-dark: #a9791f;
    --mz-about-ink: #171512;
    --mz-about-muted: #66615a;
    --mz-about-cream: #faf6ec;
    --mz-about-border: rgba(24, 20, 14, 0.12);
}

body.mz-about-premium-active {
    background: #fff;
}

body.mz-about-premium-active .gt-main,
body.mz-about-premium-active main.gt-main {
    padding-top: 0 !important;
}

.mz-about-page,
.mz-about-page * {
    box-sizing: border-box;
}

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

.mz-about-container {
    width: min(1320px, calc(100% - 96px));
    margin: 0 auto;
}

.mz-about-hero {
    position: relative;
    display: flex;
    min-height: 520px;
    align-items: center;
    background:
        var(--mz-about-hero-image),
        linear-gradient(135deg, #37322d, #12110f);
    background-size: cover;
    background-position: center;
    isolation: isolate;
}

.mz-about-hero-empty {
    background:
        linear-gradient(
            120deg,
            #2b2824,
            #171513 55%,
            #40392f
        );
}

.mz-about-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.82) 0%,
            rgba(0, 0, 0, 0.58) 42%,
            rgba(0, 0, 0, 0.12) 76%,
            rgba(0, 0, 0, 0.22) 100%
        );
}

.mz-about-hero-inner {
    padding-top: 86px;
    padding-bottom: 86px;
}

.mz-about-hero-kicker,
.mz-about-kicker {
    display: block;
    color: var(--mz-about-gold);
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.4;
}

.mz-about-hero-line,
.mz-about-gold-line,
.mz-about-section-heading > span {
    display: block;
    width: 42px;
    height: 2px;
    background: var(--mz-about-gold);
}

.mz-about-hero-line {
    margin: 19px 0 24px;
}

.mz-about-hero h1 {
    max-width: 700px;
    margin: 0;
    color: #fff;
    font-family:
        "Cormorant Garamond",
        "Poynter Oldstyle Display",
        Georgia,
        serif;
    font-size: clamp(58px, 7vw, 98px);
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 0.96;
}

.mz-about-hero p {
    max-width: 590px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.92);
    font-family: Inter, sans-serif;
    font-size: clamp(17px, 1.5vw, 22px);
    line-height: 1.55;
}

.mz-about-introduction {
    padding: 100px 0 92px;
}

.mz-about-intro-grid,
.mz-about-complex-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 0.92fr)
        minmax(420px, 1.08fr);
    gap: clamp(60px, 7vw, 110px);
    align-items: center;
}

.mz-about-main-title {
    max-width: 570px;
    margin: 15px 0 22px;
    color: var(--mz-about-ink);
    font-family:
        "Cormorant Garamond",
        "Poynter Oldstyle Display",
        Georgia,
        serif;
    font-size: clamp(50px, 5vw, 74px);
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 0.98;
}

.mz-about-gold-line {
    margin-bottom: 30px;
}

.mz-about-rich-text {
    color: #3e3a35;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.85;
}

.mz-about-rich-text p {
    margin: 0 0 23px;
}

.mz-about-feature-image,
.mz-about-complex-image {
    position: relative;
}

.mz-about-image,
.mz-about-placeholder {
    display: block;
    width: 100%;
    min-height: 520px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow:
        0 24px 55px rgba(29, 23, 14, 0.14);
}

.mz-about-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.78);
    background:
        linear-gradient(
            135deg,
            #c9b186,
            #71624f
        );
    font-family: Inter, sans-serif;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mz-about-highlight {
    display: grid;
    grid-template-columns: 115px 1fr;
    min-height: 145px;
    margin: 70px 0;
    overflow: hidden;
    border-left: 6px solid var(--mz-about-gold);
    border-radius: 8px;
    background:
        linear-gradient(
            100deg,
            #fff9e9,
            #faeab7
        );
    box-shadow:
        0 18px 45px rgba(156, 112, 24, 0.08);
}

.mz-about-highlight-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right:
        1px solid rgba(166, 121, 31, 0.22);
}

.mz-about-highlight-icon svg,
.mz-about-object-icon svg,
.mz-about-stat-icon svg,
.mz-about-closing-icon svg {
    width: 52px;
    fill: none;
    stroke: var(--mz-about-gold);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mz-about-highlight p {
    align-self: center;
    margin: 0;
    padding: 30px 50px;
    color: #403a30;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 1.65;
}

.mz-about-complex-grid {
    grid-template-columns:
        minmax(420px, 1fr)
        minmax(0, 1fr);
}

.mz-about-complex-image .mz-about-image,
.mz-about-complex-image .mz-about-placeholder {
    min-height: 470px;
}

.mz-about-complex-copy {
    padding: 12px 0;
}

.mz-about-object {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 22px;
    padding: 25px 0;
    border-bottom: 1px solid var(--mz-about-border);
}

.mz-about-object:last-child {
    border-bottom: 0;
}

.mz-about-object-icon {
    display: flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--mz-about-cream);
}

.mz-about-object-icon svg {
    width: 31px;
}

.mz-about-object h3 {
    margin: 0 0 7px;
    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}

.mz-about-object p {
    margin: 0;
    color: var(--mz-about-muted);
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

.mz-about-stats {
    position: relative;
    padding: 82px 0 86px;
    overflow: hidden;
    background:
        linear-gradient(
            100deg,
            #fdf9ef,
            #fff
        );
}

.mz-about-stats-drawing {
    position: absolute;
    inset: 20% 0 0;
    opacity: 0.055;
    background:
        linear-gradient(
            90deg,
            transparent,
            #b28a45,
            transparent
        );
    clip-path:
        polygon(
            0 75%,
            12% 45%,
            25% 55%,
            39% 25%,
            56% 48%,
            72% 18%,
            88% 50%,
            100% 30%,
            100% 100%,
            0 100%
        );
}

.mz-about-section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 52px;
    text-align: center;
}

.mz-about-section-heading h2 {
    margin: 0;
    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;
    font-size: clamp(42px, 4vw, 58px);
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1;
}

.mz-about-section-heading > span {
    margin: 21px auto 0;
}

.mz-about-stats-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.mz-about-stat {
    min-height: 188px;
    padding: 0 30px;
    border-right: 1px solid var(--mz-about-border);
    text-align: center;
}

.mz-about-stat:last-child {
    border-right: 0;
}

.mz-about-stat-icon svg {
    width: 43px;
}

.mz-about-stat strong {
    display: block;
    margin: 13px 0 5px;
    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;
    font-size: clamp(42px, 4vw, 58px);
    font-weight: 600;
    line-height: 1;
}

.mz-about-stat > span {
    color: var(--mz-about-muted);
    font-family: Inter, sans-serif;
    font-size: 13px;
    line-height: 1.45;
}

.mz-about-gallery {
    padding: 96px 0 52px;
}

.mz-about-gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 150px;
    gap: 12px;
}

.mz-about-gallery-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 9px;
    background: #eee9df;
    cursor: zoom-in;
}

.mz-about-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 450ms ease,
        filter 450ms ease;
}

.mz-about-gallery-item:hover img {
    transform: scale(1.035);
    filter: brightness(0.92);
}

.mz-about-gallery-item-1 {
    grid-column: span 4;
    grid-row: span 2;
}

.mz-about-gallery-item-2 {
    grid-column: span 4;
    grid-row: span 2;
}

.mz-about-gallery-item-3 {
    grid-column: span 4;
    grid-row: span 2;
}

.mz-about-gallery-item-4,
.mz-about-gallery-item-5 {
    grid-column: span 2;
}

.mz-about-gallery-item-6 {
    grid-column: span 4;
}

.mz-about-gallery-item-7 {
    grid-column: span 4;
}

.mz-about-gallery-grid .mz-about-placeholder {
    min-height: 0;
    border-radius: 9px;
    box-shadow: none;
}

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

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

.mz-about-lightbox img {
    display: block;
    max-width: min(1450px, 94vw);
    max-height: 90vh;
    object-fit: contain;
}

.mz-about-lightbox-close {
    position: absolute;
    top: 22px;
    right: 30px;
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
    font-size: 46px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}

.mz-about-closing {
    padding: 12px 0 95px;
}

.mz-about-closing-card {
    display: grid;
    grid-template-columns: 115px 1fr;
    overflow: hidden;
    border-radius: 9px;
    background:
        linear-gradient(
            100deg,
            #fffaf0,
            #fbf1d8
        );
}

.mz-about-closing-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mz-about-closing-icon svg {
    width: 60px;
}

.mz-about-closing-card p {
    margin: 0;
    padding: 34px 45px;
    color: #4b453c;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

@media (max-width: 1050px) {
    .mz-about-container {
        width: min(100% - 52px, 1000px);
    }

    .mz-about-intro-grid,
    .mz-about-complex-grid {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .mz-about-complex-image {
        order: 2;
    }

    .mz-about-complex-copy {
        order: 1;
    }

    .mz-about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 42px;
    }

    .mz-about-stat:nth-child(2) {
        border-right: 0;
    }

    .mz-about-gallery-grid {
        grid-auto-rows: 130px;
    }
}

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

    .mz-about-hero {
        min-height: 470px;
        background-position: center;
    }

    .mz-about-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(0, 0, 0, 0.78),
                rgba(0, 0, 0, 0.34)
            );
    }

    .mz-about-hero-inner {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .mz-about-hero h1 {
        font-size: 58px;
    }

    .mz-about-introduction {
        padding: 70px 0;
    }

    .mz-about-main-title {
        font-size: 49px;
    }

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

    .mz-about-highlight,
    .mz-about-closing-card {
        grid-template-columns: 1fr;
    }

    .mz-about-highlight-icon,
    .mz-about-closing-icon {
        min-height: 90px;
        border-right: 0;
    }

    .mz-about-highlight p,
    .mz-about-closing-card p {
        padding: 25px 27px 32px;
    }

    .mz-about-complex-image .mz-about-image,
    .mz-about-complex-image .mz-about-placeholder {
        min-height: 340px;
    }

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

    .mz-about-stat {
        padding: 0 12px;
    }

    .mz-about-stat:nth-child(even) {
        border-right: 0;
    }

    .mz-about-gallery {
        padding-top: 70px;
    }

    .mz-about-gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 150px;
    }

    .mz-about-gallery-item-1,
    .mz-about-gallery-item-2,
    .mz-about-gallery-item-3,
    .mz-about-gallery-item-4,
    .mz-about-gallery-item-5,
    .mz-about-gallery-item-6,
    .mz-about-gallery-item-7 {
        grid-column: span 1;
        grid-row: span 1;
    }

    .mz-about-gallery-item-1 {
        grid-column: span 2;
        grid-row: span 2;
    }

    .mz-about-lightbox {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .mz-about-stats-grid {
        grid-template-columns: 1fr;
    }

    .mz-about-stat,
    .mz-about-stat:nth-child(odd) {
        border-right: 0;
        border-bottom:
            1px solid var(--mz-about-border);
    }

    .mz-about-stat:last-child {
        border-bottom: 0;
    }

    .mz-about-gallery-grid {
        display: block;
    }

    .mz-about-gallery-item {
        min-height: 250px;
        margin-bottom: 12px;
    }
}

/* MZ_ABOUT_GALLERY_NO_BLACK_EDGES_START */

/*
 * Fotografije potpuno ispunjavaju galerijske kartice.
 * Nema contain prikaza, crnih pozadina ni praznih ivica.
 */
body.mz-about-premium-active
.mz-about-gallery-grid {
    align-items: stretch !important;
}

body.mz-about-premium-active
.mz-about-gallery-item {
    position: relative !important;
    display: block !important;

    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;

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

    overflow: hidden !important;

    border: 0 !important;
    outline: 0 !important;
    border-radius: 8px !important;

    background: transparent !important;
    background-color: transparent !important;

    box-shadow: none !important;
    line-height: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

body.mz-about-premium-active
.mz-about-gallery-item::before,
body.mz-about-premium-active
.mz-about-gallery-item::after {
    display: none !important;
    content: none !important;
}

/*
 * Važno: slika zauzima ceo raspoloživi okvir.
 * object-fit: cover uklanja prazne/crne bočne ivice.
 */
body.mz-about-premium-active
.mz-about-gallery-item img {
    position: absolute !important;
    inset: 0 !important;

    display: block !important;

    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 100% !important;

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

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

    background: transparent !important;
    box-shadow: none !important;

    object-fit: cover !important;
    object-position: center center !important;

    transform: scale(1.002);
    transform-origin: center center;

    vertical-align: top !important;
}

/*
 * Diskretno uvećanje na hover, bez pojavljivanja ivica.
 */
body.mz-about-premium-active
.mz-about-gallery-item:hover img {
    transform: scale(1.035) !important;
}

/*
 * Prva tri velika polja imaju isti premium kadar.
 */
body.mz-about-premium-active
.mz-about-gallery-item-1 img,
body.mz-about-premium-active
.mz-about-gallery-item-2 img,
body.mz-about-premium-active
.mz-about-gallery-item-3 img {
    object-position: center center !important;
}

/*
 * Donje manje fotografije:
 * malo prirodnije vertikalno kadriranje.
 */
body.mz-about-premium-active
.mz-about-gallery-item-4 img,
body.mz-about-premium-active
.mz-about-gallery-item-5 img,
body.mz-about-premium-active
.mz-about-gallery-item-6 img,
body.mz-about-premium-active
.mz-about-gallery-item-7 img {
    object-position: center 48% !important;
}

/*
 * Mobilni prikaz takođe ostaje popunjen bez ivica.
 */
@media (max-width: 767px) {
    body.mz-about-premium-active
    .mz-about-gallery-item {
        width: 100% !important;
        min-height: 210px !important;
    }

    body.mz-about-premium-active
    .mz-about-gallery-item img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
}

@media (max-width: 480px) {
    body.mz-about-premium-active
    .mz-about-gallery-item {
        min-height: 260px !important;
    }
}

/* MZ_ABOUT_GALLERY_NO_BLACK_EDGES_END */

