/* Fonts */
@font-face {
    font-family: 'Erode';
    src: url('fonts/erode/Erode-Regular.woff2') format('woff2'),
    url('fonts/erode/Erode-Regular.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Erode-Light';
    src: url('fonts/erode/Erode-Light.woff2') format('woff2'),
    url('fonts/erode/Erode-Light.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Erode-Bold';
    src: url('fonts/erode/Erode-Bold.woff2') format('woff2'),
    url('fonts/erode/Erode-Bold.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Recia';
    src: url('fonts/recia/Recia-Regular.woff2') format('woff2'),
    url('fonts/recia/Recia-Regular.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Recia-Bold';
    src: url('fonts/recia/Recia-Bold.woff2') format('woff2'),
    url('fonts/recia/Recia-Bold.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Recia-Light';
    src: url('fonts/recia/Recia-Light.woff2') format('woff2'),
    url('fonts/recia/Recia-Light.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Supreme';
    src: url('fonts/supreme/Supreme-Regular.woff2') format('woff2'),
    url('fonts/supreme/Supreme-Regular.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Supreme-Bold';
    src: url('fonts/supreme/Supreme-Bold.woff2') format('woff2'),
    url('fonts/supreme/Supreme-Bold.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Supreme-Light';
    src: url('fonts/supreme/Supreme-Light.woff2') format('woff2'),
    url('fonts/supreme/Supreme-Light.woff') format('woff');
    font-display: swap;
}
body {
    color: #000;
    background: rgb(245, 245, 245);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Garamond Premier Pro", serif;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Tisa Pro Bold", serif;
    font-weight: 900;
    font-style: normal;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

/* Header */

#header {
    margin-bottom: 30px;
}
.nav-wrap {
    /*background: #787878 !important;*/
    height: 10.625em;
    flex-shrink: 0;
}

.navbar {
    height: 120px;
}

.logo {
    width: 280px;
    flex-shrink: 0;
    min-width: 200px;
    min-height: 44px;
}

.logo-menu {
    width: 180px;
}

.nav-toggle {
    display: flex;
    flex-shrink: 0;
    font-size: 10px;
}

.nav-toggle span {
    color: #fff;
    font-family: "Supreme", sans-serif;
    font-size: 1.675em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    flex-shrink: 0;
}

.nav-toggle svg {
    width: 3.25em;
    height: 2.275em;
    flex-shrink: 0;
    color: #fff !important;
    flex-shrink: 0;
}

ul.nav-sub-dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.nav-sub-dropdown li {
    padding-top: 16px;
    padding-bottom: 30px;
}

ul.nav-sub-dropdown li a {
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 5px;
}

ul.nav-sub-dropdown li a:hover {
    color: rgba(0, 0, 0, 0.5);
}

.nav-img {
    width: 396px;
    flex-shrink: 0;
}

.add-horizontal-line .row {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
    margin-bottom: 20px!important;
}

.add-horizontal-line .row:last-child {
    border-bottom: none;
}

.nav-item .menu-box-content h2 {
    font-family: Recia;
    font-size: 22px;
}

.nav-item .menu-box-content p {
    font-family: Recia;
    font-size: 13px;
}

.nav-item .menu-box-link:hover {
    opacity: 0.7;
}

.menu-sidebar img.nav-img { max-width: 210px;}

@media (max-width: 991px) {
    .menu-sidebar { display: none; }
}

/*Loading Screen*/

header.landing, #landing-page { opacity:0; }

.loading-screen .logo {
    width: 300px;
    height: 66px;
    background: url('../images/logo-black-loading.png');
}

.loader-screen-text {
    font-size: 38px;
    white-space: nowrap;
}

.loading-background {
    background: rgb(234,230,225) !important;
}

.loading-screen {
    background: rgb(234,230,225);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/bg.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 1s ease-out;
    z-index: 1000;
}

.loading-screen .line {
    width: 100%;
    height: 3px;
    background: #000;
    margin: 0 50px;
}

/*Main*/

#main {
    margin-top: 120px;
}

/*Page Header*/

#page-header {
    padding-top: 30px;
}

.page-heading {
    font-family: Erode;
    font-size: 45px;
    font-style: normal;
    line-height: normal;
    margin-top: 0;
    padding-bottom: 30px;
    text-align: center;
}

@media (max-width: 767.98px) {
    .page-heading {
        margin-top: 3rem; /* bootstrap mt-5 */
    }
}

.page-header-contnet, .page-header-content {
    font-family: Recia-Light;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

#page-header-filter {
    border-top: 3px solid rgba(0, 0, 0, 0.2);
    margin-top: 80px;
    padding-top: 40px;
}
.page-paintings {
    font-family: Supreme;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sorting {
    gap: 30px;
    align-items: center;
    text-align: right;
}
.sorting > span {
    font-family: Supreme;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sorting > select {
    font-family: Supreme;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sorting #filterSelect{
    background: #fafafa;
}
/*Artists*/

#artists {
    margin-bottom: 100px;
}

#artists .row > div {
    display: flex;
    align-items: center;
    min-height: 270px;
    padding-top: 30px;
    padding-bottom: 30px;
}


#artists .artists-row:hover {
    opacity: 0.6;
}

#artist-details .artist-meta .artist-img {
    float: right; margin: 0 30px 30px 30px;
}

.artist-text {
    font-size: 19px;
}

#artist-gallery-details a img {
    width: 100%;
    object-fit: contain;
    background: #fafafa;
}

#artist-gallery-details .artist-meta h1 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    padding-top: 30px;
}

#artist-gallery-details .artist-meta h2 {
    font-size: 35px;
    text-align: center;
}

#artist-gallery-details .container .content {
    padding: 30px 0px;
}

.artists-content h2 {
    color: #0f0f0f;
    font-family: Recia;
    font-size: 35px;
    font-style: normal;
    line-height: normal;
}

.artists-content h3 {
    color: #0f0f0f;
    font-family: Erode;
    font-size: 26px;
    font-style: normal;
    line-height: normal;
    top: 60px;
    position: relative;
}

.artists-content h4 {
    color: #0f0f0f;
    font-family: Recia;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    top: 105px;
    position: relative;
}

.artists-content a img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    object-position: top;
}

#breadcrumbs .backlink a {
    font-family: Erode;
    font-size: 25px;
}

#breadcrumbs .backlink span {
    font-family: Erode;
    font-size: 25px;
    padding-left: 0px;
    padding-right: 10px;
}

.contact-link {
    text-align: right;
}

#artist-works {
    font-family: Erode;
}

#artist-works .painting {
    padding-right: 150px;

}

/*Search*/
.search input {
    height: 50px;
    flex-shrink: 0;
    background: #fff;
    /*padding: 30px;*/
    border-radius: 0 !important;
    margin-top: 0;
    font-family: 'Recia';
    color: #000000;
    background-image: url('../images/search.png');
    background-position: right 20px center;
    background-size: 20px;
    background-repeat: no-repeat;
}

.search input::placeholder {
    font-size: 25px;
    font-weight: 400;
    color: rgb(50, 50, 50);
}

@media (max-width: 1024px) {
    #artists .row > div {
        align-items: flex-start;
        min-height: 150px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/* Event page */
#event {
    padding-top: 80px;
    padding-bottom: 80px;
}
.event-header h1 {
    font-family: Erode;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
    font-size: 45px;
    line-height: normal;
    padding-bottom: 30px;
}

.event-header h2 {
    color: #000;
    font-family: Recia;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.event-img {
    margin-bottom: 50px;
}

.event-content {
    font-family: Recia;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.event-content a {
    color: #000;
    font-family: Recia;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.content-event {
    font-family: Recia;
}

#event-page-content .container {
    padding-left: 75px;
    padding-right: 75px;
}

#event .event-header h1 {
    font-size: 60px;
    text-align: center;
}

#event-page-content .event-img {
    max-width: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.events-list{
    font-family: Recia;
}

#event-page-content .event-content {
    font-size: 26px;
}

