/* =========================
   Base
   ========================= */

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

body {
    margin: 0;
	font-family: 'Lexend Giga', sans-serif;
    background-color: #000;
    color: #fff;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
body h2 {
	font-weight: 400;
	font-size: 40px;
	letter-spacing: 0.1em;
	color: #b89f76;
	font-family: "Jost"
}

/* =========================
   City Event Header
   ========================= */

.site-header--city-event {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    pointer-events: none; /* кликается только бургер */
}
.site-header__logo {
	max-width: 200px;
	pointer-events: auto;
}

/* Логотип по центру */

.site-header--city-event .site-header__logo svg {
    width: 100%;
    height: auto;
    display: block;
}

/* Бургер справа */
.site-header--city-event .site-header__burger {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);

    width: 28px;
    height: 20px;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    pointer-events: auto;
}

.site-header--city-event .site-header__burger span {
    display: block;
    height: 2px;
    width: 100%;
    background: #ffffff;
    border-radius: 2px;
}


/* =========================
   Header
   ========================= */

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 24px 0;
}


.site-header__left {
    flex: 1;
}

.site-header__center {
    flex: 1;
    display: flex;
    justify-content: center;
}

.site-header__right {
    flex: 1;
    display: flex;
	pointer-events: auto;
    justify-content: flex-end;
}

.site-header__tagline {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
}


.site-header__tagline-icon svg {
    display: block;
    width: 20px;
    height: 20px;
}

.burger {
    width: 32px;
    height: 18px;
    border: none;
    background: transparent;
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    cursor: pointer;
}

.burger__line {
    display: block;
    height: 2px;
    background-color: #ffffff;
    width: 100%;
}

.burger__line:last-child {
    width: 100%;
}

.site-header__menu {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.site-header__menu-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.is-menu-open .site-header__menu {
    opacity: 1;
    visibility: visible;
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-header__tagline {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    font-size: 14px; 
}
@media (max-width: 768px) {
     .site-header__tagline {
         font-size:12px;
     }
}
/* =========================
   End CSS for Header
   ========================= */

/* =========================
   Hero section
   ========================= */

.hero {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
}

.hero__video-wrapper {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
	height:1050px
}

.hero__video-embed iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200vh;
    height: 200vh;
    min-width: 3000px;
    min-height: 1200px;
    transform: translate(-50%, -50%);
    border: 0;
}

.hero__video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.65) 40%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 2;
}

.hero__content {
    position: relative;
    z-index: 3;
	padding: 80px 20px 80px 20px
}

.hero-logo-wrapper {
	max-width: 500px;   
    width: 100%;      
    display: block;   
    margin: 0 auto;
}
.hero__title-block {
    margin-bottom: 60px;
	padding-top:80px;
}
.hero__cities {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}
.hero_all {
	position:relative;
	min-width: 400px;
	min-height: 400px;
	width: calc((1400px / 3) - 30px);
	height:calc((1400px / 3) - 30px);
}

.hero-city {
	position:absolute;
    width: 100%;
	height:100%;
}
.hero-city img {
	position: absolute;
    top: -18px;
    right: 50%;
    transform: translateX(50%);
    height: 36px;
    width: 36px;
	z-index: 10;
}


.hero-city__inner {
    border-radius: 50%;
    border: 1px solid #b89f76;
    padding: 90px 85px 90px;
    position: relative;
	display: flex;
	flex-direction: column;
	height:100%;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
}

.hero-city__name {
    margin: 0 0 18px;
}

.hero-city__date {
    margin: 0;
    font-size: 23px;
	max-width: 200px;
	margin:0 auto;
}
.hero-city__venue {
    margin: 18px 0 26px;
    font-size: 23px;
	font-family: "Jost"
}

.hero-city__btn {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 10px;
    border: 1px solid #b89f76;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.35);
	font-family: "Jost";
	margin-top:auto;
}

.hero-city__btn:hover {
    background: #ffffff;
    color: #000000;
}

