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

body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
font-size: 16px;
line-height: 1.6;
color: #454545;
background: #ffffff;
}

a {
text-decoration: none;
color: inherit;
}

img {
max-width: 100%;
height: auto;
display: block;
}

ul {
list-style: none;
}

.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 1.25rem;
}

.pre-header__container {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.9375em 2.5rem;
background: #f8f6f3;
border-bottom: 1px solid #e8e4df;
}

.pre-header__logo-img {
width: 168px;
height: 56px;
}

.icp-preheader-menu__list {
display: flex;
gap: 0.625rem;
align-items: center;
}

.icp-preheader-menu__item {
display: inline-block;
}

.btn-tertiary {
padding: 0.5rem 1.25em;
background: transparent;
color: #121212;
border: 1px solid #121212;
border-radius: 0;
font-size: 14px;
cursor: pointer;
transition: all 0.2s;
display: inline-block;
}

.btn-tertiary:hover {
background: #121212;
color: #fff;
}

.btn-secondary {
padding: 8px 1.25rem;
background: #8B4513;
color: #fff;
border: 1px solid #8B4513;
border-radius: 0;
font-size: 0.875em;
cursor: pointer;
transition: all 0.2s;
display: inline-block;
}

.btn-secondary:hover {
background: #6d3410;
}

.btn-primary {
padding: 0.5em 20px;
background: #D4AF37;
color: #121212;
border: 1px solid #D4AF37;
border-radius: 0;
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: all 0.2s;
display: inline-block;
}

.btn-primary:hover {
background: #c29d2e;
}

.main-navigation {
position: sticky;
top: 0;
background: #fff;
z-index: 1000;
border-bottom: 1px solid #e8e4df;
}

.nav-cols {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1.25rem 40px;
}

.icp-navigation__logo-img {
width: 168px;
height: 56px;
}

.icp-navigation-menu {
flex: 1;
margin-left: 3.75em;
}

.icp-navigation-menu--level-1 {
display: flex;
gap: 1.875rem;
list-style: none;
}

.icp-navigation-menu__link {
font-size: 15px;
color: #121212;
transition: color 0.2s;
}

.icp-navigation-menu__link:hover {
color: #8B4513;
}

.icp-search-menu {
margin-left: 30px;
}

.icp-search-menu__item-desktop-link {
display: flex;
align-items: center;
gap: 0.625em;
color: #454545;
cursor: pointer;
}

.icp-external-links-menu {
margin-left: 1.25rem;
}

.icp-external-links-menu__item {
display: flex;
align-items: center;
gap: 5px;
padding: 0.5rem 0.9375rem;
border: 1px solid #121212;
transition: all 0.2s;
}

.icp-external-links-menu__item:hover {
background: #121212;
color: #fff;
}

.icp-external-links-menu__item:hover i {
color: #fff;
}

.icp-navigation-mobile {
display: none;
}

@media (max-width: 968px) {
.nav-cols {
display: none;
}
.icp-navigation-mobile {
display: block;
}
}

.icp-navigation-mobile__primary {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1.25em 20px;
}

.burger {
background: none;
border: none;
cursor: pointer;
padding: 5px;
display: flex;
flex-direction: column;
gap: 0.3125rem;
}

.burger-bar {
width: 25px;
height: 3px;
background: #121212;
transition: all 0.3s;
}

.icp-navigation-mobile__navigation-burger-dropdown {
background: #fff;
padding: 1.25rem;
border-top: 1px solid #e8e4df;
}

.icp-navigation-mobile__navigation-burger-dropdown ul {
list-style: none;
}

.icp-navigation-mobile__navigation-burger-dropdown li {
padding: 0.625rem 0;
border-bottom: 1px solid #f0f0f0;
}

.icp-navigation-mobile__navigation-burger-dropdown a {
display: block;
color: #121212;
font-size: 1em;
}

.section-mb-xl {
margin-bottom: 3.75em;
}

.section-mb-m {
margin-bottom: 2.5rem;
}

.section-mb-xs {
margin-bottom: 20px;
}

.section-mt-xs {
margin-top: 1.25em;
}

.banner-slider-container {
width: 100%;
}

.banner__wrap--overlap {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1200px;
margin: 0 auto;
padding: 3.75rem 1.25rem;
gap: 2.5em;
}