.event-backlink {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 35px;
}

.events-list .event h1 {
    padding-bottom: 15px;
}

/* About */
#about {
    padding-top: 80px;
    padding-bottom: 80px;
}
.about-header h1 {
    font-family: Erode;
    font-size: 128px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.about-header h2 {
    color: #000;
    font-family: Recia;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.about-img {
    margin-bottom: 50px;
}

.about-content {
    font-family: Recia;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-content a {
    color: #000;
    font-family: Recia;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.content-about {
    font-family: "Garamond Premier Pro", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: normal;
    overflow-wrap: break-word;
    color: rgba(17, 26, 11, 1);
}

.content-about h1 {
    font-family: "Tisa Pro Bold", serif;
    font-size: 2.5rem;
    font-style: normal;
    line-height: normal;
    padding-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

/*about page*/
#aboutus-page-content .container {
    padding-left: 75px;
    padding-right: 75px;
}

#about .about-header h1 {
    font-size: 60px;
    text-align: center;
}

#about .about-img {
    width: 50%;
}

#about .container {
    text-align: -webkit-center;
}

#about .about-content {
    font-size: 26px;
}

/*landing Page Css */
#landing-page {
    padding: 0px 0px 60px 0px;
    flex-grow: 1;
}

#landing-page .landing-grids {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 25px;
    position: relative;
}

.landing-grids .landing-grid img {
    width: 100%;
    object-fit: cover;
}

.landing-grid {
    color: #000;
    font-family: Erode;
    font-size: 26px;
    font-style: normal;
    line-height: normal;
}
.landing-grid h2 {
    font-weight: 600;
}

.landing-grid p {
    font-weight: 400;
    margin-bottom: 0px  !important;
}

#landing-page .home-slider img {
    max-height: 100%;
    width: auto;
}

#landing-page  .image-text p {
    margin-bottom: 0px;
}

#landing-page  .image-text h2 {
    margin-bottom: 0px;
    font-family: 'Erode';
    font-size: 21px;
    font-weight: 300;
}

@media screen and (min-width: 1400px) {
    #landing-page .container {
        max-width: 100%;
        margin: 0;
    }

    #landing-page .home-slider {
        width: 100%;
    }

    #landing-page  .image-text {
        font-family: 'Erode';
        font-weight: 300;
        font-size: 1.6rem;
        line-height: 32px;
        max-height: 100%;
        width: auto;
        padding-bottom: 15px;
    }
}

#landing-page .image-text h1 {
    padding-top: 15px;
    font-family: 'Erode-Bold';
    font-size: 21px;
}

@media screen and (max-width: 1400px) {
    #landing-page .landing-grids {
        display: block;
        justify-content: center;
        align-items: end;
        gap: 25px;
        text-align: -webkit-center;
    }

    #landing-page .slick-slider {
        position: relative;
        left: 0%;
    }

    #landing-page .slick-dots {
        position: relative !important;
        left: 0%;
    }

    #landing-page .custom-carousel {
        position: relative;
        left: auto;
    }

    #landing-page .container {
        margin: auto;
    }

    #landing-page  .image-text {
        font-family: 'Erode';
        font-weight: 300;
        font-size: 1.6rem;
        line-height: 32px;
        max-height: 100%;
        width: auto;
    }

    #landing-page {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 760px) {
    #landing-page .home-slider .slick-dots {
        display: none !important;
    }

    #landing-page {
        margin-bottom: 0px;
    }
}

/* Artist Single Page*/
#artist-page {
    margin-top: 45px;
    margin-bottom: 45px;
}

#artist-page > .container > .row h1 {
    font-family: Erode-Light;
    font-size: 25px;
    font-style: normal;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 0;
}

#artist-page > .container > .row h1:first-of-type {
    padding-top: 25px;
}

#artist-page > .container > .row h1.dimensions {
    font-family: Erode;
}


#artist-works .painting .content h1 {
    font-family: Erode-Light;
    font-size: 25px;
    font-style: normal;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 0;
}

#artist-works .painting .content h1.dimensions {
    font-family: Erode;
}

#artist-page > .container > .row h1:first-of-type {
    padding-top: 25px;
}

#artist-page > .container > .row h1.dimensions {
    font-family: Erode;
}

#artist-page > .container > .row h2 {
    font-family: Erode;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#artist-page > .container > .row p {
    font-family: Erode;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.artist-content-wrap img {
    width: 450px;
    aspect-ratio: 4/3;
    object-fit: contain;
    margin-top: 70px;
    background: #fafafa;
}

#artist-works .artist-content-wrap .image-overlay {
    display: block;
}

.artist-content-wrap .image-overlay {
    position: relative;
    display: inline-block;
}

.artist-content-wrap .overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0) !important;
    color: #fff;
    padding: 10px;
    opacity: 0;
}

.artist-content-wrap .image-overlay:hover .overlay-text {
    background-color: rgba(0, 0, 0, 0.5) !important;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 70px;
    padding-left: 40px;
}

.artist-content-wrap .image-overlay:hover .overlay-text ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.artist-content-wrap .image-overlay:hover .overlay-text ul li {
    color: #f5f5f5;
    font-family: Recia-Bold;
    font-size: 25px;
    font-style: normal;
    line-height: 50px;
}

/*Artist Details Page*/
#artist-details {
    margin-top: 45px;
}

.artist-meta {
    padding: 0 20px;
}

.artist-meta h1 {
    font-family: Recia-Bold;
    font-size: 55px;
    font-style: normal;
    line-height: normal;
}

.artist-meta h2 {
    font-family: Recia-Light;
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.artist-meta .artist-dates {
    font-family: Recia-Light;
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.artist-meta p {
    margin-top: 60px;
    font-family: Recia;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align:justify;
}

.artist-contnet-details {
    margin-top: 50px;
    margin-bottom: 50px;
}
.artist-contnet-details p {
    font-family: Recia;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
}

.artist-contnet-details h3 {
    font-family: Erode;
    font-size: 76px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 60px;
    margin-bottom: 60px;
}

.artist-contnet-details h3 span {
    font-family: Erode;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Artists Painting*/
#painting .painting-img img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

#painting .painting-con-left h1 {
    font-family: Erode;
    font-size: 26px;
    font-style: normal;
    line-height: normal;
}

#painting .painting-con-right span {
    font-family: Erode;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

#painting-meta {
    margin-bottom: 30px;
}

#painting-meta .painting-content p {
    font-family: Recia;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#painting-meta .painting-content span {
    font-family: Recia;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

#artist-about {
    margin-top: 60px;
    margin-bottom: 30px;
}

.artists-content .searchresult-title {
    top: 80px;
}

#artist-about .artist-content h2 {
    font-family: Erode;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 60px;
}

#artist-about .artist-content p {
    font-family: Recia;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#painting-inquire {
    margin-top: 30px;
    margin-bottom: 30px;
}

#painting-inquire .container h2 {
    font-family: Erode;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 60px;
}

#painting-inquire .inquire-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#painting-inquire .inquire-content ul li {
    font-family: Supreme;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    padding: 15px 0;
}

#painting-more {
    margin-top: 80px;
    margin-bottom: 80px;
}

.m-heading {
    margin-bottom: 80px;
    text-align: center;
    font-family: Erode;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*contacts*/
.contact-link {
    text-align: right;
}

#contact {
    background-color: #f5f5f5;
    position: relative;
    top: -30px;
    padding-top: 40px;
    padding-bottom: 0!important;
    flex-grow: 1;
}
.contact-form {
    font-style: normal;
    line-height: normal;
    padding: 20px;
    border-radius: 10px;
    padding: 8px 24px 0 24px ;
}