@media (max-width: 1430px) {
	.hero_all {
		min-width: 320px;
    	min-height: 280px;
    	width: 135px;
    	height: 135px;
		display: flex;
		justify-content: center;
	}

	.hero-city__inner {
		padding: 45px 45px 45px;
	}
	.hero-city__name {
		font-size: 24px;
	}
	.hero-city__date {
		font-size: 18px;
	}
	.hero-city__venue {
		font-size: 18px;
	}
	.hero-logo-wrapper {
		max-width: 400px;
	}
	.hero__video-wrapper {
		height: 873px;	
	}
}
@media (max-width: 1049px) {
    .hero__video-wrapper {
        height: 1218px;
	overflow: hidden;
	z-index: 0;
    }
}
/* =========================
   MOBILE: header + hero + cities
   ========================= */

@media (max-width: 768px) {

    /* ------ HERO ОБЩЕЕ ------ */

    .hero {
        align-items: flex-start;
        min-height: 100vh;
		height: 1340px;
    }

    .hero__content {
        padding: 90px 16px 60px;
    }

    /* Фоновое видео – без гигантской высоты */
    .hero__video-wrapper {
        height: 1340px;
    }


    /* ------ ЛОГО (SVG) ------ */

    .hero__title-block {
        margin-bottom: 60px;
        padding-top: 40px;
    }

    .hero-logo-wrapper {
        max-width: 260px;  /* было 500px */
        margin: 0 auto;
    }

    /* ------ ГОРОДА: круги и контент ------ */

    .hero__cities {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    /* убираем absolute, чтобы круги стали нормальными блоками */
    .hero-city {
        position: relative;
        width: 280px;
        height: 280px;
    }
	.ity-hero {
		height:auto !important;
	}

    .hero-city__inner {
        border-radius: 50%;
        padding: 30px 24px;
    }

    .hero-city__name {
        font-size: 22px;
        margin: 0 0 10px;
    }

    .hero-city__date {
        font-size: 15px;
        max-width: 160px;
        margin: 0 auto;
    }

    .hero-city__venue {
        margin: 12px 0 16px;
        font-size: 13px;
    }

    .hero-city__btn {
        font-size: 11px;
        padding: 9px 18px;
        border-radius: 8px;
		margin: 0;
    }
}

/* Очень маленькие телефоны */
@media (max-width: 430px) {

    .hero__content {
        padding: 80px 12px 50px;
    }

    .hero-logo-wrapper {
        max-width: 220px;
    }

    .hero-city {
        width: 250px;
        height: 250px;
    }

    .hero-city__name {
        font-size: 20px;
    }

    .hero-city__venue {
        font-size: 12px;
    }
}


/* =========================
   Footer (минимальный)
   ========================= */

/* Общий фон футера */
.footer {
  background-color: #190c25;
  padding: 40px 0 60px;
}

/* Контейнер футера */
.footer__container {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

/* Логотипы: в ряд по центру */
.footer__sponsors {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px; /* расстояние между логотипами */
}

/* на всякий случай переопределяем старые grid-классы */
.footer__sponsors .logos__item {
  flex: 1 0 16.6666%;
  max-width: 16.6666%;
}

/* сами логотипы */
.logos__img {
  max-height: 50px;       
  max-width: 100%;
  opacity: 0.6;
  filter: grayscale(100%);
  height:100%;
  transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease;
}

.logos__anchor {
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   width: 100%;
   height: 100%;
   opacity: 0.32;
}

/* hover-эффект: чуть ярче + убираем grayscale */
.logos__anchor:hover .logos__img {
  opacity: 1;
  filter: grayscale(0%);
  transform: translateY(-2px);
}

/* нижний текст */
.legal {
  text-align: center;
}

.legal__item {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f3d9a4; 
  margin: 0;
}

.legal__item a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.legal__item a:hover {
  border-bottom-color: currentColor;
}

@media (max-width: 768px) {
  .footer__sponsors {
    gap: 24px;
  }

  .logos__img {
    max-height: 26px;
  }
}

.second-section {
  position: relative;
  padding: 100px 0;
  background: #F7E8D0; 
  overflow: hidden;
}

.second-section__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.second-section__doodle {
	z-index: 0;
	margin-top: -120px;
	width: 760px;
}

.second-section__inner {
  position: relative;
}

.second-section__top h2 {
	font-family: 'Lexend Giga', sans-serif;
}

.second-section__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-bottom: 80px;
}

.second-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
  min-height: 550px;
}

