:root {
  --font-primary: "Oswald", sans-serif;
  --font-secontary: "DM Serif Display", serif;
  /* värvi */

  --clr-4: #baedea;
  --clr-6: #000;
  --clr-main-background: var(--clr-4);
  --clr-module-bg: #fff;
  --border-radius-eri: 0 20px 10px 10px;
  --module-padding: clamp(20px, 4vw, 50px) clamp(15px, 4vw, 80px) !important;
  --paragraph-font-weight: 300;
  /* FONT SIZE */
  --paragraph-font-size: clamp(18px, 3.2vw, 19px);
  --font-size-h2: clamp(44px, 5vw, 60px);

  --font-size-h3: clamp(20px, 5vw, 26px);
  --module-padding-mobile: 20px 16px;
  /* WIDTH */
  --content-width: 1136px;
}

/* Typography
--------------------------------------------- */
a {
  font-size: clamp(18px, 3.2vw, 19px);
  font-weight: 300;
  color: #2b2b2b;
  line-height: 1.7;
}
.nav__menu a {
  font-family: var(--font-secontary);
}

p {
  font-weight: var(--paragraph-font-weight);
  font-size: var(--paragraph-font-size);
  line-height: 1.7;
  color: #000 !important;
  margin: 0 0 15px 0;
}
.acf-concert-place p {
  margin: 0;
}

.acf-concert-toggle-text {
  font-weight: 700;
  font-size: clamp(18px, 3.2vw, 19px);
  line-height: 1.7;
  color: #2b2b2b;
  font-family: var(--font-primary);
}

h2,
h3 {
  margin: 0 0 clamp(20px, 3.2vw, 40px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #2b2b2b;
  font-family: var(--font-secontary);
}

h2 {
  font-size: clamp(44px, 5vw, 60px);
}

h3 {
  font-size: var(--font-size-h3);
}

.acf-concert-title h3 {
  font-size: clamp(22px, 5vw, 28px);
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  /* background-color: var(--color-secondary) !important; */
  font-family: var(--font-primary);
}

/* .entry-content {
  max-width: 1440px;
  margin: 0 auto;
} */

.hwm-btn {
  padding: 10px 16px;
  border: 1px solid #000;
  border-radius: 999px;
  text-decoration: none;
  color: #000 !important;
  font-size: 14px;
  background: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.hwm_page-content {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--content-width);
  background-color: #fff;
  padding: var(--module-padding);
  border-radius: var(--border-radius-eri);
  margin-top: clamp(25px, 5vw, 50px);
  margin-bottom: 50px;
}

.site-main {
  /* max-width: 1136px; */
  padding: 0 10px; /* et ääred vastu serva ei läheks */
  background-color: var(--clr-main-background) !important;
}

.site {
  background: var(--clr-main-background);
}

.edit-post-meta-boxes-main__presenter button {
  color: red !important;
}

.edit-post-meta-boxes-main__presenter > button {
  color: red !important;
}

.edit-post-meta-boxes-main__presenter {
  border: 1px solid red !important;
}

/* 404 */
.error-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
  min-height: 75vh;
  text-align: center;
}

#cookie-banner {
  background: #fff;
}
#cookie-banner p {
  font-size: 18px !important;
  margin-bottom: 10px !important;
}
#cookie-banner a {
  color: #000;
  font-weight: bold;
}

.et_pb_button-dark {
  background-color: #000;
  color: #fff !important;
  margin-left: 10px;
}

.footer-keskel a {
  text-decoration: none !important;
  color: #000 !important;
}

.footer-keskel {
  text-align: center;
}

/* POST PAGE */
/* =========================
   SINGLE POST: left content + right sidebar
   ========================= */

.mp-single__grid {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: var(--module-padding);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  align-items: start;
  background-color: #fff;
}

/* LEFT */
.mp-single__main {
  min-width: 0; /* oluline, et tekst/elemendid ei lükkaks layouti katki */
}

.mp-single__content p {
  font-size: var(--paragraph-font-size);
  font-weight: var(--paragraph-font-weight) !important;
}
.mp-single__content strong {
  font-weight: 500;
}

.mp-single__thumb,
.mp-single .post-thumbnail {
  margin: 0 0 22px;
}

.mp-single .post-thumbnail img,
.mp-single__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/* kui su teema paneb pildile wrapperi */
.mp-single .post-thumbnail a {
  display: block;
}

