.mimo-section .section-header {
  margin-bottom: 0;
}
.mimo-article p {
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.9;
  color: var(--muted, #66777f);
}
.mimo-article p:last-child {
  margin-bottom: 0;
}
.mimo-article p strong {
  color: #c0392b;
  font-weight: 700;
}
.mimo-article .mimo-em {
  margin: 22px 0;
  padding: 4px 0;
}
.mimo-article .mimo-em p {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #c0392b;
  line-height: 1.75;
}
.mimo-article ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}
.mimo-article ul li {
  position: relative;
  margin: 0;
  padding: 6px 0 6px 20px;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text, #243238);
}
.mimo-article ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand, #277b90);
  opacity: 0.7;
}
.mimo-sign {
  margin-top: 24px;
  text-align: right;
}
.mimo-sign p {
  margin: 0 0 4px;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--muted, #66777f);
}
/* mimotofumei page hero and article refinement */
.mimo-section {
  margin-top: 48px;
}

.mimo-section .section-header {
  display: none;
}

.mimo-hero {
  position: relative;
  min-height: clamp(300px, 36vw, 460px);
  overflow: hidden;
  border: 1px solid var(--line, #dcebee);
  border-radius: 10px;
  background: #e3ecef;
  box-shadow: 0 18px 42px rgba(20, 64, 78, .08);
}

.mimo-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .10), rgba(0, 0, 0, .28) 58%, rgba(0, 0, 0, .52));
}

.mimo-hero img {
  display: block;
  width: 100%;
  height: clamp(300px, 36vw, 460px);
  object-fit: cover;
  object-position: center 48%;
}

.mimo-hero__content {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: clamp(24px, 4vw, 42px) clamp(28px, 5vw, 64px);
  background: rgba(0, 0, 0, .56);
}

.mimo-hero__content h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3.2vw, 2.9rem);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: 0;
}

.mimo-hero + .mimo-article {
  margin-top: 28px;
}

.mimo-article {
  padding: 34px 38px;
  background: #fff;
  border: 1px solid var(--line, #dcebee);
  border-radius: 10px;
  box-shadow: 0 16px 38px rgba(20, 64, 78, .06);
}

.mimo-article p {
  max-width: none;
  margin: 0 0 18px;
  font-size: 1rem;
  line-height: 1.95;
  color: var(--muted, #66777f);
}

.mimo-article p strong {
  color: #b93226;
  font-weight: 800;
}

.mimo-article ul {
  display: grid;
  gap: 0;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.mimo-article ul li {
  position: relative;
  margin: 0;
  padding: 6px 0 6px 20px;
  color: var(--text, #243238);
  font-size: 1rem;
  line-height: 1.7;
}

.mimo-article ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand, #277b90);
  opacity: .7;
}

.mimo-article .mimo-em {
  margin: 28px 0;
  padding: 22px 24px;
  background: #fff5f2;
  border: 1px solid #f2c9bd;
  border-left: 6px solid #c0392b;
  border-radius: 10px;
}

.mimo-article .mimo-em p {
  margin: 0;
  color: #b93226;
  font-size: 1.08rem;
  line-height: 1.85;
  font-weight: 900;
}

.mimo-sign {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--line, #dcebee);
  text-align: right;
}

@media (max-width: 640px) {
  .mimo-section {
    margin-top: 28px;
  }

  .mimo-hero,
  .mimo-hero img {
    min-height: 300px;
    height: 300px;
  }

  .mimo-hero__content {
    padding: 22px 20px;
  }

  .mimo-hero__content h1 {
    font-size: 1.72rem;
  }

  .mimo-article {
    padding: 24px 20px;
  }
}
/* mimotofumei hero photo replacement */
.mimo-hero img {
  object-position: center 52%;
}
/* mimotofumei emphasis redesign */
.mimo-article .mimo-em {
  margin: 30px 0;
  padding: 24px 26px;
  background: linear-gradient(180deg, #fff8f6, #fffdfc);
  border: 1px solid #f0d1c9;
  border-left: 1px solid #f0d1c9;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(122, 45, 34, .06);
}

.mimo-article .mimo-em p {
  color: #a9362b;
  font-size: 1.04rem;
  line-height: 1.9;
  font-weight: 800;
}

@media (max-width: 640px) {
  .mimo-article .mimo-em {
    padding: 20px;
  }
}
/* unified mimotofumei image hero */
.mimo-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 420px;
  padding: clamp(28px, 5vw, 54px);
  overflow: hidden;
  border: 1px solid var(--line, #dcebee);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(8, 44, 55, .82), rgba(8, 44, 55, .50) 58%, rgba(8, 44, 55, .18)),
    url("/images/mimotofumei/kyoto-temple-path.jpg") center 52% / cover no-repeat;
  box-shadow: 0 18px 42px rgba(20, 64, 78, .08);
}

.mimo-hero img,
.mimo-hero::after {
  display: none;
}

.mimo-hero__content {
  position: relative;
  inset: auto;
  z-index: 1;
  width: auto;
  max-width: 1080px;
  padding: 0;
  background: transparent;
}

.mimo-hero__content h1 {
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3.2vw, 2.9rem);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: 0;
}

@media (max-width: 640px) {
  .mimo-hero {
    min-height: 300px;
    padding: 26px 20px;
    background:
      linear-gradient(180deg, rgba(8, 44, 55, .42), rgba(8, 44, 55, .84)),
      url("/images/mimotofumei/kyoto-temple-path.jpg") center / cover no-repeat;
  }

  .mimo-hero__content h1 {
    font-size: 1.72rem;
  }
}