.second-card__header {
  margin-bottom: 16px;
  color: #B89F76;
  font-family: "Jost"
}

.second-card__date {
  text-transform: uppercase;
  font-size: 28px;
}

.second-card__place {
  text-transform: uppercase;
  font-size: 28px;
}

.second-card__btn {
  display: inline-block;
  margin: 10px 0 45px;
  padding: 15px 35px;
  border-radius: 10px;
  background: #d9b38a;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-family: "Jost";
}

.second-card__program-title {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 15px;
  color: #B89F76;
  text-align: center;
}

.second-card__program-list p {
  margin: 0;
  font-size: 18px;
  letter-spacing: -3px;
  font-family: 'Lexend Giga', sans-serif;
}

.second-card__program-list p + p {
  margin-top: 20px;
}

.second-section__bottom {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

/* адаптив */
@media (max-width: 1024px) {
  .second-section__grid {
    grid-template-columns: 1fr;
  }
}
.third-section {
  background: radial-gradient(circle at top center,
              rgba(255, 255, 255, 0.12) 0,
              rgba(255, 255, 255, 0) 45%),
              #000000;
  padding: 100px 0;
  text-align: center;
}

.third-section__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.third-section__title {
  font-size: 32px;
  text-transform: uppercase;
  color: #f3d9a4; /* подгони под макет */
  margin-bottom: 60px;
}

/* 2 ряда по 3 элемента */
.third-section__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 80px;
}

.third-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #f3d9a4;
  font-family: "Jost"
}
.third-item__icon {
	position:relative;
	width:300px;
	max-width: 300px;
	height: 125px;
}
.third-item__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1b0f28;
  border-radius: 0px 160px 160px 0px;
  z-index: 1;
}

.third-item__icon img { 
  position: absolute;
  z-index: 2;
  max-height: 240px;      
  left: 20px;        
  top: 45%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}

.third-item:hover .third-item__icon img {
  transform: translateY(-50%) scale(1.08);
  filter: drop-shadow(0 0 18px rgba(255, 215, 128, 0.9));
}

.third-item__text {
  margin-top: 30px;
}

/* адаптив */
@media (max-width: 1024px) {
  .third-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .third-section__grid {
    grid-template-columns: 1fr;
  }
	

  .third-section__title {
    font-size: 24px;
    letter-spacing: 0.15em;
  }
}
.fourth-section {
  position: relative;
  min-height: 480px;       
  padding: 200px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

/* затемнение поверх картинки */
.fourth-section__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.7)
  );
  z-index: 1;
}

.fourth-section__inner {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto;
}

.fourth-section__subtitle {
  line-height: 1.7;
  font-weight: bold;
  font-family: 'Lexend Giga', sans-serif;
}

/* адаптив */
@media (max-width: 768px) {
  .fourth-section {
    padding: 100px 20px;
  }

  .fourth-section__title {
    font-size: 26px;
  }

  .fourth-section__subtitle {
    font-size: 16px;
  }
}
.fifth-section {
  background: #f6e1c5; /* подгони под цвет из макета */
  padding: 80px 0;
  text-align: center;
}

.fifth-section__inner {
  margin: 0 auto;
}

.fifth-section__logo img {
  max-width: 400px;
  height: auto;
  margin: 0 auto 70px;
  display: block;
}

.fifth-section__content {
  margin-bottom: 70px;
  font-family: "Jost";
  font-weight: bold;
}

.fifth-section__content p {
  margin: 0;
}