.form-control {
    font-family: Erode;
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    line-height: 27px;
    border-radius: 15px;
}

.contact-form textarea {
    border-radius: 15px !important;
    background: #fff;
    bottom: -20%;
    height: 250px;
    width: 100%;
    height: 190px;
    box-sizing: border-box;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 1px, transparent 1px);
    background-size: auto 38px;
}

#contact .form-fields {
    margin-top: 4px ;
}

.contact-form input::placeholder {
    color: #000;
    opacity: 1;
    font-family: "Tisa Pro Bold", serif;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.contact-form p {
    font-family: "Garamond Premier Pro", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: normal;
    overflow-wrap: break-word;
    color: rgba(17, 26, 11, 1)
}

.conact-text {
    font-family: Erode;
    font-size: 16px;
    font-weight: 200;
    color: #000000;
}

.contact-form textarea::placeholder {
    color: #000;
    opacity: 1;
    margin-bottom: 10px;
    background: transparent;
    font-family: "Tisa Pro Bold", serif;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.contact-form .button-wrapper {
    padding-top: 0px;
    text-align: right;
}

#footer-contacts {
    padding-bottom: 20px;
    font-family: Erode;
    font-size: 14px;
}

#contact .container {
    padding-left: 70px;
    padding-right: 70px
}

#contact [type=button]:not(:disabled), [type=reset]:not(:disabled) {
    cursor: pointer;
    display: none;
}

#contact [type=button]:not(:disabled), [type=submit]:not(:disabled) {
    padding-right: 0px;;
}
#footer-contacts .container {
    padding-left: 70px;
    padding-right: 70px;
    margin-top: -32px;
}

#contact .form-text {
    width: 50%;
}

#contact .form-fields {
    width: 50%;
}

.mobile-inquiry-text {
    display: none;
}

.footer-text {
    font-family: "Garamond Premier Pro", serif;;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: normal;
    overflow-wrap: break-word;
    color: rgba(17, 26, 11, 1);
    padding-left: 24px;
    width: 50%;
}

.footer-text strong {
    font-weight: 700;
}


.footer-text-second {
    font-family: "Garamond Premier Pro", serif;;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: normal;
    overflow-wrap: break-word;
    color: rgba(17, 26, 11, 1);
    padding-left: 36px;
    width: 50%;
}

.visit-text {
    width: 80%;
}

.footer-container {
    display: flex;
}

.map-wrapper {
    width: 100%;
    margin-top: 32px;
}

.map-wrapper iframe {
    width: 100%;
    height: 450px;
    border: 0;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 24px;
}

@media screen and (max-width: 1200px) {

    #footer-contacts {
        margin-top: 3%;
    }

    .footer-container {
        display: block;
    }

    .footer-text {
        width: 100%;
    }

    .footer-text-second {
        width: 100%;
    }

    .visit-text {
        width: 100%;
    }

    #footer-contacts .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.form-label-wrapper-hidden {
    margin-bottom: -24px;
}

@media screen and (max-width: 1000px) {
    #contact .row {
        display: flex;
        flex-direction: column;
    }

    .contact-form textarea {
        position: static;
        left: auto;
        right: auto;
        width: 100%;
        height: auto;
        background-image: none;
    }

    #footer-contacts {
        margin-top: auto;
        padding-top: 0;
    }

    #contact .form-text {
        width: auto;
    }

    #contact .form-fields {
        width: auto;
        order: 2;
    }

    #contact .mobile-inquiry-text {
        display: block;
        order: 1;
        padding: 0 24px 12px;
        font-family: "Garamond Premier Pro", serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        line-height: 1.5;
        letter-spacing: normal;
        overflow-wrap: break-word;
        color: rgba(17, 26, 11, 1);
    }

    /* Avoid duplicate "Want to make an inquiry..." on mobile */
    #footer-contacts .visit-text {
        display: none;
    }

    #contact .mobile-inquiry-text strong {
        font-weight: 700;
    }

    #contact .form-text {
        width: auto;
        order: 3;
    }

    #contact .button-wrapper {
        position: static;
        padding-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 800px) {
    #footer-contacts .footer-text {
        text-align: center !important;
        padding-left: 12px  !important;
        padding-right: 12px  !important;
        margin-bottom: 15px;
    }

    #footer-contacts .footer-text-second {
        text-align: center !important;
        padding-left: 12px  !important;
        padding-right: 12px  !important;
        margin-bottom: 15px;
    }

    #contact .button-wrapper {
        position: static;
        padding-top: 0;
    }

    #contact .container {
        padding: 0;
    }
}

.paper {
    position: relative;
    height: 250px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.paper-content {
    position: absolute;
    top: 10px;
    right: 15px;
    bottom: 20px;
    left: 15px;
    background: linear-gradient(transparent, transparent 29px, #000 31px);
    background-size: 30px 30px;
}

.paper-content textarea {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    line-height: 15px;
    padding: 0 15px;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 20px;
    font-family: Supreme;
    font-weight: 400;
    box-sizing: border-box;
    z-index: 1;
}

/* related Artists works */
#related-works {
    background-color: #fafafa;
}

#related-works .artists-work-link {
    padding-top:15px;
}

#related-works > .container > h4 {
    font-family: Erode;
    font-size: 76px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 60px;
}

#related-works .slider {
    padding-bottom: 80px;
}
#related-works .slide {
    margin: 20px;
}

#related-works .slide img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: contain;
}

#related-works .slick-dotted.slick-slider {
    padding-bottom: 10px;
}

.slide-content {
    margin-top: 30px;
}
.slide-content h5 {
    font-family: Erode;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.slide-content h6 {
    font-family: Erode;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

#related-works .slick-dots li {
    margin: 0 !important;
}

#related-works .slick-dots li button:before {
    font-size: 10px !important;
}

.footer-contact {
    align-items: center;
    margin-bottom: 30px;
}

.footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact ul li a {
    font-family: Supreme;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    color: #000;
}

.footer-contact ul li a svg {
    width: 31px;
    height: 31px;
    flex-shrink: 0;
}

#painting .icon-left, .icon-right {
    font-size: 35px;
    font-family: Supreme;
}

#painting .gallery-arrows {
    display: flex;
    align-items: flex-end;
    padding-bottom: 40px;
}

.painting-info h1 {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 9px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

/*Footer */
#footer {
    background-color: #f5f5f5;
    border-top: 3px solid rgba(0, 0, 0, 0.2);
    padding-top: 30px;
    padding-bottom: 30px;
}


#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul li {
    padding: 5px;
    margin: 5px;
}

#footer ul li a,
#footer span {
    color: #000;
    font-family: "Garamond Premier Pro", serif;;
    font-weight: 100;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    padding-right: 20px;
}

/*error page*/
.error-page {
    text-align: center;
    color: #333;
    flex-grow: 1;
    position: relative;
    top: 100px;
}

.error-title {
    font-family: "Garamond Premier Pro", serif;;
    margin-bottom: 20px;
    font-weight: 300;
    color: #000;
    font-size: 2em;
}

.error-message {
    font-family: Supreme-Light;
    margin-bottom: 40px;
    font-size: 1.2em;
    color: #555;
}

/*Thank you page*/
#confirm {
    flex-grow:1;
}
#confirm .page-content {
    font-family: 'Erode';
    font-size: 28px;
    text-align:center;
    color: #000;
    font-weight:500;
    padding-top: 200px;
}

#confirm .page-content .page-message {
    font-size: 38px;
}

/*artist page*/
#search .container {
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 15px;
}

#breadcrumbs .container {
    padding-left: 75px;
}

#breadcrumbs {
    padding-inline-start: 0 !important;
}

#breadcrumbs.contact-breadcrumbs {
    position: relative;
    top: -20px;
    padding-left: 90px;
}

