@font-face {
    font-family: 'Caviar Dreams';
    src: url('/fonts/CaviarDreams.woff2') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anthony Hunter';
    src: url('/fonts/Anthony-Hunter.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-script: 'Anthony Hunter', cursive;
    --font-display: 'Caviar Dreams','Spartan', 'Helvetica Neue', Arial, sans-serif;
    --font-body: 'Helvetica Neue', Arial, sans-serif;
}

/* =========================
   HOME PROMO SLIDER
   ========================= */

.nav.gb-header-sticky {
    background: rgba(24, 20, 16, 0.82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.uk-nav-header {
    font-family: var(--font-display) !important;
    font-weight: 700 !important;
}

.nav.gb-header-sticky .uk-navbar-container {
    background: transparent !important;
}

.nav.gb-header-sticky .gb-home-nav,
.nav.gb-header-sticky .uk-navbar-nav > li > a,
.nav.gb-header-sticky .gb-header-icon,
.nav.gb-header-sticky .uk-navbar-toggle {
    color: #fff !important;
}

.nav.gb-header-sticky .uk-icon svg {
    stroke: currentColor;
}

.nav.gb-header-sticky #badge-cart {
    background: #b8893c;
    color: #fff;
}
.gb-header-logo {
    display: block;
    width: 150px;
    transition: width 0.28s ease, transform 0.28s ease, margin 0.28s ease;
}

.gb-header-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.nav.gb-header-sticky .gb-header-logo {
    width: 120px;
}

.gb-header-icon svg,
.gb-header-icon svg * {
    fill: none !important;
    stroke: #c7a36a !important;
    stroke-width: 1.5px !important;
    stroke-linecap: round;
    stroke-linejoin: round;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    color: #c7a36a;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in-out;
    transition-property: color, background-color;
}

.gb-home-nav {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-display) !important;
    color: rgba(255,255,255,0.88) !important;
    font-weight: 700 !important;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: color 0.25s ease, opacity 0.25s ease;
}

.gb-home-nav::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.28s ease;
}

.gb-home-nav:hover,
.gb-home-nav:focus-visible,
.gb-home-nav[aria-expanded="true"] {
    color: #fff !important;
}

.gb-home-nav:hover::after,
.gb-home-nav:focus-visible::after,
.gb-home-nav[aria-expanded="true"]::after {
    transform: scaleX(1);
}

.top-wrap-height {
    position: relative;
    overflow: hidden;
}

.gb-hero-baseline {
    left: 50%;
    bottom: 90px;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2;
    padding: 0 20px;
    pointer-events: none;
}

.gb-hero-baseline__inner {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
    pointer-events: auto;
}

.gb-hero-baseline__title {
    font-family: var(--font-script);
    font-size: clamp(2.8rem, 5vw, 5.2rem);
    line-height: 0.95;
    color: #fff;
    margin-bottom: 8px;
    text-shadow: 0 2px 16px rgba(0,0,0,0.28);
}

.gb-hero-baseline__subtitle {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(0.85rem, 1.1vw, 1.15rem);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #d6b06a;
    margin-bottom: 18px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.25);
}

.gb-hero-baseline__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 30px; 
    border-radius: 999px;

    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;

    background: rgba(255, 255, 255, 0.20);
    border: 1px solid rgba(255, 255, 255, 0.22);

    backdrop-filter: blur(17px) saturate(135%);
    -webkit-backdrop-filter: blur(16px) saturate(135%);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.28),
        inset 0 -1px 0 rgba(255,255,255,0.08),
        0 8px 24px rgba(0,0,0,0.14);

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.2s ease,
        box-shadow 0.25s ease;
}

.gb-hero-baseline__btn:hover,
.gb-hero-baseline__btn:focus-visible {
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.28);
    border-color: rgba(255, 255, 255, 0.32);
    transform: translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.34),
        inset 0 -1px 0 rgba(255,255,255,0.10),
        0 10px 28px rgba(0,0,0,0.16);
}

.gb-hero-scroll {
    z-index: 3;
}



.gb-home-slider-block {
    position: relative;
    background: #f7f4ef;
}

.gb-promo-slide {
    position: relative;
    min-height: 640px;
    overflow: hidden;
    background: #d9d0c3;
}

.gb-promo-slide__media,
.gb-promo-slide__image,
.gb-promo-slide__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.gb-promo-slide__image {
    object-fit: cover;
    display: block;
}