.fifth-section__content p + p {
  margin-top: 8px;
}

.fifth-section__social-label {
  margin-bottom: 12px;
  color:black;
}

.fifth-section__social-links {
  display: flex;
  justify-content: center;
  gap: 12px;
}

/* кнопки-кружки */
.social-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.social-btn img {
  height: 50%;
}	

.social-btn:hover {
  color: #f6e1c5;
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  .fifth-section {
    padding: 60px 20px;
  }
}

/* =========================
   City event page – hero section
   ========================= */

.city-hero {
    position: relative;
    color: #ffffff;
    overflow: hidden;
	height: 1370px;
}

.city-page-layout__col.city-page-layout__col--sidebar {
	margin-top: -170px;
}
/* video background */
.city-hero__video-wrapper {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.city-hero__video-embed {
    position: absolute;
    inset: 0;
}

.city-hero__video-embed iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200vw;
    height: 200vw;
    min-width: 3000px;
    min-height: 1200px;
    transform: translate(-50%, -50%);
    border: 0;
}

/* затемняющий слой */
.city-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.55) 40%,
        rgba(0, 0, 0, 0.9) 100%
    );
    z-index: 2;
}

/* контент поверх */
.city-hero__content {
    position: relative;
    z-index: 3;
    max-height: 120vh;
    padding: 315px 20px 40px;
    display: flex;
	gap:300px;
    flex-direction: column;
    justify-content: space-between;
}

/* верх: заголовок */
.city-hero__top {
    max-width: 860px;
}

.city-hero__title {
    font-size: 54px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0 0 18px;
	font-weight: 400;
}


/* низ: описание + инфо-бокс */
.city-hero__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 40px;
    margin-top: 60px;
}

.city-hero__description {
    max-width: 640px;
}

.city-hero__description-heading {
    margin: 0 0 50px;
	font-family: 'Lexend Giga', sans-serif;
}

.city-hero__description-text {
    font-size: 22px;
    line-height: 1.7;
    max-width: 680px;
	font-family: "Jost";
}
.city-hero__description-text p {
    margin: 0px;
}

.city-hero__info-box {
    background-color: #B89F76;
    color: #fff;
    padding: 26px 30px 30px;
    min-width: 260px;
    max-width: 280px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);

    position: sticky;
    z-index: 10;
	right:20px;
}
.city-hero__info-box--fixed {
    top: 70px;   
    right: 197px;  
}

.city-hero__info-header {
	display:flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	font-family: "Jost";
}

.city-hero__info-city {
    font-size: 40px;
    text-transform: uppercase;
	letter-spacing: 0.1em;
}
hr {
	width: calc(100% + 60px);
    margin-left: -30px;
    border-style: solid;
    color: white;
}
.city-hero__info-date {
    font-size: 24px;
	letter-spacing: 0.1em;
	text-align: center;
}

.city-hero__info-venue {
    font-size: 20px;
	text-align: center;
	padding: 0 20px;
    text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.1em;
}

.city-hero__info-links {
    margin: 18px 0 20px;
}
.city-hero__info-link {
	position:relative;
}
.city-hero__info-link.is-active::before {
	content: "";
	font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    display: block;
    color: white;
    text-decoration: none;
    position: absolute;
	left: -30px;
	top: 44%;
	width: 24px;
	height: 3px;
	background-color: white;
}

.city-hero__info-link {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 7px 0;
	display: block;
    color: white;
    text-decoration: none;
}

.city-hero__info-button {
    margin-bottom: 10px;	
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    padding: 10px 0;
    border-radius: 10px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
	font-family: "Jost";
	font-weight: 600;
}

.city-hero__info-button:hover {
    background-color: #1b1b1b;
    color: #f2dfc1;
}

/* =========================
   City event page – hero: mobile
   ========================= */