#breadcrumbs.contact-breadcrumbs .container {
    padding-left: 90px;
}

#painting-inquire .container {
    padding-left: 75px;
    padding-right: 75px;
}

#artists-page-content .container {
    padding-left: 75px;
    padding-right: 75px;
}

/*artist gallery page*/
#artists-gallery-page-content .container {
    padding-left: 75px;
    padding-right: 75px;
}

#artist-works .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

#artists-artworks-page-content .container {
    padding-left: 75px !important;
    padding-right: 75px !important;
}

/*events*/
#events-page-content .container {
    padding-left: 75px;
    padding-right: 75px;
}
#events-page-content .event-container {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}

#events-page-content .event-container h1 {
    margin: 15px 0;
}

#events-page-content .event-container h2 {
    margin: 10px 0 30px;
}

#events-page-content .event-divider {
    width: 100%;
    height: 7px;
    background: #dbdada;
    margin: 40px 0;
}

#events-page-content .event-image {
    padding-bottom: 35px;
}

.events-list .event a { text-decoration: underline; }

.events-list .event .event-link {
    padding-top: 25px;
    text-decoration: underline;
    font-size: 26px;
    cursor: pointer;
}

#searchlist-page-content .container {
    padding-left: 75px;
    padding-right: 75px;
}

#artworks-searchlist .container {
    padding-left: 75px;
    padding-right: 75px;
}

#painting .painting-artist-name {
    text-decoration: underline
}

.painting-name-title {
    font-weight: bold;
}

@media (max-width: 600px) {
    #landing-page .home-slider img {
        max-height: none;
        width: 100%;
        padding: 0 1px 0 1px;
    }

    #breadcrumbs .container {
        padding-left: 5px;
    }

    #search .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    #artist-page-content .container {
        padding-left: 0;
        padding-right: 0;
    }

    #artists-artworks-page-content .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #artists-gallery-page-content .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    #artist-works .painting {
        padding-right: 12px;
    }

    #events-page-content .container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* Artist page content spacing */
#artist-page-content {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

@media (max-width: 1024px) {
    
    #artist-page-content {
        margin-top: 5rem;
    }
}

:root {
    --hdr-bg: #2B2728;
    --hdr-text: #F4F4F4;
    --hdr-accent1: #D48459;
    --hdr-accent2: #59D4CF;
    --hdr-hover: #5997D4;
    --header-h: 110px;
}

@media (max-width: 1024px) {
    :root {
        --header-h: 60px;
    }
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    background: var(--hdr-bg);
    transition: transform .3s ease;
}

.header-hidden {
    transform: translateY(-100%);
}

body {
    padding-top: var(--header-h);
}

.nav-wrap.d-lg-grid {
    background: #7c7b7a !important;
}

.desktop-bar {
    display: grid;
    grid-template-columns: min-content 1fr min-content;
    align-items: center;
    width: 100vw;
    /*height: 110px;*/
    padding: 0 2rem;
    box-sizing: border-box;
}

.bar-logo img {
    width: 72px;
    height: auto;
    display: block;
}

.bar-menu {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* English gap */
html[lang="en"] .bar-menu { gap: 6rem; }

/* Russian gap — Cyrillic labels are longer so use tighter spacing */
html[lang="ru"] .bar-menu { gap: 5rem; }

.bar-menu a {
    color: #fbfbfb;
    font-family: "Tisa Pro Bold", serif;
    font-size: 1.5rem;
    text-decoration: none;
    transition: color .3s;
    text-transform: uppercase;
}

.bar-menu a:hover {
    color: #dfe7f2;
}

.nav-item {
    position: relative;
}

.submenu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #7c7b7a;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    border-radius: 0.5rem;
    padding: 0.5rem 0;
    min-width: 180px;
    z-index: 999;
}

.submenu li {
    list-style: none;
    white-space: nowrap;
}

.submenu li a {
    display: block;
    padding: 1rem 1.75rem;
    color: #fbfbfb;
    font-size: 1.5rem;
    font-family: "Tisa Pro Bold", serif;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .2s, color .2s;
}


/* Desktop click-to-open mega-menu */
.js-mega-toggle {
    transition: transform .28s ease, color .3s;
    transform: translateY(0);
}

.js-desktop-mega.menu-open > .js-mega-toggle {
    transform: translateY(0);
}

.mega-menu-overlay {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 1150;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
}

.mega-menu-overlay.show {
    opacity: 0;
    pointer-events: none;
}

.mega-submenu {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    width: 100%;
    min-width: 0;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 2rem;
    justify-content: center;
    align-items: center;

    overflow: hidden;
    max-height: 0;
    padding: 0 4rem;

    opacity: 1;
    transform: translateY(-18px);

    box-shadow: none;
    z-index: 1300;
    background-color: #7c7b7a;

    pointer-events: none;
    will-change: transform, max-height;
    transition: max-height .32s cubic-bezier(.22,.61,.36,1), padding .32s cubic-bezier(.22,.61,.36,1), transform .32s cubic-bezier(.22,.61,.36,1), box-shadow .32s ease;
}

.mega-submenu li a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0;
    line-height: 1;
}

.submenu-switching .mega-submenu {
    transition: none !important;
}

.group.menu-open .mega-submenu {
    max-height: 72px;
    padding: 0 4rem;
    transform: translateY(0);
    box-shadow: none;
    pointer-events: auto;
    padding-bottom: 72px;
}

@media (max-width: 1024px) {
    .mega-submenu {
        display: none !important;
    }
}

@media (max-width: 1560px) {
    html[lang="en"] .bar-menu { gap: 5rem; }
    html[lang="ru"] .bar-menu { gap: 3rem; }
}

@media (max-width: 1440px) {
    html[lang="en"] .bar-menu { gap: 3.5rem; }
    html[lang="ru"] .bar-menu { gap: 2rem; }
}

@media (max-width: 1340px) {
    html[lang="en"] .bar-menu { gap: 2rem; }
    html[lang="ru"] .bar-menu { gap: 1.5rem; }
    .bar-menu a,
    .submenu li a,
    .nav-sub-dropdown a { font-size: 1.2rem; }
}

@media (max-width: 1200px) {
    html[lang="en"] .bar-menu { gap: 1.5rem; }
    html[lang="ru"] .bar-menu { gap: 0.75rem; }

    html[lang="en"] .bar-menu a,
    html[lang="en"] .submenu li a,
    html[lang="en"] .nav-sub-dropdown a {
        font-size: 1.2rem;
    }

    html[lang="ru"] .bar-menu a,
    html[lang="ru"] .submenu li a,
    html[lang="ru"] .nav-sub-dropdown a {
        font-size: 1.1rem;
    }

}

#mobileMenu {
    display: none;
}

@media (max-width: 1024px) {
    #mobileMenu {
        display: block;
    }

    .navbar.nav-wrap.d-lg-none {
        background: #7c7b7a !important;
    }

    .mobile-bar {
        width: 100%;
        height: 60px;
        padding: 0 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1101;
    }

    .mobile-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 3.8rem;
        height: 1.6rem;
        background: none;
        border: none;
        cursor: pointer;
    }

    .mobile-toggle span {
        width: 100%;
        height: 3px;
        background: var(--hdr-accent1);
        border-radius: 1px;
    }

    .bar-menu {
        gap: 2.5rem;
    }

    .mobile-offcanvas {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        background: #7c7b7a;
        z-index: 1000;
        overflow-y: auto;
        opacity: 1;
        max-height: 0;
        transform: translateY(-20px);
        visibility: hidden;
        pointer-events: none;
        transition: max-height .4s ease, transform .4s ease;
    }


    .mobile-offcanvas.show {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
        pointer-events: auto;
    }


    .mobile-offcanvas.hide {
        opacity: 0;
        transform: translateY(-20px);
        visibility: hidden;
        pointer-events: none;
    }

    .mobile-offcanvas-inner {
        padding: 2rem 1.5rem;
    }

    .mobile-submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease;
    }

    .mobile-submenu.open {
        max-height: 300px;
    }

    .nav-sub-dropdown {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .nav-sub-dropdown a {
        color: var(--hdr-text);
        font-family: "Tisa Pro Bold", serif;
        font-size: 1.25rem;
        text-decoration: none;
        text-transform: uppercase;
        transition: color .3s;
        display: block;
        padding: 0.4rem 0;

    }

    .mobile-menu-logo img {
        width: 80%;
        max-width: 180px;
        margin: 0 auto 1.25rem;
    }

    .nav-sub-dropdown a:hover {
        color: var(--hdr-accent1);
    }
}

