.tmeh-hub,
.tmeh-city-event-cta,
.tmeh-events-index-cities,
.tmeh-event-context,
.tmeh-venue {
  color: var(--tama-ink, #242724);
}

.tmeh-hero .city-hero-copy h1 {
  line-height: 1.22;
}

.tmeh-quick-nav {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 1180px;
  margin: 28px auto 0;
  padding: 14px 20px;
  background: rgba(247, 242, 231, .94);
  backdrop-filter: blur(8px);
}

.admin-bar .tmeh-quick-nav {
  top: 32px;
}

.tmeh-quick-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid var(--tama-line, #d8d1c3);
  background: var(--tama-white, #fff);
  color: inherit;
  text-decoration: none;
}

.tmeh-quick-nav a:hover,
.tmeh-quick-nav a:focus-visible {
  border-color: var(--tama-orange, #e66d36);
}

.tmeh-quick-nav strong {
  display: grid;
  place-items: center;
  min-width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  background: var(--tama-orange, #e66d36);
  color: #fff;
  font-size: .8em;
}

.tmeh-event-section {
  scroll-margin-top: 90px;
}

.tmeh-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  gap: 36px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 28px;
}

.tmeh-section-head h2 {
  margin: 0;
}

.tmeh-section-head > p {
  margin: 0;
  line-height: 1.9;
}

.tmeh-grid {
  align-items: stretch;
}

.tmeh-card {
  height: 100%;
}

.tmeh-card > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tmeh-card .listing-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.tmeh-card h3 {
  margin: 12px 0;
  font-family: "Mochiy Pop One", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  font-weight: 400;
  line-height: 1.55;
}

.tmeh-status {
  align-self: flex-start;
  display: inline-flex;
  padding: 5px 9px;
  background: #e8f1ec;
  color: #315943;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.tmeh-status--cancelled,
.tmeh-status--postponed {
  background: #f6dfdb;
  color: #8a352b;
}

.tmeh-status--ended {
  background: #ebe8e1;
  color: #6c675f;
}

.tmeh-card-date {
  margin: 0 0 8px;
  font-weight: 700;
}

.tmeh-card-detail {
  margin: 3px 0;
  font-size: .92rem;
}

.tmeh-card .listing-meta {
  margin-top: auto;
  padding-top: 18px;
}

.tmeh-empty {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid var(--tama-line, #d8d1c3);
  background: rgba(255,255,255,.48);
  line-height: 1.9;
}

.tmeh-city-guide-link,
.tmeh-city-event-cta__inner,
.tmeh-events-index-cities__inner,
.tmeh-event-context,
.tmeh-venue {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.tmeh-city-guide-link,
.tmeh-city-event-cta__inner,
.tmeh-events-index-cities__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
}

.tmeh-city-guide-link {
  margin-top: 30px;
  margin-bottom: 90px;
  padding: 48px;
  border: 1px solid var(--tama-line, #d8d1c3);
  background: #fff;
}

.tmeh-city-guide-link h2,
.tmeh-city-event-cta h2,
.tmeh-events-index-cities h2,
.tmeh-event-context h2,
.tmeh-venue h2 {
  margin-top: 0;
}

.tmeh-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 280px;
  padding: 15px 18px;
  border: 1px solid var(--tama-line, #d8d1c3);
  background: var(--tama-orange, #e66d36);
  color: #fff !important;
  text-decoration: none !important;
}

.tmeh-button:hover,
.tmeh-button:focus-visible {
  filter: brightness(.94);
}

.tmeh-city-event-cta {
  padding: 76px 28px;
  background: #e8f1ec;
}

.tmeh-city-event-cta__inner > div > p:last-child,
.tmeh-city-guide-link > div > p:last-child {
  line-height: 1.9;
}

.tmeh-events-index-cities {
  padding-top: 0;
}

.tmeh-events-index-cities__inner {
  padding: 30px;
  border: 1px solid var(--tama-line, #d8d1c3);
  background: rgba(255,255,255,.48);
}

.tmeh-events-index-cities__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.tmeh-events-index-cities__links a {
  display: inline-flex;
  gap: 14px;
  padding: 12px 15px;
  border: 1px solid var(--tama-line, #d8d1c3);
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.tmeh-event-context,
.tmeh-venue {
  box-sizing: border-box;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 32px;
  border: 1px solid var(--tama-line, #d8d1c3);
  background: rgba(255,255,255,.56);
}

.tmeh-kicker {
  margin: 0 0 8px;
  color: var(--tama-orange, #e66d36);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.tmeh-related-events {
  margin: 24px 0 0;
  padding: 20px 0 0 1.2em;
  border-top: 1px solid var(--tama-line, #d8d1c3);
}

.tmeh-related-events li + li {
  margin-top: 10px;
}

.tmeh-map {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin-top: 22px;
  background: #ddd;
}

.tmeh-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.tmeh-map-link {
  text-align: right;
}

@media (max-width: 782px) {
  .admin-bar .tmeh-quick-nav {
    top: 46px;
  }
}

@media (max-width: 760px) {
  .tmeh-quick-nav {
    justify-content: flex-start;
    overflow-x: auto;
    margin-top: 12px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .tmeh-quick-nav a {
    flex: 0 0 auto;
  }

  .tmeh-section-head,
  .tmeh-city-guide-link,
  .tmeh-city-event-cta__inner,
  .tmeh-events-index-cities__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .tmeh-event-section {
    scroll-margin-top: 76px;
  }

  .tmeh-city-guide-link {
    margin-right: 16px;
    margin-left: 16px;
    padding: 28px 22px;
  }

  .tmeh-city-event-cta {
    padding: 54px 20px;
  }

  .tmeh-button {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
  }

  .tmeh-events-index-cities__links {
    justify-content: flex-start;
  }

  .tmeh-event-context,
  .tmeh-venue {
    margin-right: 0;
    margin-left: 0;
    padding: 24px 20px;
  }

  .tmeh-map {
    aspect-ratio: 4 / 3;
  }
}