.banner__image {
flex: 1;
}

.banner__image img {
width: 558px;
height: 462px;
object-fit: cover;
}

.banner__info {
flex: 1;
padding: 2.5rem;
}

.banner__title {
font-size: 42px;
line-height: 1.2;
color: #121212;
margin-bottom: 1.25em;
font-weight: 700;
}

.banner__description {
font-size: 1.125rem;
line-height: 1.6;
color: #454545;
margin-bottom: 30px;
}

.banner__ctas {
display: flex;
gap: 0.625rem;
}

.layout {
width: 100%;
}

.layout--onecol {
display: block;
}

.layout__region {
width: 100%;
}

.ancmnt-banner {
margin-bottom: 2.5em;
}

.ancmnt-banner__wrap {
display: flex;
gap: 40px;
align-items: center;
}

.ancmnt-banner.image_in_left .ancmnt-banner__wrap {
flex-direction: row;
}

.ancmnt-banner.image_in_right .ancmnt-banner__wrap {
flex-direction: row-reverse;
}

.ancmnt-banner__left {
flex: 1;
}

.ancmnt-banner__image img {
width: 558px;
height: 462px;
object-fit: cover;
}

.ancmnt-banner__right {
flex: 1;
padding: 2.5rem;
}

.ancmnt-banner__title {
font-size: 2.25em;
line-height: 1.2;
color: #121212;
margin-bottom: 1.25rem;
font-weight: 700;
}

.ancmnt-banner__text {
font-size: 16px;
line-height: 1.6;
color: #454545;
margin-bottom: 1.875em;
}

.ancmnt-banner__ctas {
display: flex;
gap: 0.625rem;
}

.title-cta {
margin-bottom: 30px;
}

.title-cta__title {
font-size: 2.375rem;
line-height: 1.2;
color: #121212;
font-weight: 700;
}

.photography-block {
margin-bottom: 2.5rem;
}

.photography-block__layout {
display: flex;
gap: 1.875em;
margin-bottom: 30px;
}

.photography-block__left-column {
flex: 1;
display: flex;
flex-direction: column;
gap: 1.25rem;
}

.photography-block__center-column {
flex: 1;
display: flex;
flex-direction: column;
gap: 20px;
align-items: center;
}

.photography-block__right-column {
flex: 1;
display: flex;
flex-direction: column;
gap: 1.25em;
}

.photography-block__image img {
width: 558px;
height: 462px;
object-fit: cover;
}

.photography-block__ctas {
margin-top: 1.25rem;
}

.photography-block__bottom-ctas {
text-align: center;
display: none;
}

@media (max-width: 968px) {
.photography-block__layout {
flex-direction: column;
}
.photography-block__ctas {
display: none;
}
.photography-block__bottom-ctas {
display: block;
}
}

.people-card {
margin-bottom: 1.25rem;
}

.people-card__image {
margin-bottom: 0.9375rem;
}

.people-card__image img {
width: 303px;
height: 332px;
object-fit: cover;
}

.people-card__title {
font-size: 1.25em;
line-height: 1.3;
color: #121212;
margin-bottom: 5px;
font-weight: 600;
}

.people-card__description {
font-size: 0.875rem;
line-height: 1.4;
color: #6D758F;
}

.layout--threecol-section {
display: flex;
gap: 1.875rem;
}

.layout--threecol-section--25-25-50 .layout__region--first {
flex: 0 0 25%;
}

.layout--threecol-section--25-25-50 .layout__region--second {
flex: 0 0 25%;
}

.layout--threecol-section--25-25-50 .layout__region--third {
flex: 0 0 50%;
}

.layout--threecol-section--33-34-33 .layout__region--first {
flex: 0 0 33%;
}

.layout--threecol-section--33-34-33 .layout__region--second {
flex: 0 0 34%;
}

.layout--threecol-section--33-34-33 .layout__region--third {
flex: 0 0 33%;
}

@media (max-width: 968px) {
.layout--threecol-section {
flex-direction: column;
}
.layout--threecol-section--25-25-50 .layout__region--first,
.layout--threecol-section--25-25-50 .layout__region--second,
.layout--threecol-section--25-25-50 .layout__region--third,
.layout--threecol-section--33-34-33 .layout__region--first,
.layout--threecol-section--33-34-33 .layout__region--second,
.layout--threecol-section--33-34-33 .layout__region--third {
flex: 1 1 100%;
}
}