.landing-hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    margin-top: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* LCP-optimized image replaces background-image */
.landing-hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(1);
    transform-origin: center center;
    padding: 26px 72px;
    max-width: 80%;
    background-color: rgba(124, 123, 122, 0.85);
    border-radius: 0;
    transition: opacity 0.6s ease-in-out, transform 0.1s linear, background 0.1s linear;
    text-align: center;
    color: var(--hdr-text);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}

.hero-overlay h1 {
    margin: 0 0;
    padding: 0 0;
    max-height: 4.199999999999999em;
    color: #ffe9b8;
    font-family: Brando Bold;
    font-size: 66px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: normal;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.hero-overlay p {
    padding: 0;
    max-height: 4.5em;
    color: rgba(255, 255, 255, 1);
    font-family: garamond-premier-pro, serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

html, body {
    overflow-x: hidden;
}

@media (max-width: 991px) {
    .hero-overlay {
        padding: 1.5rem 3.5rem;
        white-space: nowrap;
        max-width: 100%;
    }
    .hero-overlay h1 {
        font-size: 2.5rem;
    }

    .hero-overlay p {
        font-size: 2.2rem;
    }
}

.intro-section {
    background: rgba(222, 229, 242, 1); /* light neutral bg */
}

.intro-section .intro-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.intro-section .intro-text {
    padding-left: 15%;
    padding-right: 15%;
}

.intro-section .intro-text h2 {
    font-family: "Garamond Premier Pro", serif;;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: normal;
    overflow-wrap: break-word;
    color: rgba(17, 26, 11, 1);
}

.intro-section .intro-text p {
    font-family: "Garamond Premier Pro", serif;;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: normal;
    overflow-wrap: break-word;
    color: rgba(17, 26, 11, 1);
    margin-top: 2.5rem;
}

@media (max-width: 767px) {
    .intro-section .intro-text {
        padding-left: 7%;
        padding-right: 7%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .intro-section .intro-text h2 {
        font-size: 20px;
    }
}

.our-story-section {
    background: rgba(222, 229, 242, 1);
    padding-top: 5rem;
    padding-left: 30%;
    padding-right: 30%;
}

.story-title {
    font-family: "Tisa Pro Bold", serif;
    font-size: 43px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: normal;
    color: rgba(127, 106, 95, 1);
    margin: 0;
    padding: 0 0 17px 0;
}
.story-underline {
    width: auto;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.9);
    margin: 0.5rem auto 0;
}

.story-intro {
    margin-top: 40px;
    font-family: "Garamond Premier Pro", serif;;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: normal;
    overflow-wrap: break-word;
    color: rgba(17, 26, 11, 1);
}

.story-intro2{
    font-family: "Garamond Premier Pro", serif;;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: normal;
    overflow-wrap: break-word;
    color: rgba(17, 26, 11, 1);
    padding-bottom: 40px;
    margin-top: 40px;
}

.story-images {
    padding-top: 40px;
    padding-bottom: 40px;
}

.story-img-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.story-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-img-large {
    aspect-ratio: 3 / 4;
}

.story-img-medium {
    aspect-ratio: 4 / 3;
}

.story-img-small {
    aspect-ratio: 1 / 1;
}

.story-artist-info {
    padding-top: 40px;
}

.story-quote {
    opacity: 0;
    transform: translateX(60%);
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
    margin-top: 2.5rem;
    position: relative;
    border-left: 5px solid #7c7b7a;
    font-family: "Garamond Premier Pro", serif;;
    font-style: normal;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: .25em;
    padding-bottom: .25em;
    padding-left: 1em;
    padding-right: 1em;
}

.story-quote.in-view {
    opacity: 1;
    transform: translateX(0);
}


.quote-author {
    margin-top: 2.5rem;
    font-family: "Tisa Pro Bold", serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: normal;
    color: #7c7b7a;
    text-align: left;
}

.story-button {
    margin-top: 40px;
    padding-bottom: 80px;
}

.story-cta-wrapper {
    display: inline-block;
    padding: 4px;
    border: 2px solid black;
    border-radius: 7px;
    background-color: white;
}

.story-cta {
    z-index: 0;
    position: relative;
    display: inline-block;
    font-family: "Tisa Pro Bold", serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    text-transform: none;
    line-height: 1.7;
    letter-spacing: normal;
    text-decoration: none;
    text-align: center;
    color: #fbfbfb;
    padding: 7px 22px;
    background-color: #7c7b7a;
    border: none;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

.story-cta:hover {
    background-color: #7c7b7a;
    color: #dfe7f2;
}


@media (max-width: 1024px) {
    .our-story-section {
        padding-left: 0;
        padding-right: 0;
    }

    .story-intro {
        padding-left: 7%;
        padding-right: 7%;
    }

    .story-intro2 {
        padding-left: 7%;
        padding-right: 7%;
    }

    .story-quote-wrapper {
        padding-left: 7%;
        padding-right: 7%;
    }

}

.our-collection-section {
    padding-bottom: 4rem;
    background: rgba(222, 229, 242, 1);
}

.section-title {
    position: relative;
    z-index: 0;
    font-family: "Tisa Pro Bold", serif;
    font-size: 43px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: normal;
    color: rgba(127, 106, 95, 1);
    text-align: left;
    margin: 0;
}

.section-divider {
    width: auto;
    height: 3px;
    background-color: #D48459;
    margin: 0.5rem auto 0;
    opacity: 1;
}

.story-button-wrapper {
    display: inline-block;
    padding: 4px;
    border: 2px solid black;
    border-radius: 7px;
    background-color: white;
}

.collection-text-column{
    padding-top: 2.5rem;
    padding-left: 15%;
    padding-right: 15%;
}

.collection-description {
    font-family: "Garamond Premier Pro", serif;;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: normal;
    overflow-wrap: break-word;
    color: rgba(17, 26, 11, 1);
    margin-top: 2.5rem;
}

.collection-text-list {
    margin-top: 2.5rem;

    li {
        font-family: "Garamond Premier Pro", serif;;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        line-height: 1.5;
        letter-spacing: normal;
        color: rgba(17, 26, 11, 1);
        margin-left: 36px;
        margin-right: 0px;
        margin-bottom: 8px;
    }
}

.button-block {
    padding-left: 30%;
    padding-right: 30%;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: -webkit-center;

    p {
        font-family: "Garamond Premier Pro", serif;;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        text-transform: none;
        line-height: 1.5;
        letter-spacing: normal;
        overflow-wrap: break-word;
        color: rgba(17, 26, 11, 1);
    }

    .collection-button-wrapper {
        margin-top: 2.5rem;
    }
}

.zoom-label {
    background: white;
    padding: 2rem 2rem;
    bottom: 5%;
    right: 5%;
}

@media (max-width: 1024px) {
    .collection-text-list {
        padding-left: 0;
    }

    .collection-text-column {
        padding-left: 7.5%;
        padding-right: 7.5%;
    }
}

*, *::before, *::after {
    box-sizing : border-box;
    margin     : 0;
    padding    : 0;
}

:root {
    --overlay-opacity : 0;
    --focal-y         : 15%;
}

.desktop-slide {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 150px 100px 50px;
    scroll-margin-top : 80px;
}

.desktop-slide h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #fff;
    text-shadow  : 0 2px 5px #000;
}

.desktop-slide h1 a {
    color: inherit;
    text-decoration : none;
}

.desktop-slide h1 a:hover,
.desktop-slide h1 a:focus {
    text-decoration : underline;
}

.desktop-slide p {
    max-width : 800px;
    margin-top: 5px;
    color: #fff;
    text-shadow: 0 2px 4px #000;
    font-size: 32px;
}

.section-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: center var(--focal-y) / cover no-repeat;
    opacity: 0;
    transition: opacity .35s linear;
    filter: brightness(1.05) saturate(1.15);
}

.section-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: var(--overlay-opacity);
}