@media (max-width: 1200px) {
	.city-hero__content {
		gap:0px;
}
	.city-hero {
		height: 880px;
}
    .city-hero__video-wrapper {
        height: 132vh;
    }
	.city-hero__description-heading {
		font-size: 22px;
	}
    .city-hero__video-embed iframe {
        width: 160vh;
        height: 160vh;
        min-width: 0;
        min-height: 0;
    }

    .city-hero__title {
        font-size: 34px;
        letter-spacing: 0.16em;
    }

    .city-hero__subtitle {
        font-size: 15px;
		
    }

    .city-hero__bottom {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        margin-top: 40px;
    }

    .city-hero__description-text {
        max-width: 100%;
        font-size: 18px;
    }

    /* на планшетах и телефонах бокс обычный, не fixed */
    .city-hero__info-box {
        position: static;
        max-width: 100%;
        min-width: 0;
        margin-top: 10px;
		display: none;
    }
	.city-hero__subtitle h2 {
		font-size: 22px;
	}	
	.city-section-text__inner {
		margin-top: 50px;
		padding: 0px;
	}
}

.city-hero__subtitle h2 {
	font-family:'Lexend Giga', sans-serif;
	color: white;
	
}
@media (max-width: 430px) {
    .city-hero__content {
		gap:90px;
    }

    .city-hero__title {
        font-size: 30px;
    }

    .city-hero__subtitle {
        font-size: 14px;
    }
}
/* =========================
   City event page – second text section
   ========================= */

.city-section-text {
    color: #ffffff;
}


/* верхний текстовый блок */
.city-section-text__top {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 30px;
	max-width: 940px;
	font-family: "Jost";
	font-weight: 300;
}
.second-section-button {
    text-align: center;
    margin-right: 20px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    padding: 10px 25px;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-family: "Jost";
    font-weight: 600;
	cursor: pointer;
	background-color:#B89F76;
}

/* нижний блок: заголовок + текст */
.city-section-text__bottom {
    margin-top: 100px;
	max-width: 940px;
}

.city-section-text__content {
    font-size: 22px;
    line-height: 1.5;
    font-family: 'Jost';
    font-weight: 300;
}
.city-page-layout__inner {
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: flex;
    margin-top: -330px;
    z-index: 10000;
    position: relative;
	gap: 50px;
}

/* mobile */
@media (max-width: 768px) {
    .city-section-text__inner {
		margin-top:0px !important;
		padding:  15px 0px !important;
    }
	.city-page-layout__inner {
		margin-top:0px;
		gap: 0px;
 	}
	.second-section-button {
		display: block;
		margin-bottom: 10px;
		font-size: 12px;
	}
    .city-section-text__top,
    .city-section-text__content {
        font-size: 18px;
    }

    .city-section-text__heading {
        font-size: 22px;
    }
}
.city-section-text__inner {
	margin-top: 350px;
	padding: 30px 0px 80px;
}
.city-section-text__heading {
	font-family: 'Lexend Giga';
}
/* =========================
   City event page – performers grid
   ========================= */

.city-performers {
    padding: 60px 0 100px;
}
.city-performers::before {
    content: "";
    position: absolute;

	width: 100%;
	height: 100%;
    max-width: 1400px;
    max-height: 1400px;

    background-image: url("/wp-content/uploads/2025/12/purple-circle.svg");
    background-repeat: no-repeat;
    background-size: contain;

    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);

    z-index: -1;
    pointer-events: none;
}
.city-performers > * {
    position: relative;
    z-index: 1;
}

.city-performers__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
	max-width:940px;
}

/* 1. хост – текстовый квадрат */
.performer-card--host-text {
    border: 1px solid rgba(255, 255, 255, 0.2);
                rgba(0, 0, 0, 0.7);
	display:flex;
	justify-content: center;
}

.performer-card__inner {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 24px;
}

.performer-card__label {
    font-size: 20px;
    margin-bottom: 6px;
	font-family: "Jost";	
}

.performer-card__name {
    font-size: 35px;
    margin: 0;
	font-family: "Jost"
}