.info-card {
background: #F1F3F7;
padding: 2.5em;
}

.info-card__status {
font-size: 1.125rem;
font-weight: 600;
color: #8B4513;
margin-bottom: 1.25rem;
}

.info-card__description {
font-size: 15px;
line-height: 1.6;
color: #454545;
margin-bottom: 30px;
}

.info-card__description ul {
list-style: disc;
padding-left: 1.25em;
}

.info-card__description li {
margin-bottom: 0.625rem;
}

.info-card__ctas {
display: flex;
gap: 10px;
flex-wrap: wrap;
}

.events-exhibitions {
margin-bottom: 2.5rem;
}

.events-exhibitions__wrapper {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 1.875em;
}

.events-exhibitions__title {
font-size: 38px;
line-height: 1.2;
color: #121212;
font-weight: 700;
}

.events-exhibitions__cta-desktop {
display: block;
}

.events-exhibitions__cta-mobile {
display: none;
text-align: center;
margin-top: 30px;
}

@media (max-width: 768px) {
.events-exhibitions__cta-desktop {
display: none;
}
.events-exhibitions__cta-mobile {
display: block;
}
}

.events-exhibitions__items {
display: flex;
gap: 1.875rem;
}

.events-exhibitions-item__left-column {
flex: 1;
}

.events-exhibitions-item__right-column {
flex: 1;
}

.event-item {
margin-bottom: 30px;
}

.event-item__image {
margin-bottom: 1.25em;
}

.event-item__image img {
width: 558px;
height: 462px;
object-fit: cover;
}

.event-item__date {
display: flex;
align-items: center;
gap: 0.9375rem;
margin-bottom: 15px;
}

.event-item__icon i {
display: block;
}

.event-item__date-text {
font-size: 0.875em;
color: #6D758F;
font-weight: 600;
}

.event-item__title {
font-size: 1.5rem;
line-height: 1.3;
color: #121212;
margin-bottom: 0.625rem;
font-weight: 600;
}

.event-item__description {
font-size: 0.9375rem;
line-height: 1.6;
color: #454545;
}

.event-item--small {
padding: 15px 0;
border-bottom: 1px solid #e8e4df;
}

.event-item__date-inline {
font-size: 13px;
color: #6D758F;
margin-bottom: 5px;
}

.event-item__date-inline i {
font-size: 0.875em;
margin-right: 0.3125rem;
}

.event-item__title-small {
font-size: 1em;
line-height: 1.4;
color: #121212;
font-weight: 600;
}

.info-banner {
position: relative;
background-size: cover;
background-position: center;
min-height: 500px;
display: flex;
align-items: center;
justify-content: center;
}

.info-banner::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.3);
}

.info-banner__wrap {
position: relative;
z-index: 1;
max-width: 1200px;
width: 100%;
padding: 0 1.25rem;
}

.info-banner__box {
background: #fff;
padding: 3.75em;
max-width: 600px;
}

.info-banner__title {
font-size: 2.375rem;
line-height: 1.2;
color: #121212;
margin-bottom: 20px;
font-weight: 700;
}

.info-banner__text {
font-size: 16px;
line-height: 1.6;
color: #454545;
margin-bottom: 1.875rem;
}

.info-banner__ctas {
display: flex;
gap: 0.625rem;
}

.info-banner__ctas i {
margin-right: 5px;
}

.recent-contents-block {
margin-bottom: 1.875em;
}

.recent-contents-block__title {
font-size: 1.5em;
line-height: 1.3;
color: #121212;
margin-bottom: 1.25rem;
font-weight: 600;
}

.views-row {
padding: 0.9375rem 0;
border-bottom: 1px solid #e8e4df;
}

.views-field-created {
font-size: 13px;
color: #6D758F;
margin-bottom: 5px;
}

.views-field-title a {
font-size: 15px;
line-height: 1.4;
color: #121212;
transition: color 0.2s;
}

.views-field-title a:hover {
color: #8B4513;
}

.footer {
background: #121212;
color: #f8f6f3;
margin-top: 3.75rem;
}

.footer__top {
padding: 60px 0 2.5rem;
}

.footer__main {
display: flex;
gap: 3.75em;
}