/* meta + title */
.mp-single__title {
  margin: 0 0 10px;
}

.mp-single__meta {
  margin-bottom: 22px;
  opacity: 0.8;
}

/* RIGHT */
.mp-single__sidebar {
  position: sticky;
  top: 110px; /* kui sul sticky nav, siis hoia siit allpool */
}

.mp-sidebar-card {
  background: #fff;
  border-radius: var(--border-radius-eri);
  padding: 22px 22px 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.mp-sidebar-title {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 800;
  display: inline-block;
}

.mp-sidebar-list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.mp-sidebar-item + .mp-sidebar-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mp-sidebar-link {
  display: block;
  padding: 16px 0;
  text-decoration: none;
  font-weight: 800;
  color: #5c2b86; /* muuda vajadusel */
  line-height: 1.25;
}

.mp-sidebar-link:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 980px) {
  .mp-single__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mp-single__sidebar {
    position: static;
    top: auto;
  }
}

.mp-page-hero__date {
  font-size: var(--paragraph-font-size);
  color: #000;
  margin-bottom: 10px;
}
/* =========================
   Page Title Section
   ========================= */

.mp-page-hero {
  background: var(--clr-4);
  text-align: center;
  padding: 0px 20px 0px;
  text-align: center;
}

.mp-page-hero__inner {
  max-width: var(--content-width);
  margin: 0 auto;
}

.mp-page-hero__title {
  margin: 0;
  /* font-size: clamp(48px, 6vw, 72px); */
  font-weight: 700;
  color: #000;
  font-family: var(--font-secontary);
  font-size: clamp(28px, 5vw, 60px);
  line-height: 1;
  margin-bottom: 20px;
}