/* 2. фото ведущего и других артистов */
.performer-card__image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.performer-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* нижние подписи */
.performer-card__caption {
    text-align: left;
    padding: 12px 6px 0;
}

.performer-card__caption-name {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 2px;
	font-family: "Jost";
	text-align: center;
}

.performer-card__caption-subtitle {
    font-size: 19px;
	font-family: "Jost";
	text-align: center;
	font-weight: 500;
}

/* сетка на десктопе 2×2 */
@media (min-width: 768px) {
    .city-performers__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .performer-card__inner {
        min-height: 300px;
    }

    .performer-card__caption {
        padding-left: 4px;
        padding-right: 4px;
    }
}


/* мобильный тюнинг */
@media (max-width: 767px) {
    .city-performers {
        padding: 30px 0 30px;
    }

    .performer-card__name {
        font-size: 22px;
    }

    .performer-card__caption-name {
        font-size: 22px;
    }
	.performer-card__caption-subtitle {
		font-size: 14px;	
	}
	.performer-card__label {
		font-size:14px;
	}
	.city-menu__content hr {
		max-width: 320px !important;
	} 
}
/* =========================
   City event page – Menu section
   ========================= */

.city-menu {
    color: #ffffff;
    padding: 80px 0 100px;
}


/* Заголовок MENÜÜ */
.city-menu__heading {
    font-size: 40px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin: 0 0 40px;
	color: #b69d75;
}

/* Колонки меню */
.city-menu__columns {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
	max-width: 940px;
	font-family: "Jost";
}

.city-menu__column {
    flex: 1 1 0;
    min-width: 260px;
}

.city-menu__content {
    font-size: 20px;
    line-height: 1.5;
}

/* Немного выровняем стандартный вывод WYSIWYG */
.city-menu__content p {
    margin: 0 0 8px;
}

.city-menu__content ul {
    margin: 0 0 10px 18px;
    padding: 0;
}

.city-menu__content li {
    margin: 0 0 4px;
}

.city-menu__content hr {
    border: 0;
    border-top: 1.5px solid #B9A178;
    margin: 18px 0;
	max-width: 450px;
}


/* Mobile */
@media (max-width: 899px) {
    .city-menu {
        padding: 30px 0 30px;
    }

    .city-menu__columns {
        flex-direction: column;
        gap: 30px;
    }

}
/* =========================
   City event page – Contact section
   ========================= */

.city-contact {
    color: #fff;
    padding: 80px 0 120px;
}

.city-contact__grid {
    display: grid;
	grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
	max-width:940px;
}

/* карточки */
.contact-card {
    border-radius: 18px;
    border: 1px solid rgb(182,157,117);
	display: flex;
    justify-content: center;
    align-items: center;
}

.contact-card--text .contact-card__inner {
    padding: 40px 24px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
	gap: 12px;
	align-items: center;
	font-family: "Jost";
}

.contact-card__label {
    font-size: 18px;
    margin-bottom: 6px;
	font-weight: 600;
}

.contact-card__name {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 6px;
}

.contact-card__subtitle,
.contact-card__phone {
    font-size: 35px;
	font-weight: 300;
}

/* Фото карточки */
.contact-card--photo .contact-card__image-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 18px;
}

.contact-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Заголовок секции */
.city-contact__heading {
    font-size: 40px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin: 50px 0 40px;
    color: #d9c19f; /* как в макете */
}

/* нижний текст */
.city-contact__bottom {
    margin-top: 25px;
    text-align: left;
    font-size: 25px;
	font-family: "Jost";
}


.page-template-template-city-event {
	overflow-x: hidden;
}