.footer__branding {
flex: 0 0 300px;
}

.footer__branding__logo {
margin-bottom: 1.875em;
}

.mb-5 {
margin-bottom: 30px;
}

.footer__branding--address {
font-size: 0.875rem;
line-height: 1.6;
}

.footer__branding--address p {
margin-bottom: 1.25rem;
}

.footer__branding--address strong {
font-weight: 600;
}

.footer__navigation {
flex: 1;
}

.footer__navigation nav > ul {
display: flex;
gap: 3.75rem;
}

.footer__navigation .menu__item--expanded > span {
font-size: 1em;
font-weight: 600;
margin-bottom: 0.9375rem;
display: block;
}

.footer__navigation .menu__item--expanded > ul {
margin-top: 15px;
}

.footer__navigation .menu__item--expanded > ul .menu__item {
margin-bottom: 0.625rem;
}

.footer__navigation .menu__item--expanded > ul .menu__item a {
font-size: 14px;
color: #f8f6f3;
transition: color 0.2s;
}

.footer__navigation .menu__item--expanded > ul .menu__item a:hover {
color: #D4AF37;
}

.footer_content {
background: #1a1a1a;
padding: 2.5em 0;
}

.subscribe-with-email {
display: flex;
justify-content: space-between;
align-items: center;
gap: 2.5rem;
}

.subscribe-with-email__content {
flex: 1;
}

.subscribe-with-email__content .block__title {
font-size: 1.5rem;
line-height: 1.3;
color: #f8f6f3;
margin-bottom: 0.625rem;
font-weight: 600;
}

.subscribe-with-email__content p {
font-size: 14px;
line-height: 1.6;
color: #ccc;
}

.subscribe-with-email__form {
flex: 1;
}

.subscribe-with-email__form form {
display: flex;
gap: 0.625rem;
}

.subscribe-with-email__form input[type="email"] {
flex: 1;
padding: 0.75rem 1.25em;
border: 1px solid #454545;
background: #fff;
font-size: 14px;
}

.subscribe-with-email__form button {
padding: 12px 30px;
}

.footer__container {
background: #0a0a0a;
padding: 1.875rem 0;
}

.footer__bottom {
display: flex;
justify-content: space-between;
align-items: center;
}

.footer__copyright-block {
display: flex;
align-items: center;
gap: 2.5em;
}

.footer__copyright-message {
font-size: 13px;
color: #999;
}

.footer__copyright-block nav ul {
display: flex;
gap: 1.25rem;
}

.footer__copyright-block nav ul .menu__item a {
font-size: 13px;
color: #999;
transition: color 0.2s;
}

.footer__copyright-block nav ul .menu__item a:hover {
color: #D4AF37;
}

.footer__social-links {
display: flex;
gap: 0.9375rem;
}

.footer__social-links-link {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: #f8f6f3;
transition: background 0.2s;
}

.footer__social-links-link:hover {
background: #D4AF37;
}

.footer__social-links-link i {
color: #121212;
font-size: 1.25em;
}

.cookie-banner {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #121212;
color: #f8f6f3;
padding: 1.25rem 0;
z-index: 10000;
box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.cookie-banner__inner {
display: flex;
justify-content: space-between;
align-items: center;
gap: 30px;
position: relative;
}

.cookie-banner__close {
position: absolute;
top: -10px;
right: 0;
font-size: 1.5rem;
color: #f8f6f3;
cursor: pointer;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
}

.cookie-banner__left {
flex: 1;
font-size: 0.875em;
line-height: 1.6;
}

.cookie-banner__left a {
color: #D4AF37;
text-decoration: underline;
}

.cookie-banner__right {
display: flex;
gap: 10px;
}

.cookie-banner__btn--normal {
background: transparent;
border: 1px solid #f8f6f3;
color: #f8f6f3;
}

.cookie-banner__btn--normal:hover {
background: #f8f6f3;
color: #121212;
}

@media (max-width: 968px) {
.pre-header__container {
padding: 15px 1.25rem;
}
.banner__wrap--overlap {
flex-direction: column;
}
.banner__image img {
width: 100%;
height: auto;
}
.ancmnt-banner__wrap {
flex-direction: column !important;
}
.ancmnt-banner__image img {
width: 100%;
height: auto;
}
.photography-block__image img {
width: 100%;
height: auto;
}
.people-card__image img {
width: 100%;
height: auto;
}
.event-item__image img {
width: 100%;
height: auto;
}
.events-exhibitions__items {
flex-direction: column;
}
.footer__main {
flex-direction: column;
}
.footer__navigation nav > ul {
flex-direction: column;
gap: 1.875rem;
}
.subscribe-with-email {
flex-direction: column;
}
.footer__bottom {
flex-direction: column;
gap: 1.25rem;
align-items: flex-start;
}
.footer__copyright-block {
flex-direction: column;
gap: 15px;
align-items: flex-start;
}
.cookie-banner__inner {
flex-direction: column;
align-items: flex-start;
}
.cookie-banner__right {
width: 100%;
}
}

.people-card__price {
font-size: 1.375rem;
font-weight: 700;
color: #8B4513;
margin-top: 0.625rem;
}

.cart-popup {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9999;
display: none;
}

.cart-popup.active {
display: block;
}

.cart-popup__overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.5);
}