.gb-promo-slide__overlay {
    pointer-events: none;
}

.gb-promo-slide__overlay--soft {
    background:
        linear-gradient(to right, rgba(255,255,255,.04) 0%, rgba(255,255,255,0) 45%, rgba(94,74,54,.14) 100%);
}

.gb-promo-slide__overlay--dark {
    background:
        linear-gradient(to right, rgba(0,0,0,.34) 0%, rgba(0,0,0,.10) 44%, rgba(0,0,0,.45) 100%);
}

.gb-promo-slide__content {
    position: relative;
    z-index: 2;
    min-height: 640px;
    display: flex;
    align-items: center;
    padding: 70px 6vw;
}

.gb-promo-slide__content--right {
    justify-content: flex-end;
    text-align: right;
}

.gb-promo-slide__inner {
    width: 100%;
    max-width: 430px;
    color: #fff;
}

.gb-promo-slide__kicker {
    margin: 0 0 4px;
    font-size: 28px;
    font-family: var(--font-display);
    line-height: 1;
    font-weight: 400;
    color:white;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.gb-promo-slide__title {
    margin: 0 0 28px;
    line-height: .95;
    display: flex;
    font-size: clamp(28px, 2.8vw, 54px);
    font-family: var(--font-display);
    flex-direction: column;
    align-items: right;
}

.gb-promo-slide__title-strong {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(28px, 2.8vw, 54px);
    font-weight: 600;
    color:white;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.gb-promo-slide__title-script {
    display: block;
    margin-top: 2px;
    color:white;
    font-size: clamp(28px, 2.5vw, 50px);
    font-family: var(--font-script);
    line-height: 1;
    font-weight: 400;
    text-transform: none;
}

.gb-promo-slide__text {
    margin: 0 0 26px;
}

.gb-promo-slide__text p {
    margin: 0;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 300;
    text-wrap: balance;
}

.gb-btn--light {
    min-width: 164px;
    height: 46px;
    padding: 0 26px;
    border-radius: 999px;
    background: rgba(255,255,255,.96);
    color: #b79b6d;
    box-shadow: 0 10px 22px rgba(0,0,0,.08);
}

.gb-btn--light:hover {
    color: #9f8458;
}

/* Navigation */
.gb-slider-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255,255,255,.78);
    color: #53453a;
    text-decoration: none;
    backdrop-filter: blur(6px);
    transition: transform .2s ease, opacity .2s ease, background .2s ease;
}

.gb-slider-nav:hover {
    background: rgba(255,255,255,.92);
    color: #2f2722;

}

.gb-home-slider-block .uk-dotnav > * > * {
    width: 10px;
    height: 10px;
    border: 1px solid rgba(80,60,45,.35);
    background: transparent;
}

.gb-home-slider-block .uk-dotnav > .uk-active > * {
    background: #8e7658;
    border-color: #8e7658;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1199px) {
    .gb-promo-slide,
    .gb-promo-slide__content {
        min-height: 560px;
    }

    .gb-promo-slide__inner {
        max-width: 380px;
    }

    .gb-promo-slide__kicker {
        font-size: 24px;
    }

    .gb-promo-slide__text p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .gb-promo-slide {
        min-height: 520px;
    }

    .gb-promo-slide__content {
        min-height: 520px;
        align-items: flex-end;
        padding: 32px 20px 38px;
    }

    .gb-promo-slide__content--right {
        justify-content: center;
        text-align: center;
    }

    .gb-promo-slide__inner {
        max-width: 100%;
    }

    .gb-promo-slide__kicker {
        font-size: 18px;
    }

    .gb-promo-slide__title {
        margin-bottom: 18px;
    }

    .gb-promo-slide__title-strong {
        font-size: clamp(30px, 10vw, 42px);
    }

    .gb-promo-slide__title-script {
        font-size: clamp(22px, 8vw, 34px);
    }

    .gb-promo-slide__text p {
        font-size: 15px;
        line-height: 1.45;
    }

    .gb-slider-nav {
        display: none;
    }
}

.gb-editorial-cards {
    padding: 0;
    background: #f3f3f1;
}

.gb-editorial-cards .uk-grid-collapse > div {
    position: relative;
}

.gb-editorial-card {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    color: #fff;
    cursor: default;
}