.city-between-bg {
	display:none;
	position:absolute;
	z-index: -1;
	width: 100vw;
	height: 100vw;
	margin-left: calc(( 1375px - 100vw ) / 2);
	margin-top: -50vw;
	background: linear-gradient (#000000ff, #aaaaaa80, #000000ff);
}
.city-between-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover:
}
/* Mobile */
@media (max-width: 767px) {
    .city-contact {
        padding: 30px 0 30px;
    }

    .contact-card--text .contact-card__inner {
        padding: 32px 20px;
        min-height: 200px;
    }

    .city-contact__heading {
        font-size: 22px;
        margin: 40px 0 30px;
    }

    .city-contact__bottom {
        font-size: 18px;
    }
    .city-contact__grid {
	grid-template-columns: auto;
	}
	.contact-card__name {
		font-size: 22px;
	}
	.contact-card__phone {
		font-size: 20px;
	}
	.city-menu__heading {
        font-size: 22px;
        letter-spacing: 0.22em;
        margin-bottom: 30px;
    }
	.city-menu__content {
        font-size: 14px;
        line-height: 1.7;
    }
	.price_information {
    	font-size: 18px !important;
}

}
.city-hero__info-box img {
	position: absolute;
    top: -18px;
    right: 50%;
    transform: translateX(50%);
    height: 36px;
    width: 36px;
}
.price_information {
	font-family: "Jost";
	font-size: 22px;
}
/* =========================
   Overlay menu – REQUIRED
   ========================= */

.overlay-menu {
    position: fixed;
    inset: 0;
    background: #B89F76;
    z-index: 100001;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: opacity .25s ease, visibility .25s ease;
	margin: 25px;
	padding: 60px;
}

.overlay-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Close (X) */
.overlay-menu__close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.overlay-menu__close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 2px;
    background: #0b1a2a;
}

.overlay-menu__close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.overlay-menu__close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* Menu items */
.overlay-menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.overlay-menu__list a {
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 44px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    margin: 14px 0;
}

@media (max-width: 768px) {
    .overlay-menu__list a {
        font-size: 32px;
    }
}
.city-timeline { position: relative; }

.city-timeline__line{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;

  width: 100%;
  gap: 0;
  padding: 30px 0;
}
.city-timeline__line.desktop {
    display: flex;
    max-width: 1050px;
    align-items: unset;
}
.city-timeline__line.mobile {
    display: none;
}

/* линия */
.city-timeline__line::before{
  content:"";
  position:absolute;
  left:0;
  right: 55PX;
  top:50%;
  height:1px;
  background: rgba(216,193,150,.75);

  transform: translateY(-50%);
  z-index: 1;
}

/* один пункт */
.city-timeline__item{
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-rows: auto 0 auto; 
  row-gap: 120px;
  justify-items: center;
  max-width: 89px;
  grid-template-rows: 1fr 0px 1fr;
  row-gap: 60px;
}

/* маркер всегда на линии */
.city-timeline__marker{
  position: absolute;
  left: 45%;
  top: 50%;
  transform: translate(-100%,-50%);
  z-index: 3;
}

.city-timeline__marker-icon{
  width: 44px;
  height: 44px;
  display:block;
}

/* текст */
.city-timeline__content{
  width: min(220px, 100%);
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;

  font-size: clamp(11px, 0.9vw, 14px);
  line-height: 1.25;

  position: relative;
  z-index: 4; /* выше линии и иконок */
}
.city-timeline__content p {
  font-family: "Jost";
  font-size: 16px;
}

/* чередование: нечётные сверху, чётные снизу */
.city-timeline__item:nth-child(odd) .city-timeline__content{
  grid-row: 1;               /* сверху */
  margin-bottom: 28px;       /* отступ от линии */
}

.city-timeline__item:nth-child(even) .city-timeline__content{
  grid-row: 3;               /* снизу */
  margin-top: 28px;          /* отступ от линии */
}
.city-timeline__marker::after{
  content:"";
  position:absolute;
  left:50%;
  width:1px;
  background: rgba(216,193,150,.75);
  transform: translateX(-50%);
  z-index: 2; 
}
.city-timeline__item:nth-child(odd) .city-timeline__marker::after{
  bottom: 50px;       
  height: 40px; 
}
.city-timeline__item:nth-child(even) .city-timeline__marker::after{
  top: 50px;             
  height: 40px; 
}