@media (max-width: 1024px) {
    .desktop-slide,
    .section-bg {
        display : none;
    }
}

.mobile-card {
    display : none;
}

@media (max-width: 1024px) {
    .mobile-card {
        display: block;
        max-width: 480px;
        margin: 0 auto 28px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
        border-radius: 6px;
        overflow: hidden;
    }

    .mobile-card img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    .mobile-caption {
        background : #e0e7f4;
        padding: 1.25rem 1rem;
        text-align: center;
        font-family: "Tisa Pro Bold", serif;
    }

    .mobile-caption .title {
        font-weight : 700;
        font-size   : 1rem;
    }

    .mobile-caption .title a {
        color: inherit;
        text-decoration : none;
    }

    .mobile-caption .title a:hover,
    .mobile-caption .title a:focus {
        text-decoration : underline;
    }

    .mobile-caption .artist {
        margin-top : .35rem;
        font-size  : .95rem;
    }

    .mobile-caption .ref {
        margin-top : .5rem;
        font-size  : .8rem;
    }
}

#featured-gallery{
    width:100vw;
    margin-left:calc(50% - 50vw);
}

.fg-item{
    position:relative;
    margin:0;
}

.fg-link{display:block}


.fg-photo{
    display:block;
    width:100%;
    height:auto;
}

.fg-caption{
    position:absolute;
    bottom:5%;
    left:5%;
    background:rgba(222,229,242,.90);
    padding:3.5rem 2rem;
    min-width:400px;
    font-family: "Tisa Pro Bold", serif;
    font-weight:500;
    font-size:19px;
    color:#111A0B;
    box-shadow:0 0 4px rgba(0,0,0,.25);
    border-radius:4px;
    pointer-events:none;
}

.fg-title  {font-weight:700;font-size:1rem;}
.fg-artist {margin-top:2px;font-size:.95rem;}
.fg-ref    {margin-top:6px;font-size:.85rem;}

@media (max-width:1024px){
    .fg-item   {margin:0 0 20px 0;}
    .fg-caption{
        position:static;
        width:100%;
        min-width:0;
        padding:1.5rem;
        text-align:center;
        box-shadow:0 0 4px rgba(0,0,0,.10);
        border-radius:6px;
        background:rgba(222,229,242,.95);
    }
}

.text-links a {
    color: #7c7b7a;
    text-decoration: none;
}

.text-links a:hover {
    text-decoration: underline;
}

.text-container {
    padding-top: 24px;
    padding-bottom: 24px;
}

.text-container-second {
    padding-top: 48px;
    padding-bottom: 56px;
}

@media (max-width: 1600px) {
    .russian-realism-text .row > div {
        margin-bottom: 2rem;
    }

    .russian-realism-title {
        font-size: clamp(1.75rem, 5vw, 90px);
    }

}
@media (max-width: 1024px) {
    .russian-realism-text .row > div {
        margin-bottom: 2rem;
    }

    .about-pages-title {
        margin-bottom: 0px;
    }

    .caption-overlay {
        font-size: 0.8rem;
        padding: 0.5rem 0.75rem;
    }

    .russian-realism-title {
        font-size: 2.5rem;
    }

}

@media (max-width: 767px) {
    .image-wrapper-box {
        width: 100% !important;
        float: none !important;
        margin: 0 auto 1rem auto;
    }

    .image-caption-card {
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%);
    }
}