.gb-editorial-card__media,
.gb-editorial-card__media img,
.gb-editorial-card__overlay,
.gb-editorial-card__content {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.gb-editorial-card__media img {
    display: block;
    object-fit: cover;
}

.gb-editorial-card__overlay {
    background: linear-gradient(
        to top,
        rgba(0,0,0,.68) 0%,
        rgba(0,0,0,.22) 36%,
        rgba(0,0,0,.10) 100%
    );
    opacity: .18;
    transition: opacity .35s ease, background .35s ease;
    pointer-events: none;
}

.gb-editorial-card__content {
    z-index: 2;
    padding: 0px 25px;
}

.gb-editorial-card__content--closed {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
    transition: opacity .3s ease, transform .35s ease;
}

.gb-editorial-card__content--open {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
    opacity: 0;
    transform: translateY(22px);
    visibility: hidden;
    transition:
        opacity .35s ease,
        transform .4s ease,
        visibility .35s ease;
}

.gb-editorial-card__inner {
    max-width: 360px;
    margin: 0 auto;
}

.gb-editorial-card__title {
    margin: 20px;
    line-height: .95;
    font-family: var(--font-display);
    color:white;
    font-weight: 400;
    text-transform: uppercase;
}

.gb-editorial-card__title span {
    display: block;
    font-size: clamp(28px, 2.4vw, 48px);
    line-height: .98;
}

.gb-editorial-card__title-script {
    margin-top: -5px;
    font-family: var(--font-script);
    font-size: clamp(28px, 2.1vw, 42px);
    line-height: 1;
    text-transform: none;
}

.gb-editorial-card__title em {
    display: block;
    margin-top: 6px;
    font-style: normal;
    font-family: var(--font-script);
    font-size: clamp(28px, 2.1vw, 42px);
    line-height: 1;
    text-transform: none;
}

.gb-editorial-card__title--open {
    margin-bottom: 24px;
}

.gb-editorial-card__text {
    margin: 0 0 18px;
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.55;
    color: rgba(255,255,255,.96);
}

.gb-editorial-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 42px;
    padding: 0 20px;
    border: 1px solid rgba(255,255,255,.78);
    border-radius: 999px;
    background: transparent;
    color: #fff;
    font-family: var(--font-display);
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.gb-editorial-card__btn:hover {
    background: rgba(255,255,255,.95);
    color: #2d2d2d;
    border-color: rgba(255,255,255,.95);
}

/* Hover desktop */
@media (hover: hover) and (pointer: fine) {
    .gb-editorial-card:hover .gb-editorial-card__overlay {
        opacity: 1;
        background: linear-gradient(
            to top,
            rgba(0,0,0,.82) 0%,
            rgba(0,0,0,.58) 40%,
            rgba(0,0,0,.34) 100%
        );
    }

    .gb-editorial-card:hover .gb-editorial-card__content--closed {
        opacity: 0;
        transform: translateY(16px);
    }

    .gb-editorial-card:hover .gb-editorial-card__content--open {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }
}

/* État ouvert JS pour mobile/tablette */
.gb-editorial-card.is-open .gb-editorial-card__overlay {
    opacity: 1;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.82) 0%,
        rgba(0,0,0,.58) 40%,
        rgba(0,0,0,.34) 100%
    );
}

.gb-editorial-card.is-open .gb-editorial-card__content--closed {
    opacity: 0;
    transform: translateY(16px);
}

.gb-editorial-card.is-open .gb-editorial-card__content--open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

@media (max-width: 1399px) {
    .gb-editorial-card {
        min-height: 660px;
    }

    .gb-editorial-card__content {
        padding: 0px 15px;
    }

    .gb-editorial-card__text {
        font-size: 15px;
    }
}

@media (max-width: 959px) {
    .gb-editorial-cards .uk-grid-collapse {
        gap: 10px 0;
    }

    .gb-editorial-card {
        min-height: 520px;
    }

    .gb-editorial-card__inner {
        max-width: 300px;
    }

    .gb-editorial-card__title span {
        font-size: clamp(24px, 5.6vw, 34px);
    }

    .gb-editorial-card__title em {
        font-size: clamp(24px, 5vw, 32px);
    }

    .gb-editorial-card__text {
        font-size: 14px;
        line-height: 1.45;
    }
}