.city-timeline__line.desktop .city-timeline__item.city-timeline__item--first .city-timeline__content:nth-child(2) {
  grid-row: 3;
  margin-top: 28px;
  margin-bottom: 0;
  color: #b89f76;
}
.city-timeline__line.desktop .city-timeline__item.city-timeline__item--first {
  max-width: 120px;
  min-width: 120px;
}
.city-timeline__line.desktop .city-timeline__item.city-timeline__item--first .city-timeline__content:nth-child(2) p {
  font-size: 20px;
  max-width: 120px;
  margin-top: 15px;
}
.city-timeline__line.desktop .city-timeline__item.city-timeline__item--first .city-timeline__content:nth-child(3) {
  grid-row: 1;
}
.city-timeline__line.desktop .city-timeline__item.city-timeline__item--first .city-timeline__marker {
  left: 37%;
}

/* мобильный режим — вертикально (если нужен без скролла) */
@media (max-width: 900px){
  .city-timeline__line{
	flex-direction: column;
  }
  .city-timeline__line.desktop {
    display: none;
  }
  .city-timeline__line.mobile {
    display: flex;
    padding: 0;
  }

  .city-timeline__line::before{
    right: auto;
    top:0;
    bottom:0;
    width:1px;
    height:auto;
    transform:none;
	left: calc(50% - 1px);
    margin-top: 44px;
    margin-bottom: 48px;
  }

  .city-timeline__item{
    padding: 18px 0;
    max-width: unset;
	width: 100%;
	display: grid;
	grid-template-rows: unset;
	grid-template-columns: 1fr 0 1fr;
	row-gap: unset;
	column-gap: 60px;
	justify-items: initial;
  padding: 10px 0;
  }
  .city-timeline__item.city-timeline__item--first{
    padding-bottom: 18px;
  }

  .city-timeline__marker{
    transform: translate(-50%,-50%);
	left: 50%; 
 }

  .city-timeline__content{
    width: 100%;
    margin: 0;
  }
  .city-timeline__item:nth-child(odd) .city-timeline__marker::after{
    height: 2px;
    width: 30px;
    bottom: 48%;
    left: 86%;
    transform: unset;
  }
  .city-timeline__item:nth-child(even) .city-timeline__marker::after{
    height: 2px;
    width: 30px;
    bottom: 48%;
    right: 86%;
    left: unset;
    top: unset;
    transform: unset;
  }
  .city-timeline__item.city-timeline__item--first .city-timeline__marker::after {
    display: none;
  }
  .city-timeline__item.city-timeline__item--last .city-timeline__marker::after {
    right: 100%;
    width: 24px;
  }
  .city-timeline__item.city-timeline__item--first .city-timeline__marker {
    top: 44px;
  }
  .city-timeline__item:nth-child(odd) .city-timeline__content {
	margin-bottom: 26px;
    margin-bottom: unset;
	grid-column: 3;
	grid-row: unset;
  }
  .city-timeline__item:nth-child(even) .city-timeline__content {
	margin-top: 28px;
    margin-top: unset;
	grid-column:  1;
	grid-row: unset;
    text-align: end;
  }
  .city-timeline__item:nth-child(1) .city-timeline__content:nth-child(2) {
    grid-column: 1;
    text-align: end;
    color: #b89f76;
  }
  .city-timeline__item:nth-child(1) .city-timeline__content:nth-child(3) {
    grid-column: 3;
    color: #b89f76;
  }
  .city-timeline__item:nth-child(1) .city-timeline__content:nth-child(2) p {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .city-timeline__item:nth-child(1) .city-timeline__content:nth-child(3) p {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .city-timeline__item:nth-child(1) .city-timeline__content:nth-child(4) {
    grid-column: 1;
    text-align: end;
  }
  .city-timeline__item:nth-child(1) .city-timeline__content:nth-child(5) {
    grid-column: 3;
  }
  .city-timeline__content p {
    width: 100%;
    max-width: unset;
    margin: 0;
  }


}