.page-heading        {font-size:2rem;font-weight:700;text-transform:uppercase;}
.category-btn.active {background:#a5532b;color:#fff;border-color:#a5532b;}
.arrow-btn           {width:52px;height:52px;border:2px solid #000000;
    border-radius:50%;align-items:center;justify-content:center;
    color:#000000;transition:.2s;}
.arrow-btn:hover     {background:#000000;color:#fff;}
@media (max-width:960px){.arrow-btn{display:none}}

.about-lazare-page p {
    font-family: "Garamond Premier Pro", serif;;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: normal;
    overflow-wrap: break-word;
    color: rgba(17, 26, 11, 1);
}

.slider-section{ margin-bottom:3rem; }

.splide {
    max-width:960px;
    margin:0 auto;
    padding:0 90px;
    position:relative;
}
.splide__slide img {
    width:100%; height:auto;
    border-radius:8px;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
}

.slider-section {
    margin-top: 90px;
}

.splide__arrow{
    background:#fff !important;
    border:2px solid #000;
    width:64px; height:64px;
    border-radius:50%;
    top:50%;
    opacity:1;
}

.splide__arrow svg {
    width: 28px;
    height: 28px;
    fill: #000;
}

.splide__arrow--prev {
    left: 0;
    transform: translate(-100%, -50%);
}

.splide__arrow--next {
    right: 0;
    transform: translate(100%, -50%);
}

@media (max-width: 959px){
    .splide{
        max-width:100%;
        padding:0;
    }
    .splide__arrow{ display:none !important; }
}

.slider-section {
    margin-top: 60px;
}

.russian-realism-title {
    font-size: 90px;
}

.text-links a {
    color: #7c7b7a;
    text-decoration: none;
}

.text-links a:hover {
    text-decoration: underline;
}

@media (max-width: 1320px) {
    .russian-realism-text .row > div {
        margin-bottom: 2rem;
    }

    .russian-realism-title {
        font-size: clamp(1.75rem, 5.5vw, 4.5rem);
    }
}

@media (max-width: 1024px){
    .russian-realism-image-wrapper {
        padding: 0;
    }

    .russian-realism-wrapper {
        padding: 0 !important;
    }

    .text-after-image {
        margin-top: 48px;
    }

    .russian-realism-text .row > div {
        margin-bottom: 2rem;
    }

    .about-pages-title {
        margin-bottom: 0px;
    }

    .caption-overlay {
        font-size: 0.8rem;
        padding: 0.5rem 0.75rem;
    }

    .russian-realism-title {
        font-size: 3rem;
    }
}

.russian-realism-text {
    color: rgba(17, 26, 11, 1);
    font-family: "Garamond Premier Pro", serif;;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: normal;
    margin-top: -30px;
}

.russian-realism-text p {
    font-size: 20px;
    line-height: 1.5;
    overflow-wrap: break-word;
    margin-bottom: 1rem;
}

.caption-overlay {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: #fff;
    padding: 0.75rem 1.25rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-size: 0.95rem;
    line-height: 1.4;
    border: 3px solid #d3d3d3;
    z-index: 5;
}

.about-pages-title {
    margin-bottom: 48px;
}

.quote-text {
    font-weight: 500;
}

.surikov-quote-text p{
    font-size: 24px;
}

@media (max-width: 1480px) {
    .russian-realism-title {
        font-size: clamp(1.75rem, 5.5vw, 4.5rem);
    }
}

@media (max-width: 1320px) {
    .russian-realism-text .row > div {
        margin-bottom: 2rem;
    }

    .russian-realism-title {
        font-size: clamp(1.75rem, 5.5vw, 4.5rem);
    }
}

@media (max-width: 1024px) {
    .russian-realism-text .row > div {
        margin-bottom: 2rem;
    }

    .about-pages-title {
        margin-bottom: 0px;
    }

    .caption-overlay {
        font-size: 0.8rem;
        padding: 0.5rem 0.75rem;
    }

    .russian-realism-title {
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    .image-wrapper-box {
        width: 100% !important;
        float: none !important;
        margin: 0 auto 1rem auto;
    }

    .painting-box {
        width: 100%;
    }

    .image-wrapper {
        text-align: center;
    }
}

#artist-page-content a,
#artist-page-content a:visited {
    color: #D48459;
    text-decoration: underline;
}

#artist-page-content a:hover {
    opacity: 0.85;
}

/* Hide "See paintings" link on desktop, show only on mobile */
.see-paintings-mobile {
    display: none;
}

.see-paintings-link {
    color: #D48459;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
}

.see-paintings-link:hover {
    text-decoration: underline;
    opacity: 0.85;
}

@media (max-width: 1024px) {
    .see-paintings-mobile {
        display: block;
    }
}

.simple-slider {
    position: relative;
    width: 50%;
    height: 500px;
    overflow: hidden;
    margin-bottom: 2.5rem;
}

.simple-slider__track {
    display: flex;
    height: 100%;
    transition: transform 0.4s ease;
}

.simple-slider__slide {
    flex: 0 0 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simple-slider__slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.simple-slider button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.45);
    border: 0;
    color: #fff;
    font-size: 1.75rem;
    line-height: 1;
    padding: 0.25rem 0.75rem;
    cursor: pointer;
    z-index: 5;
}

.simple-slider__prev {
    left: 0.75rem;
}

.simple-slider__next {
    right: 0.75rem;
}

.artist-name {
    font-size: 2.25rem;
    font-weight: 700;
}

.artist-dates {
    font-size: 1.125rem;
}

.artist-portrait {
    max-height: 420px;
    object-fit: cover;
}

.section-heading {
    font-size: 1.75rem;
    font-weight: 700;
}

.fixed-card {
    min-height: 430px;
}

.fixed-card-paintings {
    min-height: 350px;
}

.painting-thumb-container {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f9f9f9;
    margin-bottom: 1rem;
}

.painting-thumb-container img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.painting-image:hover {
    transform: scale(1.03);
    transition: transform 0.25s ease;
}

.see-more-link {
    font-size: 1.2rem;
    color: #D48459;
    text-decoration: underline;
}

.return-to-gallery-link {
    font-size: 1.2rem;
    color: #D48459;
    text-decoration: underline;
}

.see-more-link-painting {
    font-size: 0.85rem;
    color: #D48459;
    text-decoration: underline;
}

.see-more-link:hover,
.return-to-gallery-link:hover {
    opacity: 0.85;
}

.return-link {
    color: #D48459;
    text-decoration: underline;
}

.return-link:hover {
    opacity: 0.85;
}

.painting-links {
    justify-content: center;
}

@media (max-width: 1024px) {
    .artist-portrait {
        width: 100%;
    }

    .painting-links {
        justify-content: center;
    }

    .simple-slider {
        width: 100%;
    }
}

.artist-img-mobile,
.artist-img-desktop,
.artist-thumb {
    width: 240px;
    height: 240px;
    object-fit: cover;
}

.arrow-button-mobile {
    width: 80px;
    height: 80px;
    border: 1px solid #000;
}

.arrow-icon-mobile {
    font-size: 1.25rem;
    font-weight: bold;
}

.thumb-placeholder {
    width: 240px;
    height: 240px;
    background: #eee;
    border-radius: 0.25rem;
}

.artist-arrow-desktop {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.2s ease;
    background: white;
}

.artist-arrow-desktop:hover {
    background: #000;
    color: #fff;
}

.artist-arrow-desktop i {
    font-size: 1.25rem;
    line-height: 1;
}

.category-toggle-button {
    background-color: #7c7b7a;
    border: 1px solid #5e3e2d;
    color: #fbfbfb;
    padding: 0.5rem 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease;
}

.category-toggle-button:hover {
    background-color: #fff;
    color: #7c7b7a;
}

.category-toggle-button.active {
    background-color: #fff;
    color: #7c7b7a;
    border: 1px solid #5e3e2d;
}

select.form-select-sm {
    font-size: 0.9rem;
    padding: 0.375rem 2rem;
}

.artist-page-slider-text {
    position: absolute;
    background: white;
    padding: 0.5rem 1rem;
    bottom: 15%;
    right: 5%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-size: 12px;
    max-width: 250px;
    line-height: 1.4;
    border-radius: 6px;
}

.artist-name-mobile {
    display: none;
}

.artis-name-desktop {
    display: block;
}

@media (max-width: 1024px) {

    .artist-name-mobile {
        display: block;
    }

    .artis-name-desktop {
        display: none;
    }
}

.blog-detail {
    margin: 3rem auto;
    padding: 0 1.5rem;
    font-family: sans-serif;
    color: #222;
    max-width: 900px;
}

.blog-detail header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.blog-detail header p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
}

.blog-image img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    margin-bottom: 2rem;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.blog-content {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #333;
}

.blog-content h2,
.blog-content h3 {
    margin-top: 2rem;
    font-weight: 600;
}

.blog-content p {
    margin-bottom: 1.5rem;
}

.blog-embed {
    margin-top: 3rem;
}

.blog-embed iframe {
    width: 100%;
    height: 400px;
    max-width: 100%;
    border: none;
}

@media (max-width: 768px) {
    .blog-detail header h1 {
        font-size: 1.8rem;
    }

    .blog-content {
        font-size: 1rem;
    }

    .blog-embed iframe {
        height: 300px;
    }
}

.category-tabs {
    display: none;
    gap: 6rem;
    margin: 2rem 0;
    text-transform: uppercase;
    justify-content: center;
}

.category-tabs a {
    text-decoration: none;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid transparent;
}

.category-tabs a.active {
    border-color: #333;
}

.featured-blog {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
    align-items: start;
}

.featured-blog img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.featured-blog .text h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
    .featured-blog {
        grid-template-columns: 1fr;
    }

    .featured-blog .text h2 {
        font-size: 1.5rem;
    }
}

.grid-blogs {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.grid-blogs .blog-item {
    width: 300px;
    display: flex;
    flex-direction: column;
}

.grid-blogs .blog-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border: 1px solid #ccc;
    margin-bottom: 1rem;
}

.grid-blogs .blog-item .text h3 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
}

.grid-blogs .blog-item .text p {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.6;
}

.grid-blog-most-view {
    margin: auto;
}

.grid-blog-most-recent {
    margin: auto;
}

.blog-form-section {
    max-width: 900px;
    margin: auto;
}

.pagination {
    margin-top: 3rem;
    text-align: center;
    justify-content: center;
}

.pagination a {
    margin: 0 0.3rem;
    padding: 0.4rem 0.75rem;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #000;
}

.pagination a.active {
    background: #000;
    color: #fff;
}

#painting-page {
    background: #f5f5f5;
}

.painting-image-full {
    position: relative;
}

.painting-image-full img {
    display: block;
    max-width: 1200px;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    /*margin-top: -30px;*/
}

/* Fix header overlap on mobile painting pages */
@media (max-width: 1024px) {
    .painting-image-full {
        margin-top: 60px;
    }
}

.arrow-nav{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px; height: 72px;
    background: white;
    border-radius: 8px;
    color: #000;
    text-decoration: none;
    z-index: 2000;
    padding: 0;
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
}

.arrow-nav::before{
    content: "\2190";
    font-size: 34px;
    line-height: 1;
    display: block;
    transform: translateY(-3px);
}
.arrow-right::before{ content: "\2192"; }