@media (max-width: 639px) {
    .gb-editorial-cards .uk-grid-collapse > div + div {
        margin-top: 8px;
    }

    .gb-editorial-card {
        min-height: 460px;
    }

    .gb-editorial-card__content {
        padding: 0px 12px;
    }

    .gb-editorial-card__btn {
        min-width: 132px;
        height: 40px;
        font-size: 11px;
    }
}


/* =========================
   SECTION HEADING
   ========================= */

.gb-section-heading {
    margin: 0 0 34px;
    text-align: left;
}

.gb-section-heading__top {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(28px, 2.8vw, 54px);
    line-height: .95;
    font-weight: 300;
    text-transform: uppercase;
    color: #1b1b1b;
}

.gb-section-heading__main {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(34px, 3.4vw, 68px);
    line-height: .92;
    font-weight: 700;
    text-transform: uppercase;
    color: #111;
}

.gb-section-heading__script {
    margin: 2px 0 0;
    font-family: var(--font-script);
    font-size: clamp(28px, 2.2vw, 54px);
    line-height: 1;
    color: #111;
}

/* =========================
   PRODUCTS SLIDER
   ========================= */
.container-expander {
        width: calc(100% + 60px);
    }

.gb-products-slider__rail {
    padding-left: max(15px, calc((100vw - 1200px) / 2));
    padding-right: 0;
    overflow: hidden;
}

.gb-container-expand-right {
    width: 100%;
    max-width: calc(50% + (1400px / 2) - 40px);
    margin-left: auto;
    margin-right: 0;
}

.gb-products-slider__inner {
    width: 100%;
}

.gb-products-slider {
    background: #f3f3f1;
    padding-top: 38px;
    padding-bottom: 54px;
}

.gb-product-card {
    min-height: 625px;
    padding: 38px 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.gb-product-card--light {
    background: #e8dbb8;
    color: #111;
}

.gb-product-card--dark {
    background: #341f0f; /*#120a08;*/
    color: #fff;
}

.gb-product-card__head {
    flex: 0 0 auto;
}

.gb-product-card__eyebrow {
    margin: 0 0 4px;
    font-family: var(--font-display);
    font-size: 18px;
    line-height: 1;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 400;
    opacity: .8;
}

.gb-product-card__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(34px, 2.2vw, 48px);
    line-height: .95;
    font-weight: 700;
    text-transform: uppercase;
}

.gb-product-card__visual {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
    min-height: 300px;
}

.gb-product-card__visual img {
    max-width: 78%;
    max-height: 320px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

.gb-product-card__foot {
    flex: 0 0 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.gb-product-card__meta {
    margin: 0 0 16px;
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.45;
    letter-spacing: .14em;
    text-transform: uppercase;
    min-height: 42px;
}

.gb-product-card__actions {
    min-height: 78px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 8px;
    justify-content: center;
    align-content: flex-start;
}

.gb-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    text-decoration: none;
    font-family: var(--font-display);
    font-size: 11px;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: transform .2s ease, opacity .2s ease;
}

.gb-chip:hover {
    transform: translateY(-1px);
    opacity: .92;
}

.gb-chip--dark {
    background: #111;
    color: #fff;
}

.gb-product-card--dark .gb-chip--dark {
    background: #fff;
    color: #111;
}

.gb-btn--card-light {
    min-width: 128px;
    height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-family: var(--font-display);
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: none;
}

.gb-btn--card-light:hover {
    color: #111;
    opacity: .94;
}

.gb-products-slider__dots {
    margin-top: 26px !important;
}

.gb-products-slider .uk-dotnav > * > * {
    width: 10px;
    height: 10px;
    border: 1px solid rgba(17,17,17,.24);
    background: transparent;
}

.gb-products-slider .uk-dotnav > .uk-active > * {
    background: #6e6e6e;
    border-color: #6e6e6e;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1599px) {
    .gb-product-card {
        min-height: 625px;
        padding: 34px 22px 22px;
    }

    .gb-product-card__visual img {
        max-width: 82%;
        max-height: 290px;
    }
}

@media (max-width: 1199px) {
    .gb-product-card {
        min-height: 625px;
    }

    .gb-product-card__title {
        font-size: clamp(28px, 3vw, 40px);
    }

    .gb-product-card__visual {
        min-height: 260px;
    }
}

@media (max-width: 767px) {
    .gb-products-slider {
        padding-top: 24px;
        padding-bottom: 38px;
    }

    .gb-section-heading {
        margin-bottom: 24px;
    }

    .gb-product-card {
        min-height: 560px;
        padding: 26px 18px 18px;
    }

    .gb-product-card__eyebrow {
        font-size: 14px;
    }

    .gb-product-card__title {
        font-size: clamp(24px, 8vw, 34px);
    }

    .gb-product-card__visual {
        min-height: 220px;
        padding: 18px 0;
    }

    .gb-product-card__visual img {
        max-height: 220px;
    }

    .gb-product-card__foot {
        flex-basis: 136px;
    }

    .gb-product-card__meta {
        font-size: 11px;
        min-height: 36px;
        margin-bottom: 12px;
    }

    .gb-product-card__actions {
        min-height: 70px;
        gap: 8px 6px;
    }

    .gb-chip {
        font-size: 10px;
        min-height: 30px;
        padding: 0 12px;
    }
}

.gb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    height: 46px;
    padding: 0 26px;
    border-radius: 999px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .08em;
    transition: transform .2s ease, opacity .2s ease;
}