.mp-page-hero__excerpt {
  font-size: var(--paragraph-font-size);
  line-height: 1.6;
  color: var(--clr-6);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.mp-page-hero__logo {
  /* border: 1px solid #fff; */
  padding: 20px;
  border-radius: 0 40px 40px 40px;
  /* background: #fff; */
  width: max-content;
  margin: 0 auto 10px auto;
}

.mp-page-hero__logo img {
  width: clamp(120px, 10vw, 160px);
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .mp-page-hero {
    margin-top: 75px;
  }
}

/* PAGE MUUSIKAPREEMIAD */
/* GAALA GRID – tee wrapper “normaalseks” ja keskele */
.hwm-gaala-grid {
  width: 100%;
  max-width: 1136px; /* muuda kui tahad */
  margin: 0 auto;
  padding: 0 20px;
}

/* WP inner-container: teeme flexi ja keskjoondame */
.hwm-gaala-grid > .wp-block-group__inner-container {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  align-items: flex-start;
  gap: 45px;

  /* nullime WP constrained layouti “veidrused” */
  max-width: 1136px; /* 👈 pane max laius tagasi */
  margin: 0 auto !important; /* 👈 keskjoondus */
}
.hwm-gaala-grid > .wp-block-group__inner-container > * {
  flex: 0 1 100px; /* või mis sul vaja */
}

/* Nullime Media&Text default paddings */
.hwm_gaala-play-icoon .wp-block-media-text__content {
  padding: 0 !important;
  margin: 0 !important;
}
.hwm_gaala-play-icoon .wp-block-media-text__media {
  margin: 0 !important;
}

/* Ikoon */
.hwm_gaala-play-icoon .wp-block-media-text__media img {
  width: 96px;
  height: 96px;
  display: block;
  object-fit: contain;
}

/* Tekst */
.hwm_gaala-play-icoon p {
  margin: 0 !important;
  font-size: 20px;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .hwm-gaala-grid {
    padding: 0 16px;
  }
  .hwm-gaala-grid > .wp-block-group__inner-container {
    gap: 40px;
  }
  .hwm_gaala-play-icoon.wp-block-media-text {
    width: 100%;
  }
}

/* 1) KAART ise */
.hwm_gaala-play-icoon.wp-block-media-text {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  width: 260px;
  max-width: 100%;
  margin: 0 !important;
}

/* 2) MEDIA (figure) – tee 100% lai, ja keskjoonda sisu */
.hwm_gaala-play-icoon .wp-block-media-text__media {
  width: 100% !important;
  margin: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* 3) LINK/IMG – kindlasti keskele */
.hwm_gaala-play-icoon .wp-block-media-text__media a {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.hwm_gaala-play-icoon .wp-block-media-text__media img {
  display: block;
  margin: 0 auto !important;
}

/* 4) TEKST (content) – 100% + keskjoondus */
.hwm_gaala-play-icoon .wp-block-media-text__content {
  width: 100% !important;
  padding: 0 !important;
  margin: 12px 0 0 !important;
  text-align: center !important;
}

/* =========================
   NAV BASE
   ========================= */
.mp-nav-top,
.mp-nav-sticky {
  background: var(--clr-4);
  width: 100%;
  z-index: 999;
  color: #111;
}

.mp-nav-top .mp-nav__menu a,
.mp-nav-sticky .mp-nav__menu a {
  font-family: var(--font-secontary) !important;
}
/* TOP NAV (hero kohal) */
.mp-nav-top__inner {
  max-width: 1136px;
  margin: 0 auto;
  padding: 18px 20px;

  display: flex;
  justify-content: center;
}

/* STICKY NAV (scrollides) */
.mp-nav-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;

  transform: translateY(-110%);
  opacity: 0;
  transition:
    transform 280ms ease,
    opacity 280ms ease;
  pointer-events: none;
}

body.mp-is-sticky .mp-nav-sticky {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.mp-nav-sticky__inner {
  max-width: 1136px;
  margin: 0 auto;
  padding: 10px 20px;

  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 18px;
}

.mp-nav-sticky__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.mp-nav-sticky__logo {
  width: 55px;
  height: auto;
  display: block;
}

/* =========================
   MENU (OLULINE: võtab täpid ära + teeb rea)
   ========================= */
.mp-nav-top .mp-nav__menu,
.mp-nav-sticky .mp-nav__menu {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  gap: 28px;
  align-items: center;
}

.mp-nav-top .mp-nav__menu {
  justify-content: center;
}

.mp-nav-sticky__center {
  display: flex;
  justify-content: center;
}

.mp-nav-top .mp-nav__menu a,
.mp-nav-sticky .mp-nav__menu a {
  color: inherit;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
}
/* .mp-nav-top .mp-nav__menu a:hover,
.mp-nav-sticky .mp-nav__menu a:hover {
  text-decoration: underline;
} */

/* =========================
   BURGER (ainult mobiilis)
   ========================= */
.mp-nav-sticky__toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 10px;
  cursor: pointer;
}

.mp-burger {
  width: 28px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mp-burger span {
  height: 2px;
  width: 100%;
  background: #111;
  border-radius: 999px;
  display: block;
}

/* =========================
   MOBILE
   ========================= */
@media (max-width: 980px) {
  /* top nav ära (või jäta, kui tahad) */
  .mp-nav-top {
    display: none;
  }

  .mp-nav-sticky__inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .mp-nav-sticky__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mp-nav-sticky__center {
    grid-column: 1 / -1;
    display: none;
    justify-content: flex-start;
    padding-top: 12px;
  }

  .mp-nav-sticky.is-open .mp-nav-sticky__center {
    display: flex;
  }

  .mp-nav-sticky .mp-nav__menu {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }

  .mp-nav-sticky .mp-nav__menu a {
    font-size: 20px;
  }
}

@media (max-width: 980px) {
  .mp-nav-sticky {
    transform: none;
    opacity: 1;
    pointer-events: auto;
    position: fixed; /* või fixed, kui tahad alati üleval */
    top: 0;
  }
}

@media (max-width: 980px) {
  /* tee container ankruks */
  .mp-nav-sticky__inner {
    position: relative;
  }

  /* hamburger ALATI paremale üles */
  .mp-nav-sticky__toggle {
    position: absolute;
    right: 16px;
    top: 10px;
    z-index: 2000;
  }

  /* logo jääb vasakule */
  .mp-nav-sticky__brand {
    position: relative;
    z-index: 2000;
  }

  /* dropdown ala ei tohi hamburgu “alla lükata” */
  .mp-nav-sticky__center {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* =========================
   Kontaktid grid (ACF Options)
   Shortcode: [mp_kontaktid]
   ========================= */

.mp-kontaktid {
  --mp-card-bg: #f6c9d1; /* muuda vajadusel */
  --mp-text: #111;
  --mp-radius: 22px;
  --mp-gap: 22px;
  --mp-max: 1136px;
  /* background-color: var(--clr-main-background); */

  color: var(--mp-text);
  /* padding: 56px 0; */
}

.mp-kontaktid__inner {
  max-width: var(--mp-max);
  margin: 0 auto;
  /* padding: 0 20px; */
}

.mp-kontaktid__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
  /* padding: var(--module-padding); */
}

.mp-kontaktid__card {
  /* background: var(--mp-card-bg); */
  border-radius: 0; /* pildil pigem sirged nurgad; muuda kui tahad */
  /* padding: 18px 18px 22px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.mp-kontaktid__imgwrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--border-radius-eri);
  background: rgba(255, 255, 255, 0.35);
}

.mp-kontaktid__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mp-kontaktid__name {
  margin: 14px 0 6px;
  font-size: var(--font-size-h3);
  line-height: 1.15;
  font-weight: 800;
}

.mp-kontaktid__meta {
  display: grid;
  gap: 6px;
  margin-top: 4px;
}

.mp-kontaktid__link {
  color: inherit;
  text-decoration: none;
  font-size: var(--paragraph-font-size);
  line-height: 1.25;
}

.mp-kontaktid__link:hover {
  opacity: 0.8;
  color: #111;
}

.mp-kontaktid__pos {
  margin-top: 10px;
  font-size: var(--paragraph-font-size);
  line-height: 1.25;
}

/* responsive */
@media (max-width: 1100px) {
  .mp-kontaktid__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 820px) {
  .mp-kontaktid__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .mp-kontaktid__grid {
    grid-template-columns: 1fr;
  }
}

/* =========================
   MP Footer (Options + WP menu)
   ========================= */

.mp-footer {
  --mp-footer-bg: #f6c9d1; /* muuda vajadusel */
  --mp-footer-text: #111;
  --mp-footer-line: #000;
  --mp-footer-max: 1136px;

  background: var(--clr-4);
  color: var(--mp-footer-text);
  padding: 84px 0 28px;
}

.mp-footer__inner {
  max-width: var(--mp-footer-max);
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

/* vasak jääb vasakule */
.mp-footer__brand {
  justify-self: start;
}

/* parem lükatakse paremale */
.mp-footer__contact {
  justify-self: end;
  text-align: left;
}

@media (max-width: 980px) {
  .mp-footer__contact {
    justify-self: start;
  }
}
.mp-footer__logo img {
  display: block;
  width: 150px; /* vajadusel */
  height: auto;
}

.mp-footer__brandtext {
  margin-top: 28px;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 600;
  max-width: 300px;
}

.mp-footer__title {
  font-size: 22px;
  font-weight: 700;
  margin: 6px 0 18px;
}

/* menu */
.mp-footer__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.mp-footer__nav a {
  color: inherit;
  text-decoration: none;
  font-size: 22px;
  line-height: 1.25;
}

.mp-footer__nav a:hover {
  text-decoration: underline;
}

/* contacts */
.mp-footer__contacts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.mp-footer__contactitem {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: center;
}

.mp-footer__contacticon img {
  width: 25px;
  height: 25px;
  display: block;
}

.mp-footer__contacttext,
.mp-footer__contacttext a {
  color: inherit;
  text-decoration: none;
  line-height: 1.25;
}

.mp-footer__contacttext a:hover {
  text-decoration: underline;
}

/* bottom */
.mp-footer__bottom {
  margin-top: 10px;
}

.mp-footer__bottominner {
  max-width: var(--mp-footer-max);
  margin: 0 auto;
  padding: 22px 20px 0;
  border-top: 1px solid var(--mp-footer-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.mp-footer__copyright {
  font-size: 18px;
  font-weight: 200;
}

/* socials */
.mp-footer__social {
  display: flex;
  gap: 16px;
}

.mp-footer__socialbtn {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.mp-footer__socialbtn img {
  width: 30px;
  height: 30px;
  display: block;
}

/* responsive */
@media (max-width: 980px) {
  .mp-footer {
    padding: 56px 0 22px;
  }

  .mp-footer__inner {
    grid-template-columns: 1fr;
    gap: 38px;
    margin-bottom: 50px;
  }

  .mp-footer__brandtext {
    max-width: 520px;
  }

  .mp-footer__bottominner {
    flex-direction: column;
    align-items: center;
  }
}

/* =========================
   CONCERTS (filters + list)
   ========================= */

.hwm-concerts {
  background-color: var(--clr-4);
  min-height: 90vh;
}

.acf-concerts-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1136px;
  margin: 0 auto;
  padding: 20px 10px;
}

/* FILTERS */
.acf-concerts-filters {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.acf-filter-btn {
  width: clamp(100px, 17vw, 115px);
  height: 80px;
  padding: 0;
  border: 1px solid #ffffff;
  background: #fff;
  border-radius: 0 20px 20px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acf-filter-btn:hover {
  border-color: #000;
}

.acf-filter-btn.is-active {
  border-color: #000;
  box-shadow: 0 0 0 2px #000 inset;
}

.acf-filter-logo {
  width: 86px;
  height: 75px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acf-filter-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* LIST */
.acf-concerts-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
  background-color: #fff;
  padding: var(--module-padding);
  border-radius: var(--border-radius-eri);
}

.acf-concert-row {
  border-radius: inherit;
  overflow: hidden;
  background: #fff;
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
  border: 1px solid;
}

/* HEAD */
.acf-concert-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  background: var(--clr-4);
  text-align: left;
}

.acf-concert-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}

.acf-concert-meta {
  margin-top: 8px;
  opacity: 0.85;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  color: #000;
}

.acf-concert-time {
  font-weight: 600;
}

.acf-concert-sep {
  opacity: 0.6;
}

.acf-concert-head-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.acf-county-logo {
  width: 100px;
  height: 100px;
  border: 1px solid #000;
  border-radius: 0 40px 40px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #fff;
}

.acf-county-logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 10px;
}

/* ALUMINE NUPP */
.acf-concert-toggle {
  width: 100%;
  border: 0;
  border-top: 1px solid #000;
  background: #fff;
  padding: 4px 18px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 0;
  font-weight: 700;
}

.acf-concert-chevron {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-top: -2px;
}

.acf-concert-toggle[aria-expanded="true"] .acf-concert-chevron {
  transform: rotate(-135deg);
}

/* BODY */
.acf-concert-body {
  border-top: 1px solid #fff;
  background: #fff;
}

.acf-concert-body-inner {
  padding: clamp(10px, 4vw, 40px);
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 900px) {
  .acf-concerts-wrap {
    flex-direction: column;
  }

  .acf-concerts-filters {
    width: 100%;
    gap: 8px;
    justify-content: center;
    margin-bottom: 20px;
  }

  .acf-concert-head {
    flex-direction: column;
    align-items: flex-start;
  }

  /* 👇 LOGO ÜLES */
  .acf-concert-head-right {
    order: 1;
    width: 100%;
    justify-content: center;
    margin-bottom: 12px;
  }

  .acf-concert-head-left {
    order: 2;
    width: 100%;
  }
}

.hwm-concert-filter-text p {
  margin: 0;
}

@media (max-width: 900px) {
  .hwm-concert-filter-text p {
    margin: 0;
    text-align: center;
  }
}

.mp-news__inner {
  max-width: 1136px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
  align-items: stretch;
}

/* .mp-news {
  padding: var(--module-padding);
} */

.mp-news__card,
.mp-news__body,
.mp-news__title,
.mp-news__excerpt {
  min-width: 0;
}

.mp-news__card {
  background: #fff;
  border-radius: var(--border-radius-eri);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mp-news__card.is-featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 340px;
  border-radius: var(--border-radius-eri);
}

.mp-news__media {
  display: block;
  width: 100%;
  height: 240px;
  background: #eee;
}

.mp-news__card.is-featured .mp-news__media {
  height: 100%;
}

.mp-news__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mp-news__body {
  padding: 30px 20px 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  background-color: var(--clr-4);
}

.mp-news__date {
  font-size: var(--paragraph-font-size);
  opacity: 1;
  color: #fff;
}

.mp-news__title {
  margin: 0;
  line-height: 1.15;
}

.mp-news__title a {
  color: inherit;
  text-decoration: none;
}

.mp-news__btn {
  margin-top: auto;
  align-self: flex-start;
}

@media (max-width: 980px) {
  .mp-news__inner {
    grid-template-columns: 1fr;
    /* padding: 0 16px; */
  }

  .mp-news__card.is-featured {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .mp-news__media {
    height: 220px;
  }

  /* .mp-news__card.is-featured .mp-news__title {
    font-size: 26px;
  } */

  /* .mp-news {
    padding: var(--module-padding-mobile);
  } */
}

.mp-news__body .mp-news__title a {
  font-size: clamp(25px, 5vw, 40px);
  line-height: 1;
}
/* Väiksemad pealkirjad uudised grid */
.mp-news__card:not(.is-featured) .mp-news__body .mp-news__title a {
  font-size: var(--font-size-h3);
  margin: 0;
  line-height: 1.15;
}

.page-template-page-avaleht .mp-news__inner {
  background-color: #fff !important;
  padding: var(--module-padding);
  border-radius: var(--border-radius-eri);
  margin-bottom: 50px;
  margin-top: 25px;
  /* margin-left: 15px;
  margin-right: 15px; */
}

.hwm-section-title h2 {
  margin: 0;
}
@media (max-width: 980px) {
  .page-template-page-avaleht .mp-news__inner {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* SUPPORTERS */

.mp-supporters {
  padding: 25px 0;
  background-color: var(--clr-main-background);
}

.mp-supporters__inner {
  max-width: 1136px;
  margin: 0 auto;
  padding: var(--module-padding);
  text-align: center;
  background-color: var(--clr-module-bg);
  border-radius: var(--border-radius-eri);
}

.mp-supporters__title {
  margin: 0 0 14px;
}

.mp-supporters__text {
  margin: 0 auto 44px;
  max-width: 820px;
}

.mp-supporters__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 8fr));
  gap: 28px 20px;
  align-items: center;
  justify-items: center;
}

.mp-supporters__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
}

.mp-supporters__logo {
  max-width: 220px;
  width: 100%;
  height: 64px;
  object-fit: contain;
  display: block;
}

@media (max-width: 980px) {
  .mp-supporters {
    padding: var(--module-padding-mobile);
  }
  .mp-supporters__inner {
    /* padding: 0 16px; */
    text-align: left;
  }
  .mp-supporters__text {
    margin: 0 0 28px;
    max-width: 100%;
  }

  .mp-supporters__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 18px;
    justify-items: start;
  }

  .mp-supporters__logo {
    max-width: 180px;
    height: 56px;
  }
}

/* MP Split Section (STACK) — title + text + image below, max width 630px */

.mp-split--stack {
  /* --mp-bg: #fddf8a; */
  --mp-radius: 28px;
  --mp-cut: 85px;
  background: var(--clr-main-background);
  padding: 25px 0;
}

.mp-split--stack .mp-split__inner {
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 20px;
  display: block;

  padding: var(--module-padding);
  background-color: var(--clr-module-bg);
  border-radius: var(--border-radius-eri);
}

.mp-split--stack .mp-split__text {
  max-width: 100%;
}

.mp-split--stack .mp-split__media-wrap {
  margin-top: 28px;
}

.mp-split--stack .mp-split__media {
  width: 100%;
  aspect-ratio: 16 / 10;

  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

/* diagonaal vasakus all nurgas */
.mp-split--stack .mp-split__media::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: var(--mp-cut);
  height: var(--mp-cut);
  background: var(--mp-bg);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

@media (max-width: 980px) {
  .mp-split--stack {
    padding: var(--module-padding-mobile);
    --mp-cut: 92px;
  }

  .mp-split--stack .mp-split__inner {
    /* padding: 0 16px; */
  }

  .mp-split--stack .mp-split__media {
    aspect-ratio: 16 / 11;
  }
}

/* =========================
   MP HERO (Header section)
   ========================= */

.mp-hero {
  background: var(--clr-4);
  /* padding: 48px 16px 64px; */
  overflow: hidden;
  min-height: 520px;
}

.mp-hero__inner {
  max-width: 1136px;
  margin: 0 auto;
  min-height: inherit; /* “header” tunne */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  position: relative;
}

/* logo üleval */
.mp-hero__logo {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  pointer-events: none;

  padding: 20px;
  /* background: #fff; */
}

.mp-hero__logo img {
  width: clamp(200px, 18vw, 250px);
  height: auto;
  display: block;
}

/* suur kuupäev */
.mp-hero__date {
  font-family: var(--font-secontary);
  font-size: clamp(44px, 7vw, 96px);
  line-height: 1;
  color: #000;
  margin-top: clamp(220px, 26vw, 300px);
}

/* pealkiri */
.mp-hero__headline {
  margin: 0;
  font-family:
    "Oswald",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 400;
  color: var(--clr-6);
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.05;
}

/* all caps rida */
.mp-hero__sub {
  font-family:
    "Oswald",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--clr-6);
  font-size: clamp(32px, 5vw, 64px);
}

/* käed overlay teksti peal */
.mp-hero__hands {
  position: absolute;
  left: 50%;
  bottom: -10px; /* natuke alla */
  transform: translateX(-50%);
  width: min(500px, 86vw);
  pointer-events: none;
  z-index: 99;
  display: none;
}

.mp-hero__hands img {
  width: 100%;
  height: auto;
  display: block;
}

/* Tõsta tekst overlay’st “üle” */
.mp-hero__date,
.mp-hero__headline,
.mp-hero__sub {
  position: relative;
  z-index: 6;
}

/* responsive */
@media (max-width: 980px) {
  .mp-hero {
    padding: 42px 14px 10px;
    min-height: 475px;
  }

  .mp-hero__inner {
    min-height: 50vh;
  }

  .mp-hero__logo {
    top: 80px;
    padding: 0;
  }

  .mp-hero__hands {
    width: min(720px, 96vw);
    bottom: -16px;
  }

  .mp-cards__grid {
    gap: 25px;
  }
}

/* =========================
   MP Cards (ACF repeater)
   ========================= */

.mp-cards {
  padding: 50px 20px 25px;
  background: var(--clr-main-background);
}

.mp-cards__inner {
  max-width: 1136px;
  margin: 0 auto;
}

.mp-cards__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
}

/* CARD base */
.mp-card {
  padding: var(--module-padding);
  background: #f3e7c7; /* default, override allpool */
  color: #1f1f1f;
  position: relative;
  min-height: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid #fff;
  border-radius: var(--border-radius-eri);
}

/* TITLE */

/* TEXT */
.mp-card__text {
  font-size: 18px;
  line-height: 1.7;
  max-width: 56ch;
}

/* BUTTON */
.mp-card__btn {
  margin-top: auto;
  align-self: flex-start;

  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* =========================
   VÄRVID (muuda siin)
   ========================= */

/* esimene kast */
.mp-card:nth-child(1) {
  background: var(--clr-module-bg);
}

/* teine kast */
.mp-card:nth-child(2) {
  background: var(--clr-module-bg);
}

/* kui tuleb 3. jne, saad lisada */
.mp-card:nth-child(3) {
  background: #d9c7ef;
}
.mp-card:nth-child(4) {
  background: #c9e1d4;
}

/* =========================
   Responsive
   ========================= */
@media (max-width: 980px) {
  .mp-cards {
    padding: 28px 16px;
  }

  .mp-cards__grid {
    grid-template-columns: 1fr;
  }

  .mp-card {
    /* padding: 34px 28px; */
    /* border-radius: 34px; */
    min-height: 0;
  }

  .mp-card__title {
    font-size: clamp(34px, 9vw, 52px);
  }

  .mp-card__text {
    font-size: 17px;
  }
}

.archive-years-page .entry-content {
  margin-bottom: 60px;
}

.archive-tabs-section {
  margin-top: 0;
}

.archive-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
  align-items: center;
}

.archive-tab-btn {
  appearance: none;
  -webkit-appearance: none;
  background: #ffffff;
  border: 2px solid #2f3338;
  border-radius: 999px;
  color: #2f3338;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 16px 34px;
  transition: all 0.2s ease;
  width: 100%;
}

.archive-tab-btn:hover {
  background: #f5f5f5;
}

.archive-tab-btn.is-active {
  background: #1f2630;
  border-color: #1f2630;
  color: #ffffff;
}

.archive-tabs-content-wrap {
  width: 100%;
}

.archive-tab-panel {
  display: none;
}

.archive-tab-panel.is-active {
  display: block;
}

.archive-tab-panel > *:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .archive-years-page .entry-content {
    margin-bottom: 40px;
  }

  .archive-tabs-nav {
    gap: 12px;
    margin-bottom: 24px;
  }

  .archive-tab-btn {
    font-size: 16px;
    padding: 13px 24px;
  }
}

.acf-concerts-empty {
	text-align: center !important;
	

}