.arrow-left {
    left: 50px;
}

.arrow-right {
    right: 50px;
}

@media (max-width: 1300px) {
    .arrow-nav{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        background: white;
        border-radius: 8px;
        z-index: 10;
    }

    .arrow-nav::before{
        content: "\2190";
        font-size: 34px;
        line-height: 1;
        display: block;
        transform: translateY(-3px);
    }
    .arrow-right::before{ content: "\2192"; }

    .arrow-left  { left: 10px; }
    .arrow-right { right: 10px; }
}

.painting-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.painting-info {
    flex: 1 1 250px;
    margin-right: 2rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 20px;
}

.inquiry-wrapper {
    flex: 2 1 700px;
    display: flex;
    flex-direction: column;
}

.inquiry-form {
    display: flex;
    align-items: normal;
    gap: 1.5rem;
    flex-grow: 1;
}

.form-left, .form-right {
    flex: 1 1 48%;
    display: flex;
    flex-direction: column;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.form-group label {
    margin-bottom: 0.3rem;
    font-weight: 300;
}

.form-group input,
.form-group textarea {
    font-family: "Garamond Premier Pro", serif;;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
    width: 100%;
}

.form-group textarea {
    flex-grow: 1;
    min-height: 100%;
    resize: vertical;
}

.form-submit {
    width: 100%;
}

.form-submit button {
    padding: 0.75rem 1.5rem;
    background: black;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
}

.form-submit button:hover {
    background: #333;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    text-align: center;
    color: black;
}

@media (max-width: 768px) {
    .painting-layout {
        flex-direction: column;
    }

    .form-left, .form-right {
        width: 100%;
    }

    .inquiry-form {
        flex-direction: column;
    }
}

.image-blocks {
    margin-bottom: 42px ;
}

.faq-content p {
    width: 100%;
    font-size: 20px;
    font-weight: 300;
}

.faq-content h4 {
    font-size: 20px;
}

.painting-form-form {
    .button-wrapper {
        text-align: center;

        .btn-black {
            padding-right: 40px;
        }
    }
}

.blog-form-section {
    .sib-form-block__button {
        padding: 8px 18px;
        background-color: #000 !important;
    }

    @font-face {
        font-display: block;
        font-family: Roboto;
        src: url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff")
    }

    @font-face {
        font-display: fallback;
        font-family: Roboto;
        font-weight: 600;
        src: url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff")
    }

    @font-face {
        font-display: fallback;
        font-family: Roboto;
        font-weight: 700;
        src: url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff")
    }

    #sib-container input:-ms-input-placeholder {
        text-align: left;
        font-family: Helvetica, sans-serif;
        color: #c0ccda;
    }

    #sib-container input::placeholder {
        text-align: left;
        font-family: Helvetica, sans-serif;
        color: #c0ccda;
    }

    #sib-container a {
        text-decoration: underline;
        color: #2BB2FC;
    }

    .sib-form-block p {
        font-family: "Tisa Pro Bold", serif;
        color: #000;
    }

    .sib-form .entry__label {
        color: #000 !important;
    }

    .sib-form .entry__specification {
        color: #000 !important;
    }
}

.suggestion-item{cursor:pointer}

/* Lazy reveal helper */
.lazy-hidden { display: none !important; }

/* --- Hover overlay on painting image --- */
.painting-thumb-container {
    position: relative;
    overflow: hidden;
}
.painting-thumb-container img {
    display: block;
    width: 100%;
    height: auto;
}
.painting-hover-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.55);
    opacity: 0;
    transition: opacity .2s ease;
    pointer-events: none; /* avoid blocking the link */
}
.fixed-card-paintings:hover .painting-hover-overlay,
.painting-thumb-container:focus-within .painting-hover-overlay {
    opacity: 1;
}
.painting-hover-overlay .painting-title {
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    font-size: 1.2rem;
}
.painting-hover-overlay .painting-artist {
    font-family: "futura-pt", sans-serif;
    margin: .25rem 0 0 0;
    font-size: 1.1rem;
}

.see-catalogue-link {
    font-size: 0.95rem;
    color: #7c7b7a;
    white-space: nowrap;
    margin-top: 10px;
}

.artist-filter {
    color: #7c7b7a;
}
.see-catalogue-link:hover { opacity: 0.85; }

.scroll-arrows {
    position: fixed;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1100;
}
.scroll-arrow {
    width: 68px;
    height: 68px;
    border-radius: 9999px;
    background: rgba(255,255,255,0.96);
    border: 1px solid rgba(0,0,0,0.12);
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, opacity .2s ease;
}
.scroll-arrow:hover { transform: scale(1.06); box-shadow: 0 6px 14px rgba(0,0,0,0.16); }
.scroll-arrow[disabled] { opacity: .45; pointer-events: none; }
.scroll-arrow i { font-size: 16px; line-height: 1; }
/* Hide on smaller screens so it doesn't cover content */
@media (max-width: 1400px) {
    .scroll-arrows {
        left: 20px;
    }
}

@media (max-width: 1200px) {
    .see-catalogue-link {
        display: none;
    }
}

@media (max-width: 992px) {
    .scroll-arrows { display: none; }
}

.scroll-arrows {
    position: fixed;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1100;
}

.scroll-arrow {
    width: 68px;
    height: 68px;
    border-radius: 9999px;
    background: rgba(255,255,255,0.96);
    border: 1px solid rgba(0,0,0,0.12);
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, opacity .2s ease;
}
.scroll-arrow:hover { transform: scale(1.06); box-shadow: 0 6px 14px rgba(0,0,0,0.16); }
.scroll-arrow[disabled] { opacity: .45; pointer-events: none; }
.scroll-arrow i { font-size: 16px; line-height: 1; }
@media (max-width: 991.98px) { .scroll-arrows { display: none; } }

@media (max-width: 992px) {
    .best-work-button {
        font-size: 1.5em;
    }
}

@media (min-width: 992px) {

    .container-all-paintings {
        max-width: 850px !important;
    }

    .scroll-arrows {
        left: 1%;
    }
}

@media (min-width: 1200px) {

    .container-all-paintings {
        max-width: 960px !important;
    }

    .scroll-arrows {
        left: 2%;
    }
}

@media (min-width: 1400px) {

    .container-all-paintings {
        max-width: 1140px !important;
    }
}


@media (min-width: 1590px) {

    .container-all-paintings {
        max-width: 1320px !important;
    }
}

.painting-info a {
    color: #D48459;
}

/* Mobile Artists List Collapse */
.artists-toggle-btn {
    background-color: #7c7b7a;
    border: 1px solid #5e3e2d;
    color: #fbfbfb;
    padding: 0.5rem 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.2s ease;
    width: auto;
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.artists-toggle-btn:hover,
.artists-toggle-btn:active,
.artists-toggle-btn:focus {
    background-color: #7c7b7a;
    color: #fff;
    border-color: #5e3e2d;
}

.artists-toggle-btn[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

.artists-toggle-btn .fa-chevron-down {
    transition: transform 0.3s ease;
    display: inline-block;
}

#artistsListCollapse {
    transition: all 0.3s ease;
}

/* On mobile, hide sidebar by default when collapsed */
@media (max-width: 991px) {
    #artistsListCollapse:not(.show) {
        max-height: 0;
        overflow: hidden;
    }
    
    .container-all-paintings .row > aside {
        margin-bottom: 1rem;
    }
}
/* Contact email links */
.contact-emails-nowrap {
    white-space: nowrap;
}

.contact-email-link {
    text-decoration: underline;
}

@media screen and (max-width: 1000px) {
    .contact-emails-nowrap {
        white-space: normal !important;
        word-break: break-word;
        overflow-wrap: anywhere;
    }
}