.gb-btn:hover {
    transform: translateY(-1px);
    opacity: .95;
}

.gb-duo-story {
    background: #f3f3f1;
}

.gb-story-card {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    color: #fff;
}

.gb-story-card__media,
.gb-story-card__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.gb-story-card__media img {
    object-fit: cover;
    display: block;
    /*filter: grayscale(100%); */
}

.gb-story-card__content {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 28px;
}

.gb-story-card__content--bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
}

.gb-story-card__content--bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
}

.gb-story-card__textwrap {
    position: relative;
    max-width: 360px;
    padding: 18px 20px;
}

.gb-story-card__textwrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.22);
    backdrop-filter: blur(3px);
    border-radius: 10px;
    z-index: -1;
}

.gb-story-card__title {
    margin: 0;
    color: white;
    font-family: var(--font-display);
    text-transform: uppercase;
    line-height: .92;
}

.gb-shd {
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.38),
        0 6px 18px rgba(0, 0, 0, 0.28);
}

.gb-story-card__title span {
    display: block;
    font-size: clamp(28px, 2.8vw, 54px);
}

.gb-story-card__title_em {
    display: block;
    margin-top: 4px;
    font-style: normal;
    font-family: var(--font-script);
    font-size: clamp(24px, 2vw, 38px);
    text-transform: none;
    line-height: 1;
}

.gb-story-card__text {
    margin: 0 0 16px;
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.55;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.35),
        0 4px 12px rgba(0, 0, 0, 0.22),
        0 0 24px rgba(0, 0, 0, 0.12);
}

.gb-mini-gallery {
    background: #f3f3f1;
}

.gb-mini-gallery__item {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    padding: 6px 4px 8px 4px;
}

.gb-mini-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}

.gb-mini-gallery__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.34) 0%,
        rgba(0,0,0,.12) 28%,
        rgba(0,0,0,0) 55%
    );
    pointer-events: none;
}

.gb-mini-gallery__caption {
    position: absolute;
    left: 20px;
    right: 12px;
    bottom: 14px;
    z-index: 2;
    color: #fff;
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: .03em;
}


.nav {
   position: absolute;
   top: 15px;
   z-index: 99;
   left: 0;
   right: 0;
}
.uk-sticky-placeholder {
   height: 0 !important;
}
.top-wrap::before, .overlay-wrap::before {
   position: absolute;
   top:0;
   right:0;
   left: 0;
   bottom: 0;
   content: '';
   z-index: 1;
   background-color: rgba(0,0,0,0.5);
}
.top-wrap-height {
   height: 80vh;
   min-height: 95vh;
   transition: height 0.25s;
}
.uk-subnav-pill > * > :first-child {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.04);
}
.top-container {
   z-index: 2;
}
.uk-logo img {
   height: 38px;
}
.subtitle-text {
   font-size: 1.2em;
   opacity: 0.7;
   font-weight: 300;
}
.logos-grid img {
   display: block;
   width: 60px;
   margin: 0 auto;
   filter:  grayscale(100%);
   transition: filter 0.25s;
}
.logos-grid img:hover {
   display: block;
   width: 60px;
   margin: 0 auto;
   filter:  grayscale(0);
}