.cart-popup__content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 33.333%;
background: #fff;
display: flex;
flex-direction: column;
box-shadow: -2px 0 10px rgba(0,0,0,0.1);
}

.cart-popup__header {
padding: 1.5rem;
border-bottom: 1px solid #e8e4df;
display: flex;
justify-content: space-between;
align-items: center;
}

.cart-popup__close {
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
color: #454545;
line-height: 1;
padding: 0;
width: 30px;
height: 30px;
}

.cart-popup__items {
flex: 1;
overflow-y: auto;
padding: 1.25rem;
}

.cart-item {
display: flex;
align-items: center;
gap: 0.9375rem;
padding: 1rem;
background: #f8f6f3;
margin-bottom: 0.9375rem;
position: relative;
}

.cart-item__image {
width: 80px;
height: 80px;
object-fit: cover;
flex-shrink: 0;
}

.cart-item__details {
flex: 1;
}

.cart-item__name {
font-size: 0.9375rem;
font-weight: 600;
color: #121212;
margin-bottom: 5px;
}

.cart-item__price {
font-size: 1.125rem;
font-weight: 700;
color: #8B4513;
}

.cart-item__controls {
display: flex;
align-items: center;
gap: 8px;
}

.cart-item__btn {
background: #fff;
border: 1px solid #e8e4df;
width: 28px;
height: 28px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 1.125rem;
transition: all 0.2s;
}

.cart-item__btn:hover {
background: #121212;
color: #fff;
border-color: #121212;
}

.cart-item__quantity {
font-size: 0.9375rem;
font-weight: 600;
min-width: 25px;
text-align: center;
}

.cart-item__remove {
position: absolute;
top: 8px;
right: 8px;
background: none;
border: none;
font-size: 1.5rem;
cursor: pointer;
color: #999;
line-height: 1;
padding: 0;
width: 24px;
height: 24px;
}

.cart-item__remove:hover {
color: #121212;
}

.cart-popup__footer {
padding: 1.5rem;
border-top: 1px solid #e8e4df;
background: #f8f6f3;
}

.cart-popup__total {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 1.25rem;
padding-bottom: 1rem;
border-bottom: 2px solid #e8e4df;
}

.cart-popup__actions {
display: flex;
gap: 0.625rem;
}

.modal-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.6);
z-index: 10000;
display: flex;
align-items: center;
justify-content: center;
padding: 1.25rem;
}

.modal-content {
background: #fff;
padding: 2rem;
max-width: 500px;
width: 100%;
box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.cookie-banner-advanced {
position: fixed;
bottom: 1.25rem;
left: 1.25rem;
background: #fff;
padding: 1.5rem;
max-width: 420px;
box-shadow: 0 4px 15px rgba(0,0,0,0.15);
z-index: 9998;
border: 1px solid #e8e4df;
display: none;
}

.cookie-banner-advanced__buttons {
display: flex;
gap: 8px;
flex-wrap: wrap;
}

@media (max-width: 968px) {
.cart-popup__content {
width: 90%;
}
.cookie-banner-advanced {
left: 1rem;
right: 1rem;
max-width: none;
bottom: 1rem;
}
}

@media (max-width: 768px) {
.cart-popup__content {
width: 100%;
}
}
